-- phpMyAdmin SQL Dump
-- version 5.2.3
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Aug 19, 2026 at 07:15 AM
-- Server version: 11.4.12-MariaDB-cll-lve-log
-- PHP Version: 8.4.24

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `mrarqpph_drywallmanllc`
--

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_commentmeta`
--

CREATE TABLE `wpdw_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_comments`
--

CREATE TABLE `wpdw_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_e_events`
--

CREATE TABLE `wpdw_e_events` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_e_notes`
--

CREATE TABLE `wpdw_e_notes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `route_url` text DEFAULT NULL COMMENT 'Clean url where the note was created.',
  `route_title` varchar(255) DEFAULT NULL,
  `route_post_id` bigint(20) UNSIGNED DEFAULT NULL COMMENT 'The post id of the route that the note was created on.',
  `post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `element_id` varchar(60) DEFAULT NULL COMMENT 'The Elementor element ID the note is attached to.',
  `parent_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `author_id` bigint(20) UNSIGNED DEFAULT NULL,
  `author_display_name` varchar(250) DEFAULT NULL COMMENT 'Save the author name when the author was deleted.',
  `status` varchar(20) NOT NULL DEFAULT 'publish',
  `position` text DEFAULT NULL COMMENT 'A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}',
  `content` longtext DEFAULT NULL,
  `is_resolved` tinyint(1) NOT NULL DEFAULT 0,
  `is_public` tinyint(1) NOT NULL DEFAULT 1,
  `last_activity_at` datetime DEFAULT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_e_notes_users_relations`
--

CREATE TABLE `wpdw_e_notes_users_relations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(60) NOT NULL COMMENT 'The relation type between user and note (e.g mention, watch, read).',
  `note_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_e_submissions`
--

CREATE TABLE `wpdw_e_submissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(60) DEFAULT NULL,
  `hash_id` varchar(60) NOT NULL,
  `main_meta_id` bigint(20) UNSIGNED NOT NULL COMMENT 'Id of main field. to represent the main meta field',
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `referer` varchar(500) NOT NULL,
  `referer_title` varchar(300) DEFAULT NULL,
  `element_id` varchar(20) NOT NULL,
  `form_name` varchar(60) NOT NULL,
  `campaign_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_ip` varchar(46) NOT NULL,
  `user_agent` text NOT NULL,
  `actions_count` int(11) DEFAULT 0,
  `actions_succeeded_count` int(11) DEFAULT 0,
  `status` varchar(20) NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `meta` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpdw_e_submissions`
--

INSERT INTO `wpdw_e_submissions` (`id`, `type`, `hash_id`, `main_meta_id`, `post_id`, `referer`, `referer_title`, `element_id`, `form_name`, `campaign_id`, `user_id`, `user_ip`, `user_agent`, `actions_count`, `actions_succeeded_count`, `status`, `is_read`, `meta`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES
(1, 'submission', '7b6289ad-1098-4d35-860b-5daf21e05f1f', 2, 19, 'https://mrarif.me/drywallmanllc/contact/', 'Contact', '31896572', 'Contact Us', 0, 1, '45.120.96.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"19\"}', '2026-08-01 09:23:58', '2026-08-01 09:23:58', '2026-08-01 09:23:58', '2026-08-01 09:23:58'),
(2, 'submission', '376f0376-8d5c-45a7-b0f9-31b46d322e9d', 9, 25, 'https://mrarif.me/drywallmanllc/free-estimate/', 'Request Free Estimate', '754e307', 'Estimate Request Form', 0, 1, '45.120.96.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"25\"}', '2026-08-01 10:30:44', '2026-08-01 10:30:44', '2026-08-01 10:30:44', '2026-08-01 10:30:44');

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_e_submissions_actions_log`
--

CREATE TABLE `wpdw_e_submissions_actions_log` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `submission_id` bigint(20) UNSIGNED NOT NULL,
  `action_name` varchar(60) NOT NULL,
  `action_label` varchar(60) DEFAULT NULL,
  `status` varchar(20) NOT NULL,
  `log` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpdw_e_submissions_actions_log`
--

INSERT INTO `wpdw_e_submissions_actions_log` (`id`, `submission_id`, `action_name`, `action_label`, `status`, `log`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES
(1, 1, 'email', 'Email', 'success', NULL, '2026-08-01 09:23:58', '2026-08-01 09:23:58', '2026-08-01 09:23:58', '2026-08-01 09:23:58'),
(2, 2, 'email', 'Email', 'success', NULL, '2026-08-01 10:30:44', '2026-08-01 10:30:44', '2026-08-01 10:30:44', '2026-08-01 10:30:44');

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_e_submissions_values`
--

CREATE TABLE `wpdw_e_submissions_values` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `submission_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `key` varchar(60) DEFAULT NULL,
  `value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpdw_e_submissions_values`
--

INSERT INTO `wpdw_e_submissions_values` (`id`, `submission_id`, `key`, `value`) VALUES
(1, 1, 'name', 'tghb fkgb'),
(2, 1, 'email', 'Test@gmail.com'),
(3, 1, 'field_090211c', '01738441515'),
(4, 1, 'field_bbd3272', 'Ceiling /'),
(5, 1, 'message', 'hello'),
(6, 2, 'name', 'tghb'),
(7, 2, 'field_1406505', 'fkgb'),
(8, 2, 'field_090211c', '01738441515'),
(9, 2, 'email', 'Test@gmail.com'),
(10, 2, 'field_bbd3272', 'Ceiling Repair'),
(11, 2, 'message', 'hello');

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_links`
--

CREATE TABLE `wpdw_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_litespeed_url`
--

CREATE TABLE `wpdw_litespeed_url` (
  `id` bigint(20) NOT NULL,
  `url` varchar(500) NOT NULL,
  `cache_tags` varchar(1000) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_litespeed_url_file`
--

CREATE TABLE `wpdw_litespeed_url_file` (
  `id` bigint(20) NOT NULL,
  `url_id` bigint(20) NOT NULL,
  `vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary',
  `filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content',
  `type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',
  `mobile` tinyint(4) NOT NULL COMMENT 'mobile=1',
  `webp` tinyint(4) NOT NULL COMMENT 'webp=1',
  `expired` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_options`
--

CREATE TABLE `wpdw_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpdw_options`
--

INSERT INTO `wpdw_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'cron', 'a:13:{i:1787138889;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:1787164095;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1787164428;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1787167689;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1787169489;a:1:{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;}}}i:1787171289;a:1:{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:1787207289;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:1787207295;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1787207296;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1787207536;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1787207710;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1787293689;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'on'),
(2, 'siteurl', 'https://mrarif.me/drywallmanllc', 'on'),
(3, 'home', 'https://mrarif.me/drywallmanllc', 'on'),
(4, 'blogname', 'The Drywall Man LLC', 'on'),
(5, 'blogdescription', 'Welcome', 'on'),
(6, 'users_can_register', '0', 'on'),
(7, 'admin_email', 'arifwebsols@gmail.com', 'on'),
(8, 'start_of_week', '1', 'on'),
(9, 'use_balanceTags', '0', 'on'),
(10, 'use_smilies', '1', 'on'),
(11, 'require_name_email', '1', 'on'),
(12, 'comments_notify', '1', 'on'),
(13, 'posts_per_rss', '10', 'on'),
(14, 'rss_use_excerpt', '0', 'on'),
(15, 'mailserver_url', 'mail.example.com', 'on'),
(16, 'mailserver_login', 'login@example.com', 'on'),
(17, 'mailserver_pass', '', 'on'),
(18, 'mailserver_port', '110', 'on'),
(19, 'default_category', '1', 'on'),
(20, 'default_comment_status', 'open', 'on'),
(21, 'default_ping_status', 'open', 'on'),
(22, 'default_pingback_flag', '1', 'on'),
(23, 'posts_per_page', '10', 'on'),
(24, 'date_format', 'F j, Y', 'on'),
(25, 'time_format', 'g:i a', 'on'),
(26, 'links_updated_date_format', 'F j, Y g:i a', 'on'),
(27, 'comment_moderation', '0', 'on'),
(28, 'moderation_notify', '1', 'on'),
(29, 'permalink_structure', '/%postname%/', 'on'),
(30, 'rewrite_rules', 'a:143:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:46:\"e-floating-buttons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"e-floating-buttons/([^/]+)/embed/?$\";s:51:\"index.php?e-floating-buttons=$matches[1]&embed=true\";s:39:\"e-floating-buttons/([^/]+)/trackback/?$\";s:45:\"index.php?e-floating-buttons=$matches[1]&tb=1\";s:47:\"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]\";s:54:\"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]\";s:43:\"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?e-floating-buttons=$matches[1]&page=$matches[2]\";s:35:\"e-floating-buttons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"e-floating-buttons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"e-floating-buttons/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"elementor_component/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"elementor_component/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"elementor_component/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"elementor_component/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"elementor_component/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"elementor_component/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"elementor_component/([^/]+)/embed/?$\";s:52:\"index.php?elementor_component=$matches[1]&embed=true\";s:40:\"elementor_component/([^/]+)/trackback/?$\";s:46:\"index.php?elementor_component=$matches[1]&tb=1\";s:48:\"elementor_component/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementor_component=$matches[1]&paged=$matches[2]\";s:55:\"elementor_component/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementor_component=$matches[1]&cpage=$matches[2]\";s:44:\"elementor_component/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementor_component=$matches[1]&page=$matches[2]\";s:36:\"elementor_component/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"elementor_component/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"elementor_component/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"elementor_component/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"elementor_component/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"elementor_component/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"e_global_class/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e_global_class/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e_global_class/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e_global_class/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e_global_class/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e_global_class/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e_global_class/([^/]+)/embed/?$\";s:47:\"index.php?e_global_class=$matches[1]&embed=true\";s:35:\"e_global_class/([^/]+)/trackback/?$\";s:41:\"index.php?e_global_class=$matches[1]&tb=1\";s:43:\"e_global_class/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e_global_class=$matches[1]&paged=$matches[2]\";s:50:\"e_global_class/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e_global_class=$matches[1]&cpage=$matches[2]\";s:39:\"e_global_class/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e_global_class=$matches[1]&page=$matches[2]\";s:31:\"e_global_class/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e_global_class/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e_global_class/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e_global_class/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e_global_class/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e_global_class/[^/]+/([^/]+)/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:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=13&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'on'),
(31, 'hack_file', '0', 'on'),
(32, 'blog_charset', 'UTF-8', 'on'),
(33, 'moderation_keys', '', 'off'),
(34, 'active_plugins', 'a:5:{i:0;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1;s:31:\"elementor-pro/elementor-pro.php\";i:2;s:23:\"elementor/elementor.php\";i:3;s:53:\"mousewheel-smooth-scroll/mousewheel-smooth-scroll.php\";i:4;s:41:\"powerpack-elements/powerpack-elements.php\";}', 'on'),
(35, 'category_base', '', 'on'),
(36, 'ping_sites', 'https://rpc.pingomatic.com/', 'on'),
(37, 'comment_max_links', '2', 'on'),
(38, 'gmt_offset', '0', 'on'),
(39, 'default_email_category', '1', 'on'),
(40, 'recently_edited', 'a:4:{i:0;s:88:\"/home/mrarqpph/public_html/drywallmanllc/wp-content/themes/astra-child/css/overwrite.css\";i:1;s:84:\"/home/mrarqpph/public_html/drywallmanllc/wp-content/themes/astra-child/functions.php\";i:2;s:80:\"/home/mrarqpph/public_html/drywallmanllc/wp-content/themes/astra-child/style.css\";i:4;s:0:\"\";}', 'off'),
(41, 'template', 'astra', 'on'),
(42, 'stylesheet', 'astra-child', 'on'),
(43, 'comment_registration', '0', 'on'),
(44, 'html_type', 'text/html', 'on'),
(45, 'use_trackback', '0', 'on'),
(46, 'default_role', 'subscriber', 'on'),
(47, 'db_version', '61833', 'on'),
(48, 'uploads_use_yearmonth_folders', '1', 'on'),
(49, 'upload_path', '', 'on'),
(50, 'blog_public', '1', 'on'),
(51, 'default_link_category', '2', 'on'),
(52, 'show_on_front', 'page', 'on'),
(53, 'tag_base', '', 'on'),
(54, 'show_avatars', '1', 'on'),
(55, 'avatar_rating', 'G', 'on'),
(56, 'upload_url_path', '', 'on'),
(57, 'thumbnail_size_w', '150', 'on'),
(58, 'thumbnail_size_h', '150', 'on'),
(59, 'thumbnail_crop', '1', 'on'),
(60, 'medium_size_w', '300', 'on'),
(61, 'medium_size_h', '300', 'on'),
(62, 'avatar_default', 'mystery', 'on'),
(63, 'large_size_w', '1024', 'on'),
(64, 'large_size_h', '1024', 'on'),
(65, 'image_default_link_type', 'none', 'on'),
(66, 'image_default_size', '', 'on'),
(67, 'image_default_align', '', 'on'),
(68, 'close_comments_for_old_posts', '0', 'on'),
(69, 'close_comments_days_old', '14', 'on'),
(70, 'thread_comments', '1', 'on'),
(71, 'thread_comments_depth', '5', 'on'),
(72, 'page_comments', '0', 'on'),
(73, 'comments_per_page', '50', 'on'),
(74, 'default_comments_page', 'newest', 'on'),
(75, 'comment_order', 'asc', 'on'),
(76, 'sticky_posts', 'a:0:{}', 'on'),
(77, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(78, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(79, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(80, 'uninstall_plugins', 'a:2:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";}', 'off'),
(81, 'timezone_string', '', 'on'),
(82, 'page_for_posts', '0', 'on'),
(83, 'page_on_front', '13', 'on'),
(84, 'default_post_format', '0', 'on'),
(85, 'link_manager_enabled', '0', 'on'),
(86, 'finished_splitting_shared_terms', '1', 'on'),
(87, 'site_icon', '885', 'on'),
(88, 'medium_large_size_w', '768', 'on'),
(89, 'medium_large_size_h', '0', 'on'),
(90, 'wp_page_for_privacy_policy', '3', 'on'),
(91, 'show_comments_cookies_opt_in', '1', 'on'),
(92, 'admin_email_lifespan', '1800944889', 'on'),
(93, 'disallowed_keys', '', 'off'),
(94, 'comment_previously_approved', '1', 'on'),
(95, 'auto_plugin_theme_update_emails', 'a:0:{}', 'off'),
(96, 'auto_update_core_dev', 'enabled', 'on'),
(97, 'auto_update_core_minor', 'enabled', 'on'),
(98, 'auto_update_core_major', 'enabled', 'on'),
(99, 'wp_force_deactivated_plugins', 'a:0:{}', 'on'),
(100, 'wp_attachment_pages_enabled', '0', 'on'),
(101, 'wp_notes_notify', '1', 'on'),
(102, 'initial_db_version', '61833', 'on'),
(103, 'wpdw_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:73:{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:42:\"elementor_atomic_widgets_access_styles_tab\";b:1;s:45:\"elementor_atomic_widgets_edit_local_css_class\";b:1;s:37:\"elementor_global_classes_update_class\";b:1;s:37:\"elementor_global_classes_remove_class\";b:1;s:36:\"elementor_global_classes_apply_class\";b:1;s:26:\"create_notes_elementor-pro\";b:1;s:24:\"edit_notes_elementor-pro\";b:1;s:26:\"delete_notes_elementor-pro\";b:1;s:24:\"read_notes_elementor-pro\";b:1;s:31:\"edit_others_notes_elementor-pro\";b:1;s:33:\"delete_others_notes_elementor-pro\";b:1;s:39:\"read_others_private_notes_elementor-pro\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:38:{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:42:\"elementor_atomic_widgets_access_styles_tab\";b:1;s:45:\"elementor_atomic_widgets_edit_local_css_class\";b:1;s:37:\"elementor_global_classes_remove_class\";b:1;s:36:\"elementor_global_classes_apply_class\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:14:{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:42:\"elementor_atomic_widgets_access_styles_tab\";b:1;s:45:\"elementor_atomic_widgets_edit_local_css_class\";b:1;s:37:\"elementor_global_classes_remove_class\";b:1;s:36:\"elementor_global_classes_apply_class\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:9:{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:42:\"elementor_atomic_widgets_access_styles_tab\";b:1;s:45:\"elementor_atomic_widgets_edit_local_css_class\";b:1;s:37:\"elementor_global_classes_remove_class\";b:1;s:36:\"elementor_global_classes_apply_class\";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;}}}', 'on'),
(104, 'fresh_site', '0', 'off'),
(105, 'user_count', '1', 'off'),
(106, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'auto'),
(107, 'sidebars_widgets', 'a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}s:13:\"array_version\";i:3;}', 'auto'),
(108, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(109, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(110, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(111, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(112, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(113, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(114, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(115, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(116, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(117, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(118, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(119, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(120, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(121, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');
INSERT INTO `wpdw_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(122, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:5:\"7.0.2\";s:5:\"files\";a:596:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:22:\"archives/style-rtl.css\";i:17;s:26:\"archives/style-rtl.min.css\";i:18;s:18:\"archives/style.css\";i:19;s:22:\"archives/style.min.css\";i:20;s:20:\"audio/editor-rtl.css\";i:21;s:24:\"audio/editor-rtl.min.css\";i:22;s:16:\"audio/editor.css\";i:23;s:20:\"audio/editor.min.css\";i:24;s:19:\"audio/style-rtl.css\";i:25;s:23:\"audio/style-rtl.min.css\";i:26;s:15:\"audio/style.css\";i:27;s:19:\"audio/style.min.css\";i:28;s:19:\"audio/theme-rtl.css\";i:29;s:23:\"audio/theme-rtl.min.css\";i:30;s:15:\"audio/theme.css\";i:31;s:19:\"audio/theme.min.css\";i:32;s:21:\"avatar/editor-rtl.css\";i:33;s:25:\"avatar/editor-rtl.min.css\";i:34;s:17:\"avatar/editor.css\";i:35;s:21:\"avatar/editor.min.css\";i:36;s:20:\"avatar/style-rtl.css\";i:37;s:24:\"avatar/style-rtl.min.css\";i:38;s:16:\"avatar/style.css\";i:39;s:20:\"avatar/style.min.css\";i:40;s:25:\"breadcrumbs/style-rtl.css\";i:41;s:29:\"breadcrumbs/style-rtl.min.css\";i:42;s:21:\"breadcrumbs/style.css\";i:43;s:25:\"breadcrumbs/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:19:\"icon/editor-rtl.css\";i:217;s:23:\"icon/editor-rtl.min.css\";i:218;s:15:\"icon/editor.css\";i:219;s:19:\"icon/editor.min.css\";i:220;s:18:\"icon/style-rtl.css\";i:221;s:22:\"icon/style-rtl.min.css\";i:222;s:14:\"icon/style.css\";i:223;s:18:\"icon/style.min.css\";i:224;s:20:\"image/editor-rtl.css\";i:225;s:24:\"image/editor-rtl.min.css\";i:226;s:16:\"image/editor.css\";i:227;s:20:\"image/editor.min.css\";i:228;s:19:\"image/style-rtl.css\";i:229;s:23:\"image/style-rtl.min.css\";i:230;s:15:\"image/style.css\";i:231;s:19:\"image/style.min.css\";i:232;s:19:\"image/theme-rtl.css\";i:233;s:23:\"image/theme-rtl.min.css\";i:234;s:15:\"image/theme.css\";i:235;s:19:\"image/theme.min.css\";i:236;s:29:\"latest-comments/style-rtl.css\";i:237;s:33:\"latest-comments/style-rtl.min.css\";i:238;s:25:\"latest-comments/style.css\";i:239;s:29:\"latest-comments/style.min.css\";i:240;s:27:\"latest-posts/editor-rtl.css\";i:241;s:31:\"latest-posts/editor-rtl.min.css\";i:242;s:23:\"latest-posts/editor.css\";i:243;s:27:\"latest-posts/editor.min.css\";i:244;s:26:\"latest-posts/style-rtl.css\";i:245;s:30:\"latest-posts/style-rtl.min.css\";i:246;s:22:\"latest-posts/style.css\";i:247;s:26:\"latest-posts/style.min.css\";i:248;s:18:\"list/style-rtl.css\";i:249;s:22:\"list/style-rtl.min.css\";i:250;s:14:\"list/style.css\";i:251;s:18:\"list/style.min.css\";i:252;s:22:\"loginout/style-rtl.css\";i:253;s:26:\"loginout/style-rtl.min.css\";i:254;s:18:\"loginout/style.css\";i:255;s:22:\"loginout/style.min.css\";i:256;s:19:\"math/editor-rtl.css\";i:257;s:23:\"math/editor-rtl.min.css\";i:258;s:15:\"math/editor.css\";i:259;s:19:\"math/editor.min.css\";i:260;s:18:\"math/style-rtl.css\";i:261;s:22:\"math/style-rtl.min.css\";i:262;s:14:\"math/style.css\";i:263;s:18:\"math/style.min.css\";i:264;s:25:\"media-text/editor-rtl.css\";i:265;s:29:\"media-text/editor-rtl.min.css\";i:266;s:21:\"media-text/editor.css\";i:267;s:25:\"media-text/editor.min.css\";i:268;s:24:\"media-text/style-rtl.css\";i:269;s:28:\"media-text/style-rtl.min.css\";i:270;s:20:\"media-text/style.css\";i:271;s:24:\"media-text/style.min.css\";i:272;s:19:\"more/editor-rtl.css\";i:273;s:23:\"more/editor-rtl.min.css\";i:274;s:15:\"more/editor.css\";i:275;s:19:\"more/editor.min.css\";i:276;s:30:\"navigation-link/editor-rtl.css\";i:277;s:34:\"navigation-link/editor-rtl.min.css\";i:278;s:26:\"navigation-link/editor.css\";i:279;s:30:\"navigation-link/editor.min.css\";i:280;s:29:\"navigation-link/style-rtl.css\";i:281;s:33:\"navigation-link/style-rtl.min.css\";i:282;s:25:\"navigation-link/style.css\";i:283;s:29:\"navigation-link/style.min.css\";i:284;s:38:\"navigation-overlay-close/style-rtl.css\";i:285;s:42:\"navigation-overlay-close/style-rtl.min.css\";i:286;s:34:\"navigation-overlay-close/style.css\";i:287;s:38:\"navigation-overlay-close/style.min.css\";i:288;s:33:\"navigation-submenu/editor-rtl.css\";i:289;s:37:\"navigation-submenu/editor-rtl.min.css\";i:290;s:29:\"navigation-submenu/editor.css\";i:291;s:33:\"navigation-submenu/editor.min.css\";i:292;s:25:\"navigation/editor-rtl.css\";i:293;s:29:\"navigation/editor-rtl.min.css\";i:294;s:21:\"navigation/editor.css\";i:295;s:25:\"navigation/editor.min.css\";i:296;s:24:\"navigation/style-rtl.css\";i:297;s:28:\"navigation/style-rtl.min.css\";i:298;s:20:\"navigation/style.css\";i:299;s:24:\"navigation/style.min.css\";i:300;s:23:\"nextpage/editor-rtl.css\";i:301;s:27:\"nextpage/editor-rtl.min.css\";i:302;s:19:\"nextpage/editor.css\";i:303;s:23:\"nextpage/editor.min.css\";i:304;s:24:\"page-list/editor-rtl.css\";i:305;s:28:\"page-list/editor-rtl.min.css\";i:306;s:20:\"page-list/editor.css\";i:307;s:24:\"page-list/editor.min.css\";i:308;s:23:\"page-list/style-rtl.css\";i:309;s:27:\"page-list/style-rtl.min.css\";i:310;s:19:\"page-list/style.css\";i:311;s:23:\"page-list/style.min.css\";i:312;s:24:\"paragraph/editor-rtl.css\";i:313;s:28:\"paragraph/editor-rtl.min.css\";i:314;s:20:\"paragraph/editor.css\";i:315;s:24:\"paragraph/editor.min.css\";i:316;s:23:\"paragraph/style-rtl.css\";i:317;s:27:\"paragraph/style-rtl.min.css\";i:318;s:19:\"paragraph/style.css\";i:319;s:23:\"paragraph/style.min.css\";i:320;s:35:\"post-author-biography/style-rtl.css\";i:321;s:39:\"post-author-biography/style-rtl.min.css\";i:322;s:31:\"post-author-biography/style.css\";i:323;s:35:\"post-author-biography/style.min.css\";i:324;s:30:\"post-author-name/style-rtl.css\";i:325;s:34:\"post-author-name/style-rtl.min.css\";i:326;s:26:\"post-author-name/style.css\";i:327;s:30:\"post-author-name/style.min.css\";i:328;s:26:\"post-author/editor-rtl.css\";i:329;s:30:\"post-author/editor-rtl.min.css\";i:330;s:22:\"post-author/editor.css\";i:331;s:26:\"post-author/editor.min.css\";i:332;s:25:\"post-author/style-rtl.css\";i:333;s:29:\"post-author/style-rtl.min.css\";i:334;s:21:\"post-author/style.css\";i:335;s:25:\"post-author/style.min.css\";i:336;s:33:\"post-comments-count/style-rtl.css\";i:337;s:37:\"post-comments-count/style-rtl.min.css\";i:338;s:29:\"post-comments-count/style.css\";i:339;s:33:\"post-comments-count/style.min.css\";i:340;s:33:\"post-comments-form/editor-rtl.css\";i:341;s:37:\"post-comments-form/editor-rtl.min.css\";i:342;s:29:\"post-comments-form/editor.css\";i:343;s:33:\"post-comments-form/editor.min.css\";i:344;s:32:\"post-comments-form/style-rtl.css\";i:345;s:36:\"post-comments-form/style-rtl.min.css\";i:346;s:28:\"post-comments-form/style.css\";i:347;s:32:\"post-comments-form/style.min.css\";i:348;s:32:\"post-comments-link/style-rtl.css\";i:349;s:36:\"post-comments-link/style-rtl.min.css\";i:350;s:28:\"post-comments-link/style.css\";i:351;s:32:\"post-comments-link/style.min.css\";i:352;s:26:\"post-content/style-rtl.css\";i:353;s:30:\"post-content/style-rtl.min.css\";i:354;s:22:\"post-content/style.css\";i:355;s:26:\"post-content/style.min.css\";i:356;s:23:\"post-date/style-rtl.css\";i:357;s:27:\"post-date/style-rtl.min.css\";i:358;s:19:\"post-date/style.css\";i:359;s:23:\"post-date/style.min.css\";i:360;s:27:\"post-excerpt/editor-rtl.css\";i:361;s:31:\"post-excerpt/editor-rtl.min.css\";i:362;s:23:\"post-excerpt/editor.css\";i:363;s:27:\"post-excerpt/editor.min.css\";i:364;s:26:\"post-excerpt/style-rtl.css\";i:365;s:30:\"post-excerpt/style-rtl.min.css\";i:366;s:22:\"post-excerpt/style.css\";i:367;s:26:\"post-excerpt/style.min.css\";i:368;s:34:\"post-featured-image/editor-rtl.css\";i:369;s:38:\"post-featured-image/editor-rtl.min.css\";i:370;s:30:\"post-featured-image/editor.css\";i:371;s:34:\"post-featured-image/editor.min.css\";i:372;s:33:\"post-featured-image/style-rtl.css\";i:373;s:37:\"post-featured-image/style-rtl.min.css\";i:374;s:29:\"post-featured-image/style.css\";i:375;s:33:\"post-featured-image/style.min.css\";i:376;s:34:\"post-navigation-link/style-rtl.css\";i:377;s:38:\"post-navigation-link/style-rtl.min.css\";i:378;s:30:\"post-navigation-link/style.css\";i:379;s:34:\"post-navigation-link/style.min.css\";i:380;s:27:\"post-template/style-rtl.css\";i:381;s:31:\"post-template/style-rtl.min.css\";i:382;s:23:\"post-template/style.css\";i:383;s:27:\"post-template/style.min.css\";i:384;s:24:\"post-terms/style-rtl.css\";i:385;s:28:\"post-terms/style-rtl.min.css\";i:386;s:20:\"post-terms/style.css\";i:387;s:24:\"post-terms/style.min.css\";i:388;s:31:\"post-time-to-read/style-rtl.css\";i:389;s:35:\"post-time-to-read/style-rtl.min.css\";i:390;s:27:\"post-time-to-read/style.css\";i:391;s:31:\"post-time-to-read/style.min.css\";i:392;s:24:\"post-title/style-rtl.css\";i:393;s:28:\"post-title/style-rtl.min.css\";i:394;s:20:\"post-title/style.css\";i:395;s:24:\"post-title/style.min.css\";i:396;s:26:\"preformatted/style-rtl.css\";i:397;s:30:\"preformatted/style-rtl.min.css\";i:398;s:22:\"preformatted/style.css\";i:399;s:26:\"preformatted/style.min.css\";i:400;s:24:\"pullquote/editor-rtl.css\";i:401;s:28:\"pullquote/editor-rtl.min.css\";i:402;s:20:\"pullquote/editor.css\";i:403;s:24:\"pullquote/editor.min.css\";i:404;s:23:\"pullquote/style-rtl.css\";i:405;s:27:\"pullquote/style-rtl.min.css\";i:406;s:19:\"pullquote/style.css\";i:407;s:23:\"pullquote/style.min.css\";i:408;s:23:\"pullquote/theme-rtl.css\";i:409;s:27:\"pullquote/theme-rtl.min.css\";i:410;s:19:\"pullquote/theme.css\";i:411;s:23:\"pullquote/theme.min.css\";i:412;s:39:\"query-pagination-numbers/editor-rtl.css\";i:413;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:414;s:35:\"query-pagination-numbers/editor.css\";i:415;s:39:\"query-pagination-numbers/editor.min.css\";i:416;s:31:\"query-pagination/editor-rtl.css\";i:417;s:35:\"query-pagination/editor-rtl.min.css\";i:418;s:27:\"query-pagination/editor.css\";i:419;s:31:\"query-pagination/editor.min.css\";i:420;s:30:\"query-pagination/style-rtl.css\";i:421;s:34:\"query-pagination/style-rtl.min.css\";i:422;s:26:\"query-pagination/style.css\";i:423;s:30:\"query-pagination/style.min.css\";i:424;s:25:\"query-title/style-rtl.css\";i:425;s:29:\"query-title/style-rtl.min.css\";i:426;s:21:\"query-title/style.css\";i:427;s:25:\"query-title/style.min.css\";i:428;s:25:\"query-total/style-rtl.css\";i:429;s:29:\"query-total/style-rtl.min.css\";i:430;s:21:\"query-total/style.css\";i:431;s:25:\"query-total/style.min.css\";i:432;s:20:\"query/editor-rtl.css\";i:433;s:24:\"query/editor-rtl.min.css\";i:434;s:16:\"query/editor.css\";i:435;s:20:\"query/editor.min.css\";i:436;s:19:\"quote/style-rtl.css\";i:437;s:23:\"quote/style-rtl.min.css\";i:438;s:15:\"quote/style.css\";i:439;s:19:\"quote/style.min.css\";i:440;s:19:\"quote/theme-rtl.css\";i:441;s:23:\"quote/theme-rtl.min.css\";i:442;s:15:\"quote/theme.css\";i:443;s:19:\"quote/theme.min.css\";i:444;s:23:\"read-more/style-rtl.css\";i:445;s:27:\"read-more/style-rtl.min.css\";i:446;s:19:\"read-more/style.css\";i:447;s:23:\"read-more/style.min.css\";i:448;s:18:\"rss/editor-rtl.css\";i:449;s:22:\"rss/editor-rtl.min.css\";i:450;s:14:\"rss/editor.css\";i:451;s:18:\"rss/editor.min.css\";i:452;s:17:\"rss/style-rtl.css\";i:453;s:21:\"rss/style-rtl.min.css\";i:454;s:13:\"rss/style.css\";i:455;s:17:\"rss/style.min.css\";i:456;s:21:\"search/editor-rtl.css\";i:457;s:25:\"search/editor-rtl.min.css\";i:458;s:17:\"search/editor.css\";i:459;s:21:\"search/editor.min.css\";i:460;s:20:\"search/style-rtl.css\";i:461;s:24:\"search/style-rtl.min.css\";i:462;s:16:\"search/style.css\";i:463;s:20:\"search/style.min.css\";i:464;s:20:\"search/theme-rtl.css\";i:465;s:24:\"search/theme-rtl.min.css\";i:466;s:16:\"search/theme.css\";i:467;s:20:\"search/theme.min.css\";i:468;s:24:\"separator/editor-rtl.css\";i:469;s:28:\"separator/editor-rtl.min.css\";i:470;s:20:\"separator/editor.css\";i:471;s:24:\"separator/editor.min.css\";i:472;s:23:\"separator/style-rtl.css\";i:473;s:27:\"separator/style-rtl.min.css\";i:474;s:19:\"separator/style.css\";i:475;s:23:\"separator/style.min.css\";i:476;s:23:\"separator/theme-rtl.css\";i:477;s:27:\"separator/theme-rtl.min.css\";i:478;s:19:\"separator/theme.css\";i:479;s:23:\"separator/theme.min.css\";i:480;s:24:\"shortcode/editor-rtl.css\";i:481;s:28:\"shortcode/editor-rtl.min.css\";i:482;s:20:\"shortcode/editor.css\";i:483;s:24:\"shortcode/editor.min.css\";i:484;s:24:\"site-logo/editor-rtl.css\";i:485;s:28:\"site-logo/editor-rtl.min.css\";i:486;s:20:\"site-logo/editor.css\";i:487;s:24:\"site-logo/editor.min.css\";i:488;s:23:\"site-logo/style-rtl.css\";i:489;s:27:\"site-logo/style-rtl.min.css\";i:490;s:19:\"site-logo/style.css\";i:491;s:23:\"site-logo/style.min.css\";i:492;s:27:\"site-tagline/editor-rtl.css\";i:493;s:31:\"site-tagline/editor-rtl.min.css\";i:494;s:23:\"site-tagline/editor.css\";i:495;s:27:\"site-tagline/editor.min.css\";i:496;s:26:\"site-tagline/style-rtl.css\";i:497;s:30:\"site-tagline/style-rtl.min.css\";i:498;s:22:\"site-tagline/style.css\";i:499;s:26:\"site-tagline/style.min.css\";i:500;s:25:\"site-title/editor-rtl.css\";i:501;s:29:\"site-title/editor-rtl.min.css\";i:502;s:21:\"site-title/editor.css\";i:503;s:25:\"site-title/editor.min.css\";i:504;s:24:\"site-title/style-rtl.css\";i:505;s:28:\"site-title/style-rtl.min.css\";i:506;s:20:\"site-title/style.css\";i:507;s:24:\"site-title/style.min.css\";i:508;s:26:\"social-link/editor-rtl.css\";i:509;s:30:\"social-link/editor-rtl.min.css\";i:510;s:22:\"social-link/editor.css\";i:511;s:26:\"social-link/editor.min.css\";i:512;s:27:\"social-links/editor-rtl.css\";i:513;s:31:\"social-links/editor-rtl.min.css\";i:514;s:23:\"social-links/editor.css\";i:515;s:27:\"social-links/editor.min.css\";i:516;s:26:\"social-links/style-rtl.css\";i:517;s:30:\"social-links/style-rtl.min.css\";i:518;s:22:\"social-links/style.css\";i:519;s:26:\"social-links/style.min.css\";i:520;s:21:\"spacer/editor-rtl.css\";i:521;s:25:\"spacer/editor-rtl.min.css\";i:522;s:17:\"spacer/editor.css\";i:523;s:21:\"spacer/editor.min.css\";i:524;s:20:\"spacer/style-rtl.css\";i:525;s:24:\"spacer/style-rtl.min.css\";i:526;s:16:\"spacer/style.css\";i:527;s:20:\"spacer/style.min.css\";i:528;s:20:\"table/editor-rtl.css\";i:529;s:24:\"table/editor-rtl.min.css\";i:530;s:16:\"table/editor.css\";i:531;s:20:\"table/editor.min.css\";i:532;s:19:\"table/style-rtl.css\";i:533;s:23:\"table/style-rtl.min.css\";i:534;s:15:\"table/style.css\";i:535;s:19:\"table/style.min.css\";i:536;s:19:\"table/theme-rtl.css\";i:537;s:23:\"table/theme-rtl.min.css\";i:538;s:15:\"table/theme.css\";i:539;s:19:\"table/theme.min.css\";i:540;s:23:\"tag-cloud/style-rtl.css\";i:541;s:27:\"tag-cloud/style-rtl.min.css\";i:542;s:19:\"tag-cloud/style.css\";i:543;s:23:\"tag-cloud/style.min.css\";i:544;s:28:\"template-part/editor-rtl.css\";i:545;s:32:\"template-part/editor-rtl.min.css\";i:546;s:24:\"template-part/editor.css\";i:547;s:28:\"template-part/editor.min.css\";i:548;s:27:\"template-part/theme-rtl.css\";i:549;s:31:\"template-part/theme-rtl.min.css\";i:550;s:23:\"template-part/theme.css\";i:551;s:27:\"template-part/theme.min.css\";i:552;s:24:\"term-count/style-rtl.css\";i:553;s:28:\"term-count/style-rtl.min.css\";i:554;s:20:\"term-count/style.css\";i:555;s:24:\"term-count/style.min.css\";i:556;s:30:\"term-description/style-rtl.css\";i:557;s:34:\"term-description/style-rtl.min.css\";i:558;s:26:\"term-description/style.css\";i:559;s:30:\"term-description/style.min.css\";i:560;s:23:\"term-name/style-rtl.css\";i:561;s:27:\"term-name/style-rtl.min.css\";i:562;s:19:\"term-name/style.css\";i:563;s:23:\"term-name/style.min.css\";i:564;s:28:\"term-template/editor-rtl.css\";i:565;s:32:\"term-template/editor-rtl.min.css\";i:566;s:24:\"term-template/editor.css\";i:567;s:28:\"term-template/editor.min.css\";i:568;s:27:\"term-template/style-rtl.css\";i:569;s:31:\"term-template/style-rtl.min.css\";i:570;s:23:\"term-template/style.css\";i:571;s:27:\"term-template/style.min.css\";i:572;s:27:\"text-columns/editor-rtl.css\";i:573;s:31:\"text-columns/editor-rtl.min.css\";i:574;s:23:\"text-columns/editor.css\";i:575;s:27:\"text-columns/editor.min.css\";i:576;s:26:\"text-columns/style-rtl.css\";i:577;s:30:\"text-columns/style-rtl.min.css\";i:578;s:22:\"text-columns/style.css\";i:579;s:26:\"text-columns/style.min.css\";i:580;s:19:\"verse/style-rtl.css\";i:581;s:23:\"verse/style-rtl.min.css\";i:582;s:15:\"verse/style.css\";i:583;s:19:\"verse/style.min.css\";i:584;s:20:\"video/editor-rtl.css\";i:585;s:24:\"video/editor-rtl.min.css\";i:586;s:16:\"video/editor.css\";i:587;s:20:\"video/editor.min.css\";i:588;s:19:\"video/style-rtl.css\";i:589;s:23:\"video/style-rtl.min.css\";i:590;s:15:\"video/style.css\";i:591;s:19:\"video/style.min.css\";i:592;s:19:\"video/theme-rtl.css\";i:593;s:23:\"video/theme-rtl.min.css\";i:594;s:15:\"video/theme.css\";i:595;s:19:\"video/theme.min.css\";}}', 'on'),
(168, 'bsf_usage_migrated', '1', 'off'),
(169, 'astra-settings', 'a:24:{s:18:\"theme-auto-version\";s:6:\"4.13.8\";s:22:\"is_theme_queue_running\";b:0;s:20:\"headings-font-family\";s:21:\"\'Poppins\', sans-serif\";s:21:\"headings-font-variant\";s:122:\"100,100italic,200,200italic,300,300italic,400,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";s:14:\"font-weight-h1\";s:3:\"800\";s:12:\"font-size-h1\";a:6:{s:7:\"desktop\";i:55;s:6:\"tablet\";i:30;s:6:\"mobile\";i:30;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h2\";a:6:{s:7:\"desktop\";i:38;s:6:\"tablet\";i:25;s:6:\"mobile\";i:25;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h3\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";i:20;s:6:\"mobile\";i:20;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h4\";a:6:{s:7:\"desktop\";i:24;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h5\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:16:\"body-font-family\";s:21:\"\'Poppins\', sans-serif\";s:18:\"para-margin-bottom\";d:0.8;s:18:\"site-content-width\";i:1240;s:37:\"site-layout-outside-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:25:\"content-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:20:\"global-color-palette\";a:2:{s:7:\"palette\";a:9:{i:0;s:7:\"#183a32\";i:1;s:7:\"#4dbfb8\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F0F5FA\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#0e7a6c\";}s:4:\"flag\";b:0;}s:15:\"button-bg-color\";s:25:\"var(--ast-global-color-1)\";s:12:\"button-color\";s:25:\"var(--ast-global-color-4)\";s:14:\"button-h-color\";s:25:\"var(--ast-global-color-4)\";s:17:\"button-bg-h-color\";s:7:\"#0a5a50\";s:20:\"theme-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"18\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"18\";s:4:\"left\";s:2:\"30\";}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"theme-button-border-group-border-size\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:20:\"button-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"font-extras-button\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:3:\"0.5\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}}', 'on'),
(170, 'astra_notices_allowed', 'a:2:{i:0;s:21:\"astra-sites-on-active\";i:1;s:18:\"astra-optin-notice\";}', 'auto'),
(171, 'astra_usage_installed_time', '1785393149', 'off'),
(3016, '_transient_timeout_astra-theme-cron-test-ok', '1787141464', 'off'),
(3017, '_transient_astra-theme-cron-test-ok', '1', 'off');
INSERT INTO `wpdw_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(184, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:1:{s:9:\"elementor\";a:35:{s:4:\"name\";s:63:\"Elementor Website Builder &#8211; more than just a page builder\";s:4:\"slug\";s:9:\"elementor\";s:7:\"version\";s:5:\"4.2.2\";s:6:\"author\";s:64:\"<a href=\"https://profiles.wordpress.org/elemntor/\">Elementor</a>\";s:14:\"author_profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:12:\"contributors\";a:1:{s:8:\"elemntor\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/7d70f15d78757f876d1847a8f87dd93e1d9c168264b4aeeaf72058656690d05b?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:9:\"Elementor\";}}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:7:\"ratings\";a:5:{i:5;i:6142;i:4;i:232;i:3;i:121;i:2;i:117;i:1;i:682;}s:11:\"num_ratings\";i:7294;s:11:\"support_url\";s:47:\"https://wordpress.org/support/plugin/elementor/\";s:15:\"support_threads\";i:41;s:24:\"support_threads_resolved\";i:31;s:15:\"active_installs\";i:10000000;s:12:\"last_updated\";s:21:\"2026-08-06 2:14pm GMT\";s:5:\"added\";s:10:\"2016-05-30\";s:8:\"homepage\";s:87:\"https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash\";s:8:\"sections\";a:6:{s:11:\"description\";s:24938:\"<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/ROEC0CPRO3w?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 allow-popups-to-escape-sandbox\"></iframe></span></p>\n<h4>THE #1 NO CODE DRAG &amp; DROP WORDPRESS WEBSITE BUILDER POWERING 22M+ WEBSITES WORLDWIDE, NOW WITH AI.</h4>\n<p>Elementor, the leading WordPress website creation platform, empowers you to build professional, pixel-perfect websites seamlessly with its no-code, drag-and-drop Atomic Editor.</p>\n<p>Supporting the full website lifecycle, Elementor enables you to confidently build, optimize, and manage your website with extended capabilities such as AI-powered creation, image optimization, transactional email delivery, accessibility tools, performance boosters, and more.</p>\n<p>Now in version 4 – the Atomic Editor! Introducing a new generation of performance-first atomic building blocks that allow you to control every atomic part with no limits or locked layouts. Define your global design systems and reusable components once, and they apply everywhere instantly – turning hours or even days of work into single clicks.</p>\n<p>Unlock all features with <strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-pro-features/\" rel=\"nofollow ugc\">Elementor One</a></strong>.</p>\n<p>Need fast and secure cloud hosting for your Elementor site? Try out <strong><a href=\"https://elemn.to/repo-hosting\" rel=\"nofollow ugc\">Elementor Host</a></strong> Powered by Google Cloud &amp; Cloudflare. 4.9/5 TrustPilot score.</p>\n<h3>🌟 Create professional stunning websites</h3>\n<ul>\n<li><strong><a href=\"https://go.elementor.com/feature-page-editor/\" rel=\"nofollow ugc\">Intuitive drag &amp; drop builder</a></strong>: Build any website with our no-code, drag-and-drop Editor. Achieve design precision with full control over layout and style.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-feature-page/\" rel=\"nofollow ugc\">Pixel-perfect design tools</a></strong>: Upload SVGs, apply masks, gradients, box shadows, headline effects, shape dividers, and use built-in CSS controls for advanced customization.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-library-full-website-kit/\" rel=\"nofollow ugc\">Template Library</a></strong>: Apply complete website kits for instant setups, or choose from a vast library of single pages, blocks, and pop-up templates.  </li>\n<li><strong><a href=\"https://go.elementor.com/feature-page-editor/\" rel=\"nofollow ugc\">Advanced widgets</a></strong>: Access over 40 FREE widgets, including heading, image, text editor, video, button, gallery, carousels, and more.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-ai/\" rel=\"nofollow ugc\">AI capabilities</a></strong>: Revolutionize your design and content creation process with native AI integration. Instantly create sections, text, code, and images.</li>\n</ul>\n<h4>🗝️ Key features</h4>\n<ul>\n<li><strong><a href=\"https://go.elementor.com/feature-page-global-settings/\" rel=\"nofollow ugc\">Design system</a></strong>: Use Variables and Classes for consistent colors, typography, and design elements, ensuring a cohesive, professional look that updates everywhere globally.  </li>\n<li><strong><a href=\"https://go.elementor.com/feature-page-responsive-design/\" rel=\"nofollow ugc\">Responsive design</a></strong>: Optimize your design for every device with custom breakpoints, ensuring a seamless desktop, tablet, and mobile experience.  </li>\n<li><strong>Mask shapes</strong>: Turning any element, like an image or video, into whatever shape you desire to create standout designs.  </li>\n<li><strong>CSS transform</strong>: Use CSS Transform to rotate, scale, and skew elements, adding dynamic styling to your site.  </li>\n<li><strong>Entrance animations</strong>: Add entrance animations to elements to create engaging and interactive user experiences.  </li>\n<li><strong><a href=\"https://elementor.com/features/#SaveBackup\" rel=\"nofollow ugc\">Revision history</a></strong>: Elementor’s Revision History feature enables users to track and revert to previous versions of their designs, providing peace of mind and flexibility during the creative process.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-developers-developers-website/\" rel=\"nofollow ugc\">Developer-friendly</a></strong>: Equipped with extensive documentation, API, developer tools, and custom code areas, Elementor offers a conducive environment for developers to extend its capabilities and create custom solutions.  </li>\n<li><strong><a href=\"https://elementor.com/features/contact-button/\" rel=\"nofollow ugc\">Floating buttons</a></strong>: Enhance user interaction with customizable, floating action buttons that stay in view as users scroll.  </li>\n<li><strong>Components [Pro]</strong>: Reuse the same building blocks across pages and sites, and update them everywhere they appear. Including controlled content editing, allowing collaborators and clients to update only exposed content properties without breaking layout or styling.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-industry-leading-theme-builder/\" rel=\"nofollow ugc\">Theme Builder</a> [Pro]</strong>: Design every part of your site—headers, footers, posts, and archives—for complete control over appearance.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-popup-builder/\" rel=\"nofollow ugc\">Popup Builder</a> [Pro]</strong>: Create eye-catching popups with Elementor’s Popup Builder, equipped with advanced targeting and triggering options to optimize user engagement and conversions.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-professional-form-builder-and-submission-log/\" rel=\"nofollow ugc\">Forms</a> [Pro]</strong>: Design and integrate custom forms, utilizing advanced features and integrations to capture and manage submissions effectively.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-woocommerce-builder/\" rel=\"nofollow ugc\">WooCommerce Builder</a> [Pro]</strong>: Integrate Elementor with WooCommerce to design custom product pages, shop layouts, archives, carts, checkout pages, my account, and more, enhancing your store’s visual appeal and functionality.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-dynamic-content/\" rel=\"nofollow ugc\">Dynamic Content</a> [Pro]</strong>: Leverage dynamic content capabilities to create personalized and interactive web experiences by connecting your designs to various data sources.  </li>\n<li><strong><a href=\"https://go.elementor.com/features-page-notes/\" rel=\"nofollow ugc\">Notes</a> [Pro]</strong>: Enhance team collaboration by using Elementor’s Notes feature to leave feedback and comments directly on the design interface.  </li>\n<li><strong>Custom Code [Pro]</strong>: Insert custom code to extend the functionality of your site, offering flexibility for advanced customizations.  </li>\n<li><strong>Custom CSS [Pro]</strong>: Apply Custom CSS to fine-tune the styling of elements, ensuring precise control over the design aspects.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-motion-effects/\" rel=\"nofollow ugc\">Motion effects</a> [Pro]</strong>: Add advanced motion effects to elements for a more dynamic and engaging user experience.  </li>\n<li><strong>Custom fonts and icons [Pro]</strong>: Upload and use custom fonts and icons to match your brand’s identity.</li>\n</ul>\n<h4>😍 Elementor FREE widgets</h4>\n<p>Unlock the potential of Elementor with our comprehensive suite of free widgets and tools, designed to empower your website creation process and elevate your design capabilities:</p>\n<ul>\n<li><strong>Heading</strong>: Add eye-catching headlines.  </li>\n<li><strong>Image</strong>: Control the size, opacity and more.  </li>\n<li><strong>Text Editor</strong>: Just like the WordPress text editor.  </li>\n<li><strong>Video</strong>: Add YouTube, Vimeo, VideoPress, Dailymotion or self-hosted videos.  </li>\n<li><strong>Button</strong>: Create interactive buttons.  </li>\n<li><strong>Link in Bio</strong>: Build link in bio components to promote your business / services.  </li>\n<li><strong>Image Box</strong>: A box with image, headline and text.  </li>\n<li><strong>Testimonials</strong>: Customer testimonials.  </li>\n<li><strong>Icon</strong>: Place one or more of 600+ icons available.  </li>\n<li><strong>Icon Box</strong>: An icon, headline, and text with one widget.  </li>\n<li><strong>Social Icons</strong>: Link to your social pages with the Facebook/X (formerly Twitter) icons.  </li>\n<li><strong>Image Gallery</strong>: Display your images in a grid.  </li>\n<li><strong>Image Carousel</strong>: Create rotating carousels or sliders for chosen images.  </li>\n<li><strong>Icon List</strong>: Use any icon to create a bullet list.  </li>\n<li><strong>Counter</strong>: Show numbers in an escalating manner.  </li>\n<li><strong>Progress Bar</strong>: Include an escalating progress bar.  </li>\n<li><strong>Nested Tabs</strong>: Display content in vertical or horizontal tabs.  </li>\n<li><strong>Nested Accordion</strong>: Display any type of content in collapsible sections.  </li>\n<li><strong>Rating</strong>: Display how many stars (or another icon) other visitors gave.  </li>\n<li><strong>Alert</strong>: Include a colored alert box to draw visitor’s attention.  </li>\n<li><strong>HTML</strong>: Insert code into the page.  </li>\n<li><strong>Shortcode</strong>: Insert shortcodes from any plugin into the page.  </li>\n<li><strong>Menu Anchor</strong>: Link any menu to this anchor.  </li>\n<li><strong>Read More</strong>: Set the Read More cut-off for the excerpt in archive pages.  </li>\n<li><strong>Sidebar</strong>: Add sidebars onto the page.  </li>\n<li><strong>Google Maps</strong>: Embed maps into the page.  </li>\n<li><strong>SoundCloud</strong>: Add SoundCloud audio bits.  </li>\n<li><strong>Divider</strong>: Separate content with a designed divider.  </li>\n<li><strong>Spacer</strong>: Add space between elements.  </li>\n<li><strong>Text Path</strong>: Attach your text to a path.  </li>\n<li><strong>And counting…</strong></li>\n</ul>\n<h3>🚀 Enhance your website</h3>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-performance-performance-page/\" rel=\"nofollow ugc\">High-performing websites</a></strong>: Website performance impacts your visitors’ experience and search result ranking. Elementor, in partnership with Google Chrome, continuously enhances performance without compromising design.</p>\n<p><strong>Key features include:</strong></p>\n<ul>\n<li><strong>Reduced DOM output</strong>: Streamlined HTML structure for faster rendering.  </li>\n<li><strong>Improved media file loading</strong>: Optimized loading of images, videos, and other media assets.  </li>\n<li><strong>Reduced CSS and JS files</strong>: Minimized stylesheets and scripts individually loaded only on demand for quicker loading times.  </li>\n<li><strong>Lazy loading</strong>: Deferred loading of non-critical resources to improve initial page load speed.  </li>\n<li><strong>Faster font loading</strong>: Efficient delivery of web fonts to enhance text rendering speed.  </li>\n<li><strong>Optimized front-end asset loading</strong>: Efficient loading of assets like JavaScript and CSS to minimize render-blocking.  </li>\n<li><strong>Element caching</strong>: Cache frequently accessed design elements to reduce server response time and enhance overall performance.</li>\n</ul>\n<h3>🔥 Elementor Editor Pro features</h3>\n<p>Create unparalleled websites while saving time, money and resources with <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/\" rel=\"nofollow ugc\">Elementor Editor Pro</a>’s full website builder. Get access to 100+ professional widgets, features, and tools.</p>\n<p><strong>Editor Pro design widgets:</strong></p>\n<ol>\n<li><strong>Posts</strong>: Display your blog posts with customizable layouts and styles.  </li>\n<li><strong>Share Buttons</strong>: Allow visitors to easily share your content on various social media platforms.  </li>\n<li><strong>Portfolio</strong>: Showcase your work or projects with stunning portfolio layouts.  </li>\n<li><strong>Slides</strong>: Create dynamic slideshows with custom animations and transitions.  </li>\n<li><strong>Form</strong>: Design and customize advanced forms for user interaction and data collection.  </li>\n<li><strong>Login</strong>: Add a login form or user registration module to your website.  </li>\n<li><strong>Nav Menu</strong>: Customize and style your website’s navigation menu for better user experience.  </li>\n<li><strong>Animated Headline</strong>: Create attention-grabbing headlines with animated effects.  </li>\n<li><strong>Price Table</strong>: Display pricing plans or packages in a structured and visually appealing format.  </li>\n<li><strong>Price List</strong>: Showcase a list of prices or services with customizable styling options.  </li>\n<li><strong>Gallery</strong>: Create beautiful image galleries with various layout options and lightbox support.  </li>\n<li><strong>Flip Box</strong>: Add interactive flip animations to highlight content or features.  </li>\n<li><strong>Call to Action</strong>: Encourage user interaction and conversions with compelling call-to-action sections.  </li>\n<li><strong>Media Carousel</strong>: Showcase a carousel of media files such as images or videos.  </li>\n<li><strong>Testimonial Carousel</strong>: Display client testimonials in a carousel format for social proof.  </li>\n<li><strong>Nested Carousel</strong>: Create nested carousels for more complex content organization.  </li>\n<li><strong>Loop Carousel</strong>: Display content in a looped carousel for continuous viewing.  </li>\n<li><strong>Table of Contents</strong>: Generate a table of contents for longer articles or guides to improve navigation.  </li>\n<li><strong>Countdown</strong>: Add countdown timers to create urgency for promotions or events.  </li>\n<li><strong>Facebook Page</strong>: Embed your Facebook page feed or content onto your website.  </li>\n<li><strong>Blockquote</strong>: Highlight quotes or testimonials with stylish formatting options.  </li>\n<li><strong>Template</strong>: Save and reuse design templates for consistent branding and layout.  </li>\n<li><strong>Reviews</strong>: Showcase customer reviews and ratings to build trust and credibility.  </li>\n<li><strong>Facebook Button</strong>: Add buttons to promote interactions with your Facebook page or content.  </li>\n<li><strong>Facebook Embed</strong>: Embed Facebook posts or content onto your website.  </li>\n<li><strong>Facebook Comments</strong>: Enable Facebook comments on your website’s pages or posts.  </li>\n<li><strong>PayPal Button</strong>: Integrate PayPal buttons for easy online payments.  </li>\n<li><strong>Stripe Button</strong>: Integrate Stripe payment buttons to facilitate secure online transactions.  </li>\n<li><strong>Lottie Widget</strong>: Add Lottie animations to enhance visual appeal and engagement.  </li>\n<li><strong>Code Highlight</strong>: Display code snippets with syntax highlighting for better readability.  </li>\n<li><strong>Video Playlist</strong>: Create and customize playlists for video content on your website.  </li>\n<li><strong>Mega Menu</strong>: Customize advanced menus for better navigation and displaying complex content.  </li>\n<li><strong>Off Canvas</strong>: Create off-canvas areas that slide in to show extra info or menus without cluttering the main layout.</li>\n</ol>\n<p><strong>Editor Pro theme widgets:</strong></p>\n<p>Build and customize all the key parts of your website including headers, footers, 404 page, global archives, and more…</p>\n<ol>\n<li><strong>Post Title</strong>: Customize the title of individual blog posts or pages.  </li>\n<li><strong>Post Excerpt</strong>: Display a brief summary or teaser of your blog posts.  </li>\n<li><strong>Post Content</strong>: Customize the main content area of your blog posts or pages.  </li>\n<li><strong>Featured Image</strong>: Set and customize featured images for blog posts or pages.  </li>\n<li><strong>Author Box</strong>: Display author information and bios on blog posts.  </li>\n<li><strong>Post Comments</strong>: Customize the appearance and functionality of comments sections on your website.  </li>\n<li><strong>Post Navigation</strong>: Add navigation links to adjacent posts for easy browsing.  </li>\n<li><strong>Post Info</strong>: Display additional information about blog posts, such as author and date.  </li>\n<li><strong>Site Logo</strong>: Upload and customize your website’s logo for branding purposes.  </li>\n<li><strong>Site Title</strong>: Customize the title of your website.  </li>\n<li><strong>Page Title</strong>: Customize the title of individual pages.  </li>\n<li><strong>Search Bar</strong>: Add a search bar to allow users to search your website’s content.  </li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation.  </li>\n<li><strong>Sitemap</strong>: Generate a sitemap for better search engine indexing and user navigation.  </li>\n<li><strong>Loop Grid</strong>: Design and customize grid layouts for blog post archives or product listings.</li>\n</ol>\n<p><strong>Editor Pro WooCommerce widgets:</strong></p>\n<p>Design and customize a complete online shopping experience across your entire website.</p>\n<ol>\n<li><strong>Product</strong>: Display individual products with customizable layouts and styles.  </li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation within your store.  </li>\n<li><strong>Product Title</strong>: Customize the title of individual products.  </li>\n<li><strong>Product Images</strong>: Set and customize images for product listings.  </li>\n<li><strong>Product Price</strong>: Display the price of individual products.  </li>\n<li><strong>Add To Cart</strong>: Add customizable add to cart buttons for easy purchasing.  </li>\n<li><strong>Product Rating</strong>: Display ratings and reviews for products.  </li>\n<li><strong>Product Stock</strong>: Display stock availability for products.  </li>\n<li><strong>Product Meta</strong>: Display additional information about products, such as SKU and categories.  </li>\n<li><strong>Product Content</strong>: Customize the main content area of product descriptions.  </li>\n<li><strong>Short Description</strong>: Display brief summaries or teasers of products.  </li>\n<li><strong>Product Data Tabs</strong>: Organize product information into tabbed sections for better organization.  </li>\n<li><strong>Additional Information</strong>: Display additional details about products, such as dimensions and weight.  </li>\n<li><strong>Product Related</strong>: Showcase related products to encourage additional purchases.  </li>\n<li><strong>Upsells</strong>: Promote upsell products to increase average order value.  </li>\n<li><strong>Products</strong>: Display a grid or list of products with customizable settings.  </li>\n<li><strong>Custom Add To Cart</strong>: Customize the add to cart button for specific products.  </li>\n<li><strong>WooCommerce Pages</strong>: Design and customize WooCommerce-specific pages, such as the cart and checkout pages.  </li>\n<li><strong>Product Categories</strong>: Display product categories for easy navigation within your store.  </li>\n<li><strong>Menu Cart</strong>: Display a cart icon in your navigation menu for easy access to the shopping cart.  </li>\n<li><strong>Cart</strong>: Customize the appearance and functionality of the shopping cart page.  </li>\n<li><strong>Checkout</strong>: Customize the appearance and functionality of the checkout page.  </li>\n<li><strong>My Account</strong>: Customize the appearance and functionality of the customer account area.  </li>\n<li><strong>Purchase Summary</strong>: Display a summary of purchases during the checkout process.  </li>\n<li><strong>WooCommerce Notices</strong>: Customize the appearance and functionality of WooCommerce notices, such as order confirmation messages.</li>\n</ol>\n<p>Build professional websites with <strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/\" rel=\"nofollow ugc\">Elementor Editor Pro</a></strong>!</p>\n<h4>🔒 Security and compliance</h4>\n<p>Elementor places a paramount focus on security, evident through our acquisition of industry certifications such as ISO/IEC 27001, ISO/IEC 27017, ISO/IEC 27018, ISO/IEC 27701, and SOC 2 Type II. These certifications underscore our commitment to implementing robust security measures and highlight our dedication to adhering to recognized industry standards.</p>\n<p>We encourage ethical security research through our <a href=\"https://go.elementor.com/wp-repo-description-tab-bug-crowd-bug-bounty-program/\" rel=\"nofollow ugc\">Bug Bounty program</a>. We collaborate with leading bug bounty services to provide opportunities for researchers to report vulnerabilities in our services. Our bounty programs include a triage team available 24/7/365.</p>\n<p>For more information: <a href=\"https://go.elementor.com/trust-center/\" rel=\"nofollow ugc\">Trust Center</a>.</p>\n<h4>♿ Accessibility best practices</h4>\n<p>Elementor offers accessibility tools and enhancements to help you provide a better experience for all users. Including HTML 5 semantic, full keyboard navigation menu, ongoing improvement of features, widget, and more.</p>\n<h4>🌐 Translated to 63+ languages, includes RTL support</h4>\n<p>Elementor supports multiple languages, typographies, and RTL, with editor translations in <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/\" rel=\"nofollow ugc\">over 63 languages</a>.</p>\n<p>It’s also compatible with WPML, Polylang, TranslatePress, Weglot, and more. To contribute, add a new language via <a href=\"https://translate.wordpress.org/\" rel=\"nofollow ugc\">translate.wordpress.org</a>. See our guide on <a href=\"https://go.elementor.com/wp-repo-description-tab-help-center-translate/\" rel=\"nofollow ugc\">how to translate and localize the plugin</a>.</p>\n<h4>🧩 Use of 3rd-party services</h4>\n<p>To improve the user experience, Elementor may use the following 3rd party services if the required feature is enabled:</p>\n<ul>\n<li>Google Fonts are loaded to add additional fonts to your website. Google’s <a href=\"https://policies.google.com/terms\" rel=\"nofollow ugc\">TOS</a> and <a href=\"https://policies.google.com/privacy\" rel=\"nofollow ugc\">Privacy Policy</a> apply.  </li>\n<li>Some Elementor features require loading assets from Elementor.com. These assets are not used for tracking unless explicitly stated, and require your approval and manual opt-in. Learn more in our <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-plugin-terms/\" rel=\"nofollow ugc\">TOS</a> and <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-plugin-privacy/\" rel=\"nofollow ugc\">Privacy Policy</a>.</li>\n</ul>\n<h4>📧 Related products by Elementor</h4>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-io/\" rel=\"nofollow ugc\">Image Optimization</a></strong>: Superior image compression for faster, high-quality website performance.</p>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-sm/\" rel=\"nofollow ugc\">Email Deliverability</a></strong>: Reliable email management without SMTP plugins, keeping your communications streamlined and efficient.</p>\n<p><strong><a href=\"http://go.elementor.com/editor-acc-wp-repo\" rel=\"nofollow ugc\">Web Accessibility</a></strong>: Enhances website usability for individuals with disabilities. Ally is designed to help web creators make their websites more inclusive. It scans, detects, and remediates key accessibility violations, working seamlessly on all WordPress and Elementor websites.</p>\n<h4>📣 See what our users have to say</h4>\n<blockquote>\n<p>“Elementor is hands down the best page builder out there” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/elementor-is-hands-down-the-best-page-builder-out-there/\" rel=\"ugc\">Graphicvision1</a></em></p>\n<p>“An incredibly user-friendly plugin” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/a-wonderful-experience/\" rel=\"ugc\">Hyeyoga</a></em></p>\n<p>“Easily, my most used WP plugin” –  &hellip;</p>\n</blockquote>\n\";s:12:\"installation\";s:2338:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>WordPress 6.8 or greater</li>\n<li>PHP version 7.4 or greater</li>\n<li>MySQL version 5.6 or MariaDB version 10.5 or greater</li>\n<li>PHP Memory limit of 256 MB or greater</li>\n<li>WordPress Memory limit of 256 MB or greater</li>\n</ul>\n<h4>Recommended Requirements</h4>\n<ul>\n<li>WordPress 7.0 or greater</li>\n<li>PHP version 8.3 or greater</li>\n<li>MySQL version 8.0 or MariaDB version 10.6 or greater</li>\n<li>PHP Memory limit of 512 MB (768 MB for best performance) or greater</li>\n<li>WordPress Memory limit of 512 MB (768 MB for best performance) or greater</li>\n</ul>\n<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/9EZ159ryFNs?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 allow-popups-to-escape-sandbox\"></iframe></span></p>\n<p><strong>Note:</strong> These requirements are for Elementor and Elementor Pro only. If you are using additional plugins on your site that also have minimum requirements such as WooCommerce or Elementor addons, you may need to increase your PHP and WordPress Memory limit to help avoid loading issues. See also, the following documentation <a href=\"https://elementor.com/help/elementor-widget-panel-not-loading/\" rel=\"nofollow ugc\">Elementor Widget Panel Not Loading</a>.</p>\n<h4>Installation</h4>\n<ol>\n<li>Install using the WordPress built-in Plugin installer, or Extract the zip file and drop the contents in the <code>wp-content/plugins/</code> directory of your WordPress installation.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>\n<li>Go to Pages &gt; Add New</li>\n<li>Press the &#8216;Edit with Elementor&#8217; button.</li>\n<li>Now you can drag and drop widgets from the left panel onto the content area, as well as add new sections and columns that make up the page structure.</li>\n</ol>\n<p>For documentation and tutorials visit our <a href=\"https://elementor.com/help/?utm_source=wp-repo&amp;utm_medium=link&amp;utm_campaign=readme\" rel=\"nofollow ugc\">Knowledge Base</a>.</p>\n\";s:3:\"faq\";s:5054:\"\n<dt id=\"how%20do%20i%20install%20elementor%20editor%3F\">\nHow do I install Elementor Editor?\n</h4>\n<p>\n<p>To install the free version of Elementor Editor, follow the steps below:<br />\nFrom your WordPress dashboard -&gt; Go to Plugins -&gt; Click on ‘Add new’-&gt; In the Search field, enter Elementor and choose Elementor website builder.<br />\nPress install -&gt; After installation, click Activate.</p>\n</p>\n<dt id=\"does%20elementor%20editor%20work%20with%20all%20the%20themes%3F\">\nDoes Elementor Editor work with all the themes?\n</h4>\n<p>\n<p>Elementor Editor works all the themes that respect the coding standards of WordPress set by its Codex. It is recommended to use Elementor’s <a href=\"https://go.elementor.com/wp-repo-description-tab-hello-theme-hello-theme/\" rel=\"nofollow ugc\">Hello Theme</a>, a lightweight blank canvas, to enjoy full flexibility when using Elementor Editor, and optimize your experience.</p>\n</p>\n<dt id=\"is%20elementor%20editor%20compatible%20with%20gutenberg%3F\">\nIs Elementor Editor compatible with Gutenberg?\n</h4>\n<p>\n<p>Elementor Editor and Gutenberg work seamlessly together. As a user, you can easily decide which editor to use at every point while editing your site.</p>\n</p>\n<dt id=\"can%20i%20create%20an%20online%20store%3F\">\nCan I create an online store?\n</h4>\n<p>\n<p>Yes, with the Elementor Editor Pro WooCommerce Builder you can customize every page of your store to create an amazing customer experience that drives sales.</p>\n</p>\n<dt id=\"does%20it%20work%20with%20other%20wordpress%20plugins%3F\">\nDoes it work with other WordPress plugins?\n</h4>\n<p>\n<p>It works with almost all the plugins. If you experience an incompatibility issue, please report it to us and to the plugin that conflicts with Elementor Editor.</p>\n</p>\n<dt id=\"do%20i%20need%20to%20know%20how%20to%20code%3F\">\nDo I need to know how to code?\n</h4>\n<p>\n<p>No! Elementor Editor provides you with all the widgets and features that you need to build a professional website without using code.</p>\n</p>\n<dt id=\"do%20i%20need%20to%20know%20how%20to%20design%3F\">\nDo I need to know how to design?\n</h4>\n<p>\n<p>No, you can choose between professionally designed kits and templates that fit to every industry and have all you need to create your own professional website.</p>\n</p>\n<dt id=\"will%20elementor%20editor%20slow%20down%20my%20website%3F\">\nWill Elementor Editor slow down my website?\n</h4>\n<p>\n<p>As Elementor prioritizes speed and performance, you enjoy better and faster performance with each new version of the Editor. When testing the same page layout on older versions you can see a significant performance improvement, from a score of 82 in Google PageSpeed Insight in version 3.1, to a score of 95 i in version 3.5.</p>\n</p>\n<dt id=\"is%20my%20site%20secure%20with%20elementor%20editor%3F\">\nIs my site secure with Elementor Editor?\n</h4>\n<p>\n<p>The security of your website is extremely important to us and we take proactive measures to assure that your websites are secure. Elementor is ISO 27001 certified, and has a dedicated team of security professionals that implements industry best-practices for maximum security and compliance, 24/7.</p>\n<p>There is also a managed security Bug Bounty program, utilizing the community power by enabling 24/7/365 crowdsourced vulnerability detection.</p>\n</p>\n<dt id=\"can%20i%20buy%20templates%20separately%3F\">\nCan I buy templates separately?\n</h4>\n<p>\n<p>Of course, you can use any template that supports Elementor Editor.</p>\n</p>\n<dt id=\"is%20elementor%20editor%20compatible%20with%20post%20and%20custom%20post%20types%3F\">\nIs Elementor Editor compatible with Post and Custom Post Types?\n</h4>\n<p>\n<p>Of course! You can set which post types will enable Elementor in the settings page.</p>\n</p>\n<dt id=\"what%20is%20the%20difference%20between%20elementor%E2%80%99s%20free%20editor%20plugin%20and%20elementor%20editor%20pro%3F\">\nWhat is the difference between Elementor’s free Editor plugin and Elementor Editor Pro?\n</h4>\n<p>\n<p>Elementor Editor’s Free version allows you to explore our revolutionary drag &amp; drop live editor, basic widgets and templates. Elementor Editor Pro (Essential, Advanced, Expert, Studio, and Agency) empowers you with more professional tools that speed up your workflow, give you access to human-powered support, help you build more advanced content, and convert visitors. See full comparison here.</p>\n</p>\n<dt id=\"how%20can%20i%20become%20a%20contributor%3F\">\nHow can I become a Contributor?\n</h4>\n<p>\n<p>If you want to contribute, go to our <a href=\"https://github.com/elementor/elementor\" rel=\"nofollow ugc\">Elementor GitHub Repository</a> and see where you can help. You can also add a new language via <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/\" rel=\"nofollow ugc\">translate.wordpress.org</a>. We’ve built a short guide explaining <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate-faq/\" rel=\"nofollow ugc\">how to translate and localize the plugin</a>.</p>\n</p>\n\n\";s:9:\"changelog\";s:2249:\"<h4>4.2.2 &#8211; 2026-08-06</h4>\n<ul>\n<li>Fix: Editor top bar integrations may not appear in non-English languages</li>\n</ul>\n<h4>4.2.1 &#8211; 2026-07-28</h4>\n<ul>\n<li>Fix: Improved code security enforcement in template handling</li>\n<li>Fix: Improved code security enforcement in document handling</li>\n<li>Fix: Invalid border-radius values in Global Classes prevent class changes &#8211; Atomic Editor</li>\n<li>Fix: Atomic Variables synced from Atomic Classes are missing after site import &#8211; Atomic Editor</li>\n</ul>\n<h4>4.2.0 &#8211; 2026-07-20</h4>\n<ul>\n<li>New: Introducing Grid for building advanced row and column layouts &#8211; Atomic Editor</li>\n<li>Tweak: Improved Angie layout, composition, and design system creation from prompts and images &#8211; Atomic Editor</li>\n<li>Tweak: Added dynamic tag support for AI-generated element properties</li>\n<li>Fix: VideoPress URLs do not display on the frontend when used in Background Video and Lightbox dynamic tags (<a href=\"https://github.com/elementor/elementor/issues/24467\" rel=\"nofollow ugc\">#24467</a>)</li>\n<li>Fix: Grid containers can cause slower Editor performance on complex pages</li>\n<li>Fix: Filters do not work as expected in Website Templates</li>\n<li>Fix: The Save as Template button is unreachable when the modal does not fit the browser viewport</li>\n<li>Fix: AI-related Editor features show a console error when required services are not available yet</li>\n<li>Fix: Missing classes can affect the editing panel when they are still applied to elements &#8211; Atomic Editor</li>\n<li>Fix: Unsaved Class changes are not detected when switching between Design System tabs &#8211; Atomic Editor</li>\n<li>Fix: Custom Font names with spaces or special characters do not work in the Font Family control &#8211; Atomic Editor</li>\n<li>Fix: The drop indicator is missing when dragging Atomic elements inside row Containers &#8211; Atomic Editor</li>\n<li>Fix: Global Classes can be shared across multiple Kits instead of being separated per Kit &#8211; Atomic Editor</li>\n<li>Fix: Angie cannot update text in some Atomic elements &#8211; Atomic Editor</li>\n</ul>\n<p><a href=\"https://go.elementor.com/full-changelog/\" rel=\"nofollow ugc\">See changelog for all versions.</a></p>\n\";s:11:\"screenshots\";s:3162:\"<ol><li><a href=\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\" alt=\"&lt;strong&gt;Visual Drag and Drop Editor&lt;/strong&gt; - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.\"></a><p><strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\" alt=\"&lt;strong&gt;Full Design System&lt;/strong&gt; - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.\"></a><p><strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\" alt=\"&lt;strong&gt;Responsive Design&lt;/strong&gt; Fully edit your website and customize the behavior on desktop, tablet, &amp; mobile to optimize the visitor experience on every device.\"></a><p><strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, &amp; mobile to optimize the visitor experience on every device.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\" alt=\"&lt;strong&gt;Kits and Templates&lt;/strong&gt; - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.\"></a><p><strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\" alt=\"&lt;strong&gt;Nested Elements&lt;/strong&gt; Leverage Elementor Editor&#039;s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.\"></a><p><strong>Nested Elements</strong> Leverage Elementor Editor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\" alt=\"&lt;strong&gt;Motion Effects&lt;/strong&gt; - Add entrance animations and transitions to any element in your website to captivate visitors.\"></a><p><strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.</p></li></ol>\";s:7:\"reviews\";s:16718:\"<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Elementor is complicated.</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/pattymiller/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/34bb2e6c775a0cad973ac9429528a16e66770a78ad6d91c6c464c7c14c272b89?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/34bb2e6c775a0cad973ac9429528a16e66770a78ad6d91c6c464c7c14c272b89?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/pattymiller/\" class=\"reviewer-name\">pattymiller</a> on <span class=\"review-date\">August 16, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I have ordered 2 times and cancellation is only accepted within 2 weeks. If you have become aware of the Fahler himself and in time, at least 2-3 further steps are necessary to get the money back!<br />Thank you Elementor so not</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Building great website is easy</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/kevinjhouston/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/c89efe98e68bf98d9d3ea0b57fbe7832369828e95007786de12ececed7445cca?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/c89efe98e68bf98d9d3ea0b57fbe7832369828e95007786de12ececed7445cca?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/kevinjhouston/\" class=\"reviewer-name\">kevinjhouston</a> on <span class=\"review-date\">August 11, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I am glad I found Elementor. It has made building great website easy for WordPress.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Relentless Resubscribe Nagging</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/psyk3s/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/75ca40ede658800a1ea6518b5b73f005187b72dd969e09ae80a30146ea64877f?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/75ca40ede658800a1ea6518b5b73f005187b72dd969e09ae80a30146ea64877f?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/psyk3s/\" class=\"reviewer-name\">PsYk3s</a> on <span class=\"review-date\">August 7, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Elementor does a great job selling you on the product only to have such rigorous attention to detail when it comes to your subscription status. A month before your subscription is up you will get nagged relentlessly to repurchase your license or the plague will take us all, and when you dismiss the notice it comes back over and over and over and over again. This company is whipped to the bone, time to find a new more innovative option.<br /><br />(If your company is at the point of min-maxing like this with marketing and advertising, just innovate elsewhere instead please)</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Elementor Pro - was able to remove so many plugins because of this tool</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/darylfernquist/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/66623bec515b499b08400d4dde29b085698a7113c064fffd8670601494d3bedc?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/66623bec515b499b08400d4dde29b085698a7113c064fffd8670601494d3bedc?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/darylfernquist/\" class=\"reviewer-name\">Ferny <small>(darylfernquist)</small></a> on <span class=\"review-date\">July 31, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I have used Elementor basic for years but finally upgraded to Elementor Pro a few months ago. I am now using it on all my WordPress sites. The more I use it the more I find you can do with it. It has so many features which I previously had to use plugins for.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It has also made my coding and work flow so much easier. I know part of this is me learning the tool but I can\'t think what I would do without it. I do have some sites that still use DIVI or WPBakery but hope I will be able to redevelop those sites with Elementor Pro, over time.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Awesome page builder</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/stevenph/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/60f5bebc92fe42b4dc6c7740bb3c42b67f7b12b0749b499be55cc0e98875213d?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/60f5bebc92fe42b4dc6c7740bb3c42b67f7b12b0749b499be55cc0e98875213d?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/stevenph/\" class=\"reviewer-name\">stevenph</a> on <span class=\"review-date\">July 30, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I\'m new to Wordpress and I find Elementor easy to use. I upgraded to the paid version.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">操作方便</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/simonchou1966/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/1aea727f054210f7f713358582d9673fb24013874f7eef4f2bef650001432b02?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/1aea727f054210f7f713358582d9673fb24013874f7eef4f2bef650001432b02?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/simonchou1966/\" class=\"reviewer-name\">simonchou1966</a> on <span class=\"review-date\">July 30, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>非常方便操作</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Wish there was no spam</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/stallanbooks/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/3b7a560b3db3d52e412967e32827ee03ca284911d1e935dcff57be6780f25182?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/3b7a560b3db3d52e412967e32827ee03ca284911d1e935dcff57be6780f25182?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/stallanbooks/\" class=\"reviewer-name\">stallanbooks</a> on <span class=\"review-date\">July 30, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I enjoy the features of elementor and it certainly saves me time, but every time I log in I get messages asking me to upgrade.  Constant emails doing the same.  Look I would if I could but I don\'t make money from my blog so am really poor.  Please go away! </p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Best WordPress Page Builder</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/airasuite/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/a430ca1b22e6cff9799344b7fa706c6eff214671737b622fe71b972ce2742fef?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/a430ca1b22e6cff9799344b7fa706c6eff214671737b622fe71b972ce2742fef?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/airasuite/\" class=\"reviewer-name\">airasuite</a> on <span class=\"review-date\">July 28, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Elementor is a Exceptional Page Builder.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">It completely transformed the way we work and took it to the next level</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/buendiadiseno/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/ae325df88abcc66822c49f2d5581673ebefda200a0e6dfb2d3ab3feeff7a709d?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/ae325df88abcc66822c49f2d5581673ebefda200a0e6dfb2d3ab3feeff7a709d?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/buendiadiseno/\" class=\"reviewer-name\">buendiadiseno</a> on <span class=\"review-date\">July 27, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Before the pandemic, we built templates from scratch using code, which was extremely time-consuming and resource-intensive. Over time, we adopted a few page builders that made content management easier, but the bulk of the work still involved long hours and thousands of lines of PHP, JavaScript, CSS, and other code.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then, during the pandemic, as we faced a significant increase in demand for websites, we decided to adopt Elementor—and the results have been incredible in every possible way. It\'s easy to learn, user-friendly, highly efficient, and allows us to deliver projects up to ten times faster than the way we used to work.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Unmatched Visual Freedom</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/florimyrta/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/537b1d6cc22f0f7ce4f847fbcf62d3d1b8a48f33527f310a725e6f757ba34bc8?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/537b1d6cc22f0f7ce4f847fbcf62d3d1b8a48f33527f310a725e6f757ba34bc8?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/florimyrta/\" class=\"reviewer-name\">Flori Myrta <small>(florimyrta)</small></a> on <span class=\"review-date\">July 27, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Pixel-perfect control over every element, complete with Flexbox Containers and CSS Grid to structure modern layouts. Love it</p>\n<!-- /wp:paragraph --></div>\n</div>\n\";}s:17:\"short_description\";s:159:\"The Elementor Website Builder has it all: drag and drop page builder, Atomic Editor, pixel perfect design, global and reusable style systems, mobile r &hellip;\";s:13:\"download_link\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.2.2.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\";s:7:\"caption\";s:144:\"<strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.\";}i:2;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\";s:7:\"caption\";s:185:\"<strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.\";}i:3;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\";s:7:\"caption\";s:170:\"<strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, &amp; mobile to optimize the visitor experience on every device.\";}i:4;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\";s:7:\"caption\";s:193:\"<strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.\";}i:5;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\";s:7:\"caption\";s:197:\"<strong>Nested Elements</strong> Leverage Elementor Editor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.\";}i:6;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\";s:7:\"caption\";s:127:\"<strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.\";}}s:4:\"tags\";a:5:{s:13:\"drag-and-drop\";s:13:\"drag-and-drop\";s:6:\"editor\";s:6:\"editor\";s:9:\"elementor\";s:9:\"elementor\";s:12:\"landing-page\";s:12:\"landing page\";s:12:\"page-builder\";s:12:\"page builder\";}s:8:\"versions\";a:447:{s:5:\"3.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.0.zip\";s:5:\"3.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.1.zip\";s:6:\"3.0.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.10.zip\";s:6:\"3.0.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.11.zip\";s:6:\"3.0.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.12.zip\";s:6:\"3.0.13\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.13.zip\";s:6:\"3.0.14\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.14.zip\";s:6:\"3.0.15\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.15.zip\";s:6:\"3.0.16\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.16.zip\";s:5:\"3.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.2.zip\";s:5:\"3.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.3.zip\";s:5:\"3.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.4.zip\";s:5:\"3.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.5.zip\";s:5:\"3.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.6.zip\";s:5:\"3.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.7.zip\";s:5:\"3.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.zip\";s:7:\"3.0.8.1\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.1.zip\";s:5:\"3.0.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.9.zip\";s:5:\"3.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.0.zip\";s:11:\"3.1.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta1.zip\";s:11:\"3.1.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta2.zip\";s:11:\"3.1.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta3.zip\";s:11:\"3.1.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta4.zip\";s:10:\"3.1.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev1.zip\";s:10:\"3.1.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev2.zip\";s:10:\"3.1.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev3.zip\";s:5:\"3.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.1.zip\";s:5:\"3.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.2.zip\";s:5:\"3.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.3.zip\";s:5:\"3.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.4.zip\";s:6:\"3.10.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.0.zip\";s:11:\"3.10.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.10.0-dev1.zip\";s:6:\"3.10.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.1.zip\";s:6:\"3.10.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.2.zip\";s:6:\"3.11.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.0.zip\";s:12:\"3.11.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta1.zip\";s:12:\"3.11.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta2.zip\";s:12:\"3.11.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta3.zip\";s:11:\"3.11.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev1.zip\";s:11:\"3.11.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev2.zip\";s:11:\"3.11.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev3.zip\";s:6:\"3.11.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.1.zip\";s:6:\"3.11.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.2.zip\";s:6:\"3.11.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.3.zip\";s:6:\"3.11.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.4.zip\";s:6:\"3.11.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.5.zip\";s:6:\"3.12.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.0.zip\";s:6:\"3.12.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.1.zip\";s:6:\"3.12.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.2.zip\";s:6:\"3.13.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.0.zip\";s:12:\"3.13.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta1.zip\";s:12:\"3.13.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta2.zip\";s:12:\"3.13.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta3.zip\";s:11:\"3.13.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev3.zip\";s:11:\"3.13.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev4.zip\";s:6:\"3.13.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.1.zip\";s:6:\"3.13.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.2.zip\";s:6:\"3.13.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.3.zip\";s:6:\"3.13.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.4.zip\";s:6:\"3.14.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.0.zip\";s:12:\"3.14.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta1.zip\";s:12:\"3.14.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta2.zip\";s:12:\"3.14.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta3.zip\";s:12:\"3.14.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta4.zip\";s:12:\"3.14.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta5.zip\";s:6:\"3.14.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.1.zip\";s:6:\"3.15.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.0.zip\";s:6:\"3.15.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.1.zip\";s:6:\"3.15.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.2.zip\";s:6:\"3.15.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.3.zip\";s:6:\"3.16.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.0.zip\";s:12:\"3.16.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta3.zip\";s:12:\"3.16.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta4.zip\";s:11:\"3.16.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev1.zip\";s:11:\"3.16.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev2.zip\";s:6:\"3.16.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.1.zip\";s:6:\"3.16.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.2.zip\";s:6:\"3.16.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.3.zip\";s:6:\"3.16.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.4.zip\";s:6:\"3.16.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.5.zip\";s:6:\"3.16.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.6.zip\";s:6:\"3.17.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.0.zip\";s:11:\"3.17.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev2.zip\";s:11:\"3.17.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev3.zip\";s:11:\"3.17.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev4.zip\";s:6:\"3.17.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.1.zip\";s:6:\"3.17.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.2.zip\";s:6:\"3.17.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.3.zip\";s:6:\"3.18.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.0.zip\";s:12:\"3.18.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta1.zip\";s:12:\"3.18.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta2.zip\";s:12:\"3.18.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta3.zip\";s:12:\"3.18.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta4.zip\";s:11:\"3.18.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-dev1.zip\";s:6:\"3.18.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.1.zip\";s:6:\"3.18.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.2.zip\";s:6:\"3.18.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.3.zip\";s:6:\"3.19.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.0.zip\";s:12:\"3.19.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta1.zip\";s:12:\"3.19.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta2.zip\";s:12:\"3.19.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta3.zip\";s:12:\"3.19.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta4.zip\";s:12:\"3.19.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta5.zip\";s:12:\"3.19.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta6.zip\";s:11:\"3.19.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev1.zip\";s:11:\"3.19.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev2.zip\";s:11:\"3.19.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev3.zip\";s:11:\"3.19.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev4.zip\";s:11:\"3.19.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev5.zip\";s:11:\"3.19.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev6.zip\";s:6:\"3.19.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.1.zip\";s:6:\"3.19.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.2.zip\";s:6:\"3.19.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.3.zip\";s:6:\"3.19.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.4.zip\";s:5:\"3.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.0.zip\";s:5:\"3.2.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.1.zip\";s:5:\"3.2.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.2.zip\";s:5:\"3.2.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.3.zip\";s:5:\"3.2.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.4.zip\";s:5:\"3.2.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.5.zip\";s:6:\"3.20.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.0.zip\";s:12:\"3.20.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta1.zip\";s:12:\"3.20.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta2.zip\";s:12:\"3.20.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta3.zip\";s:12:\"3.20.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta4.zip\";s:11:\"3.20.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev1.zip\";s:11:\"3.20.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev2.zip\";s:11:\"3.20.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev3.zip\";s:11:\"3.20.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev4.zip\";s:6:\"3.20.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.1.zip\";s:6:\"3.20.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.2.zip\";s:6:\"3.20.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.3.zip\";s:6:\"3.20.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.4.zip\";s:6:\"3.21.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.0.zip\";s:12:\"3.21.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta1.zip\";s:12:\"3.21.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta2.zip\";s:12:\"3.21.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta3.zip\";s:11:\"3.21.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev1.zip\";s:11:\"3.21.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev2.zip\";s:11:\"3.21.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev3.zip\";s:6:\"3.21.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.1.zip\";s:6:\"3.21.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.2.zip\";s:6:\"3.21.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.3.zip\";s:6:\"3.21.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.4.zip\";s:6:\"3.21.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.5.zip\";s:6:\"3.21.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.6.zip\";s:6:\"3.21.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.7.zip\";s:6:\"3.21.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.8.zip\";s:6:\"3.22.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.0.zip\";s:12:\"3.22.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta1.zip\";s:12:\"3.22.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta2.zip\";s:12:\"3.22.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta3.zip\";s:12:\"3.22.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta4.zip\";s:12:\"3.22.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta5.zip\";s:12:\"3.22.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta6.zip\";s:11:\"3.22.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev1.zip\";s:11:\"3.22.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev2.zip\";s:11:\"3.22.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev3.zip\";s:11:\"3.22.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev4.zip\";s:11:\"3.22.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev5.zip\";s:11:\"3.22.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev6.zip\";s:6:\"3.22.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.1.zip\";s:6:\"3.22.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.2.zip\";s:6:\"3.22.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.3.zip\";s:6:\"3.23.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.0.zip\";s:12:\"3.23.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta1.zip\";s:12:\"3.23.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta2.zip\";s:12:\"3.23.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta3.zip\";s:12:\"3.23.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta4.zip\";s:12:\"3.23.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta5.zip\";s:12:\"3.23.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta6.zip\";s:11:\"3.23.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev1.zip\";s:11:\"3.23.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev2.zip\";s:11:\"3.23.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev3.zip\";s:11:\"3.23.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev4.zip\";s:11:\"3.23.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev5.zip\";s:11:\"3.23.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev6.zip\";s:6:\"3.23.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.1.zip\";s:6:\"3.23.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.2.zip\";s:6:\"3.23.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.3.zip\";s:6:\"3.23.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.4.zip\";s:6:\"3.24.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.0.zip\";s:12:\"3.24.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta1.zip\";s:12:\"3.24.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta2.zip\";s:12:\"3.24.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta3.zip\";s:11:\"3.24.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev1.zip\";s:11:\"3.24.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev2.zip\";s:11:\"3.24.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev3.zip\";s:6:\"3.24.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.1.zip\";s:6:\"3.24.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.2.zip\";s:6:\"3.24.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.3.zip\";s:6:\"3.24.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.4.zip\";s:6:\"3.24.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.5.zip\";s:6:\"3.24.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.6.zip\";s:6:\"3.24.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.7.zip\";s:6:\"3.24.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.8.zip\";s:6:\"3.25.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.0.zip\";s:12:\"3.25.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta1.zip\";s:12:\"3.25.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta2.zip\";s:12:\"3.25.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta3.zip\";s:11:\"3.25.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev1.zip\";s:11:\"3.25.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev2.zip\";s:11:\"3.25.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev3.zip\";s:6:\"3.25.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.1.zip\";s:7:\"3.25.10\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.25.10.zip\";s:7:\"3.25.11\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.25.11.zip\";s:6:\"3.25.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.2.zip\";s:6:\"3.25.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.3.zip\";s:6:\"3.25.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.4.zip\";s:6:\"3.25.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.5.zip\";s:6:\"3.25.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.6.zip\";s:6:\"3.25.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.7.zip\";s:6:\"3.25.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.8.zip\";s:6:\"3.25.9\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.9.zip\";s:6:\"3.26.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.0.zip\";s:12:\"3.26.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta1.zip\";s:12:\"3.26.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta2.zip\";s:12:\"3.26.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta3.zip\";s:12:\"3.26.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta4.zip\";s:12:\"3.26.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta5.zip\";s:11:\"3.26.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev1.zip\";s:11:\"3.26.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev2.zip\";s:11:\"3.26.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev3.zip\";s:11:\"3.26.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev4.zip\";s:11:\"3.26.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev5.zip\";s:6:\"3.26.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.1.zip\";s:6:\"3.26.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.2.zip\";s:6:\"3.26.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.3.zip\";s:6:\"3.26.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.4.zip\";s:6:\"3.26.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.5.zip\";s:6:\"3.27.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.0.zip\";s:12:\"3.27.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-beta1.zip\";s:12:\"3.27.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-beta2.zip\";s:11:\"3.27.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-dev1.zip\";s:11:\"3.27.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-dev2.zip\";s:6:\"3.27.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.1.zip\";s:6:\"3.27.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.2.zip\";s:6:\"3.27.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.3.zip\";s:6:\"3.27.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.4.zip\";s:6:\"3.27.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.5.zip\";s:6:\"3.27.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.6.zip\";s:6:\"3.27.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.7.zip\";s:6:\"3.28.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.0.zip\";s:12:\"3.28.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta1.zip\";s:12:\"3.28.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta2.zip\";s:12:\"3.28.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta3.zip\";s:11:\"3.28.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev1.zip\";s:11:\"3.28.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev2.zip\";s:11:\"3.28.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev3.zip\";s:6:\"3.28.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.1.zip\";s:6:\"3.28.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.2.zip\";s:6:\"3.28.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.3.zip\";s:6:\"3.28.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.4.zip\";s:6:\"3.29.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.0.zip\";s:12:\"3.29.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta1.zip\";s:12:\"3.29.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta2.zip\";s:12:\"3.29.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta3.zip\";s:12:\"3.29.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta4.zip\";s:11:\"3.29.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev1.zip\";s:11:\"3.29.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev2.zip\";s:11:\"3.29.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev3.zip\";s:11:\"3.29.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev4.zip\";s:6:\"3.29.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.1.zip\";s:6:\"3.29.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.2.zip\";s:5:\"3.3.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.0.zip\";s:5:\"3.3.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.1.zip\";s:6:\"3.30.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.0.zip\";s:12:\"3.30.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta1.zip\";s:12:\"3.30.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta2.zip\";s:12:\"3.30.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta3.zip\";s:11:\"3.30.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev1.zip\";s:11:\"3.30.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev2.zip\";s:11:\"3.30.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev3.zip\";s:6:\"3.30.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.1.zip\";s:6:\"3.30.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.2.zip\";s:6:\"3.30.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.3.zip\";s:6:\"3.30.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.4.zip\";s:6:\"3.31.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.0.zip\";s:12:\"3.31.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-beta1.zip\";s:12:\"3.31.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-beta2.zip\";s:11:\"3.31.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-dev1.zip\";s:11:\"3.31.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-dev2.zip\";s:6:\"3.31.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.1.zip\";s:6:\"3.31.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.2.zip\";s:6:\"3.31.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.3.zip\";s:6:\"3.31.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.4.zip\";s:6:\"3.31.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.5.zip\";s:6:\"3.32.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.0.zip\";s:12:\"3.32.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta1.zip\";s:12:\"3.32.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta2.zip\";s:12:\"3.32.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta3.zip\";s:11:\"3.32.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev1.zip\";s:11:\"3.32.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev2.zip\";s:11:\"3.32.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev3.zip\";s:6:\"3.32.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.1.zip\";s:6:\"3.32.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.2.zip\";s:6:\"3.32.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.3.zip\";s:6:\"3.32.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.4.zip\";s:6:\"3.32.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.5.zip\";s:6:\"3.33.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.0.zip\";s:12:\"3.33.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta1.zip\";s:12:\"3.33.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta2.zip\";s:12:\"3.33.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta3.zip\";s:12:\"3.33.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta4.zip\";s:11:\"3.33.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev1.zip\";s:11:\"3.33.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev2.zip\";s:11:\"3.33.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev3.zip\";s:11:\"3.33.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev4.zip\";s:6:\"3.33.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.1.zip\";s:6:\"3.33.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.2.zip\";s:6:\"3.33.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.3.zip\";s:6:\"3.33.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.4.zip\";s:6:\"3.33.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.5.zip\";s:6:\"3.33.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.6.zip\";s:6:\"3.34.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.0.zip\";s:12:\"3.34.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta1.zip\";s:12:\"3.34.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta2.zip\";s:12:\"3.34.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta3.zip\";s:11:\"3.34.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-dev1.zip\";s:11:\"3.34.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-dev2.zip\";s:6:\"3.34.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.1.zip\";s:6:\"3.34.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.2.zip\";s:6:\"3.34.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.3.zip\";s:6:\"3.34.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.4.zip\";s:6:\"3.35.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.0.zip\";s:12:\"3.35.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta1.zip\";s:12:\"3.35.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta2.zip\";s:12:\"3.35.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta3.zip\";s:12:\"3.35.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta4.zip\";s:11:\"3.35.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev1.zip\";s:11:\"3.35.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev2.zip\";s:11:\"3.35.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev3.zip\";s:11:\"3.35.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev4.zip\";s:6:\"3.35.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.1.zip\";s:6:\"3.35.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.2.zip\";s:6:\"3.35.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.3.zip\";s:6:\"3.35.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.4.zip\";s:6:\"3.35.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.5.zip\";s:6:\"3.35.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.6.zip\";s:6:\"3.35.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.7.zip\";s:6:\"3.35.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.8.zip\";s:6:\"3.35.9\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.9.zip\";s:5:\"3.4.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.0.zip\";s:10:\"3.4.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev7.zip\";s:10:\"3.4.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev8.zip\";s:10:\"3.4.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev9.zip\";s:5:\"3.4.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.1.zip\";s:5:\"3.4.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.2.zip\";s:5:\"3.4.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.3.zip\";s:5:\"3.4.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.4.zip\";s:5:\"3.4.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.5.zip\";s:5:\"3.4.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.6.zip\";s:5:\"3.4.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.7.zip\";s:5:\"3.4.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.8.zip\";s:5:\"3.5.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.0.zip\";s:11:\"3.5.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta1.zip\";s:11:\"3.5.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta2.zip\";s:11:\"3.5.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta3.zip\";s:11:\"3.5.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta4.zip\";s:11:\"3.5.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta5.zip\";s:11:\"3.5.0-beta7\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta7.zip\";s:11:\"3.5.0-beta8\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta8.zip\";s:10:\"3.5.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev8.zip\";s:10:\"3.5.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev9.zip\";s:5:\"3.5.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.1.zip\";s:5:\"3.5.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.2.zip\";s:5:\"3.5.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.3.zip\";s:5:\"3.5.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.4.zip\";s:5:\"3.5.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.5.zip\";s:5:\"3.5.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.6.zip\";s:5:\"3.6.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:11:\"3.6.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta1.zip\";s:11:\"3.6.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta2.zip\";s:11:\"3.6.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta3.zip\";s:11:\"3.6.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta4.zip\";s:11:\"3.6.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta5.zip\";s:10:\"3.6.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev1.zip\";s:11:\"3.6.0-dev10\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev10.zip\";s:5:\"3.6.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.1.zip\";s:5:\"3.6.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.2.zip\";s:5:\"3.6.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.3.zip\";s:5:\"3.6.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.4.zip\";s:5:\"3.6.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.5.zip\";s:5:\"3.6.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.6.zip\";s:5:\"3.6.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.7.zip\";s:5:\"3.6.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.8.zip\";s:5:\"3.7.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.0.zip\";s:11:\"3.7.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta1.zip\";s:11:\"3.7.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta2.zip\";s:11:\"3.7.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta3.zip\";s:11:\"3.7.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta4.zip\";s:10:\"3.7.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev1.zip\";s:5:\"3.7.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.1.zip\";s:5:\"3.7.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.2.zip\";s:5:\"3.7.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.3.zip\";s:5:\"3.7.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.4.zip\";s:5:\"3.7.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.5.zip\";s:5:\"3.7.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.6.zip\";s:5:\"3.7.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.7.zip\";s:5:\"3.7.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.8.zip\";s:5:\"3.8.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.0.zip\";s:11:\"3.8.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta1.zip\";s:11:\"3.8.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta2.zip\";s:11:\"3.8.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta3.zip\";s:5:\"3.8.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.1.zip\";s:5:\"3.9.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.0.zip\";s:5:\"3.9.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.1.zip\";s:5:\"3.9.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.2.zip\";s:5:\"4.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.0.zip\";s:11:\"4.0.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta1.zip\";s:11:\"4.0.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta2.zip\";s:11:\"4.0.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta3.zip\";s:11:\"4.0.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta4.zip\";s:11:\"4.0.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta5.zip\";s:10:\"4.0.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev1.zip\";s:10:\"4.0.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev2.zip\";s:10:\"4.0.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev3.zip\";s:10:\"4.0.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev4.zip\";s:10:\"4.0.0-dev5\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev5.zip\";s:5:\"4.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.1.zip\";s:5:\"4.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.2.zip\";s:5:\"4.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.3.zip\";s:5:\"4.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.4.zip\";s:5:\"4.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.5.zip\";s:5:\"4.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.6.zip\";s:5:\"4.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.7.zip\";s:5:\"4.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.8.zip\";s:5:\"4.0.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.9.zip\";s:5:\"4.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.0.zip\";s:11:\"4.1.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-beta1.zip\";s:11:\"4.1.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-beta2.zip\";s:11:\"4.1.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-beta3.zip\";s:10:\"4.1.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-dev1.zip\";s:10:\"4.1.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-dev2.zip\";s:10:\"4.1.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-dev3.zip\";s:5:\"4.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.1.zip\";s:5:\"4.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.2.zip\";s:5:\"4.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.3.zip\";s:5:\"4.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.4.zip\";s:5:\"4.1.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.5.zip\";s:5:\"4.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.2.0.zip\";s:11:\"4.2.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.2.0-beta1.zip\";s:11:\"4.2.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.2.0-beta2.zip\";s:10:\"4.2.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.2.0-dev2.zip\";s:5:\"4.2.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.2.1.zip\";s:5:\"4.2.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.2.2.zip\";s:5:\"trunk\";s:52:\"https://downloads.wordpress.org/plugin/elementor.zip\";}s:14:\"business_model\";s:10:\"commercial\";s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:94:\"https://elementor.com/support/?utm_source=wp-repo&utm_medium=link&utm_campaign=premium-support\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";s:4:\"high\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";}s:12:\"preview_link\";s:0:\"\";s:4:\"Name\";s:63:\"Elementor Website Builder &#8211; more than just a page builder\";}}', 'off');
INSERT INTO `wpdw_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(179, 'theme_mods_astra-child', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:11:\"mobile_menu\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:885;}', 'on'),
(185, 'recently_activated', 'a:0:{}', 'off'),
(192, 'elementor_active_kit', '10', 'auto'),
(193, 'elementor_font_display', 'swap', 'auto'),
(205, '_elementor_installed_time', '1785393311', 'auto'),
(206, 'elementor_connect_site_key', 'd045c8a1876d109a4949b5201c91eef8', 'auto'),
(201, '_elementor_pro_free_trial_data', 'a:2:{s:7:\"timeout\";i:1785396911;s:5:\"value\";s:575:\"[{\"status\":\"inactive\",\"heading\":\"You\\u2019ve come this far. Why stop here?\",\"subheading\":\"Elementor Pro Free Trial\",\"introduction\":\"Take your site beyond the basics with a free 7-day Elementor Pro trial with no strings attached:\",\"listItems\":[\"100+ widgets\",\"Theme Builder\",\"Advanced design controls\",\"Custom CSS for pixel-perfect sites - and more\"],\"ctaText\":\"Unlock my free trial\",\"ctaUrl\":\"https:\\/\\/go.elementor.com\\/go-pro-free-trial-popup\\/\",\"secondaryAction\":\"Not now\",\"image\":\"https:\\/\\/assets.elementor.com\\/pro-free-trial-popup\\/v1\\/images\\/free_trial_banner.png\"}]\";}', 'off'),
(197, 'elementor_landing_pages_activation', '0', 'auto'),
(198, 'elementor_checklist', '{\"last_opened_timestamp\":null,\"first_closed_checklist_in_editor\":true,\"is_popup_minimized\":false,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header_pro\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"should_open_in_editor\":false}', 'auto'),
(199, 'elementor_version', '4.2.2', 'auto'),
(200, 'elementor_install_history', 'a:2:{s:5:\"4.2.1\";i:1785393310;s:5:\"4.2.2\";i:1786445308;}', 'auto'),
(202, 'elementor_events_db_version', '1.0.0', 'off'),
(203, 'elementor_atomic_widgets_db_version', '1', 'auto'),
(204, 'elementor_global_classes_db_version', '4', 'auto'),
(207, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:43:\"Introducing Angie: Agentic AI for WordPress\";s:7:\"excerpt\";s:365:\"Meet Angie, agentic AI purpose-built for WordPress. Angie understands your site, connects to your tools, and takes real actions on your behalf. Its first capability, Angie Code, lets you describe any WordPress feature you can imagine and have it built for you in minutes. Production-ready, fully integrated with your site, and safe to test before it ever goes live.\";s:7:\"created\";i:1774270910;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:142:\"https://elementor.com/blog/introducing-angie-agentic-ai-for-wordpress/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:59:\"The atomic foundation of version 4 is ready for real sites!\";s:7:\"excerpt\";s:296:\"The alpha phase is complete. Version 4 is now in beta, and the atomic foundation is ready to be used on real sites! This is the final step before the official release of version 4.0, activating the new features automatically on new sites, and becoming the default editing experience in Elementor.\";s:7:\"created\";i:1770651621;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:113:\"https://elementor.com/blog/editor-4-beta/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:79:\"Introducing Elementor 3.33: Variables Manager, Custom CSS, Blend Modes, & more!\";s:7:\"excerpt\";s:340:\"Elementor 3.33 builds on the foundation of Editor V4, continuing our mission to create a faster, more scalable, and more intuitive design experience for Web Creators. With the addition of the Variables Manager, element-level Custom CSS, Background Clipping, and Blend Modes, designers have more creative precision and consistency than ever.\";s:7:\"created\";i:1762944115;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:145:\"https://elementor.com/blog/elementor-333-v4-variables-manager-custom-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'off'),
(125, 'theme_mods_twentytwentyfive', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1785393148;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'off'),
(126, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"8c6a8a3b333c52a38ee27a4832611d42\";s:6:\"blocks\";a:7:{s:32:\"0368537a03d4b05ed11f802c802c5153\";s:0:\"\";s:32:\"500888137eafa12a508de2c588d9ffdd\";s:46:\":root :where(.wp-block-icon svg){width: 24px;}\";s:32:\"a6036e6eb2ad2df7ed8860b807868647\";s:0:\"\";s:32:\"3b46efc0a10c1dae38f584ad199c3544\";s:0:\"\";s:32:\"ab4df16c9e454bfed8a404309545590d\";s:0:\"\";s:32:\"68ec5cad52d993402775a7503ba9efb7\";s:0:\"\";s:32:\"b8b4aa19e69b9b2de0f5c27097467bd6\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on'),
(2834, '_transient_is_multi_author', '0', 'on'),
(128, 'recovery_keys', 'a:0:{}', 'off'),
(191, 'elementor_onboarded', '1', 'auto'),
(156, 'finished_updating_comment_type', '1', 'auto'),
(145, 'can_compress_scripts', '1', 'on'),
(163, 'current_theme', 'Astra Child', 'auto'),
(164, 'theme_mods_astra', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1785393235;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}}}}', 'off'),
(165, 'theme_switched', '', 'auto'),
(1311, 'litespeed.gui._summary', '{\"new_version\":1786171824,\"score\":1786776624}', 'auto'),
(214, 'elementor_pro_version', '4.2.1', 'auto'),
(215, 'elementor_pro_install_history', 'a:2:{s:5:\"4.0.2\";i:1785393438;s:5:\"4.2.1\";i:1785394361;}', 'auto'),
(216, 'widget_elementor-library', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(217, '_elementor_pro_installed_time', '1785393439', 'auto'),
(218, 'elementor_submissions_db_version', '5', 'auto'),
(219, 'elementor_one_client_id', '8e3dc180-2273-4362-ade0-17e7bb63451a', 'off'),
(220, 'elementor_one_client_secret', 'U1z8clfRWQ~d_drSwJQwbbkU5_', 'off'),
(221, 'elementor_one_home_url', 'aHR0cHM6Ly9tcmFyaWYubWUvZHJ5d2FsbG1hbmxsYw==', 'off'),
(222, 'elementor_allow_tracking', 'yes', 'auto'),
(223, 'elementor_allow_tracking_last_update', '1785394957', 'auto'),
(224, 'elementor_tracker_last_send', '1786991384', 'auto'),
(229, 'elementor_pro_license_key', 'ep-ugLu1rp3BCnkcUMDdaUB1701104650EgD4W7ueft6i', 'auto'),
(230, '_elementor_pro_license_v2_data_fallback', 'a:2:{s:7:\"timeout\";i:1787224261;s:5:\"value\";s:2912:\"{\"expires\":\"2026-11-27 00:00:00\",\"subscription_id\":\"14245656\",\"status\":\"ACTIVE\",\"recurring\":true,\"features\":[\"template_access_level_20\",\"kit_access_level_20\",\"activity-log\",\"breadcrumbs\",\"form\",\"posts\",\"template\",\"countdown\",\"slides\",\"price-list\",\"portfolio\",\"flip-box\",\"price-table\",\"login\",\"share-buttons\",\"theme-post-content\",\"theme-post-title\",\"nav-menu\",\"blockquote\",\"media-carousel\",\"animated-headline\",\"facebook-comments\",\"facebook-embed\",\"facebook-page\",\"facebook-button\",\"testimonial-carousel\",\"post-navigation\",\"search-form\",\"post-comments\",\"author-box\",\"call-to-action\",\"post-info\",\"theme-site-logo\",\"theme-site-title\",\"theme-archive-title\",\"theme-post-excerpt\",\"theme-post-featured-image\",\"archive-posts\",\"theme-page-title\",\"sitemap\",\"reviews\",\"table-of-contents\",\"lottie\",\"code-highlight\",\"hotspot\",\"video-playlist\",\"progress-tracker\",\"section-effects\",\"sticky\",\"scroll-snap\",\"page-transitions\",\"mega-menu\",\"nested-carousel\",\"loop-grid\",\"loop-carousel\",\"theme-builder\",\"elementor_icons\",\"elementor_custom_fonts\",\"dynamic-tags\",\"taxonomy-filter\",\"email\",\"email2\",\"mailpoet\",\"mailpoet3\",\"redirect\",\"header\",\"footer\",\"single-post\",\"single-page\",\"archive\",\"search-results\",\"error-404\",\"loop-item\",\"font-awesome-pro\",\"typekit\",\"gallery\",\"off-canvas\",\"link-in-bio-var-2\",\"link-in-bio-var-3\",\"link-in-bio-var-4\",\"link-in-bio-var-5\",\"link-in-bio-var-6\",\"link-in-bio-var-7\",\"search\",\"size-variable\",\"transitions\",\"pro-interactions\",\"atomic-components\",\"atomic-loop\",\"atomic-form\",\"element-manager-permissions\",\"akismet\",\"display-conditions\",\"woocommerce-products\",\"wc-products\",\"woocommerce-product-add-to-cart\",\"wc-elements\",\"wc-categories\",\"woocommerce-product-price\",\"woocommerce-product-title\",\"woocommerce-product-images\",\"woocommerce-product-upsell\",\"woocommerce-product-short-description\",\"woocommerce-product-meta\",\"woocommerce-product-stock\",\"woocommerce-product-rating\",\"wc-add-to-cart\",\"dynamic-tags-wc\",\"woocommerce-product-data-tabs\",\"woocommerce-product-related\",\"woocommerce-breadcrumb\",\"wc-archive-products\",\"woocommerce-archive-products\",\"woocommerce-product-additional-information\",\"woocommerce-menu-cart\",\"woocommerce-product-content\",\"woocommerce-archive-description\",\"paypal-button\",\"woocommerce-checkout-page\",\"woocommerce-cart\",\"woocommerce-my-account\",\"woocommerce-purchase-summary\",\"woocommerce-notices\",\"settings-woocommerce-pages\",\"settings-woocommerce-notices\",\"popup\",\"custom-css\",\"global-css\",\"custom_code\",\"custom-attributes\",\"form-submissions\",\"form-integrations\",\"dynamic-tags-acf\",\"dynamic-tags-pods\",\"dynamic-tags-toolset\",\"editor_comments\",\"stripe-button\",\"role-manager\",\"global-widget\",\"activecampaign\",\"cf7db\",\"convertkit\",\"discord\",\"drip\",\"getresponse\",\"mailchimp\",\"mailerlite\",\"slack\",\"webhook\",\"product-single\",\"product-archive\",\"wc-single-elements\",\"atomic-custom-attributes\",\"atomic-custom-css\"],\"tier\":\"agency\",\"generation\":\"empty\",\"activated\":true,\"success\":true}\";}', 'off'),
(231, '_elementor_pro_license_v2_data', 'a:2:{s:7:\"timeout\";i:1787181061;s:5:\"value\";s:2912:\"{\"expires\":\"2026-11-27 00:00:00\",\"subscription_id\":\"14245656\",\"status\":\"ACTIVE\",\"recurring\":true,\"features\":[\"template_access_level_20\",\"kit_access_level_20\",\"activity-log\",\"breadcrumbs\",\"form\",\"posts\",\"template\",\"countdown\",\"slides\",\"price-list\",\"portfolio\",\"flip-box\",\"price-table\",\"login\",\"share-buttons\",\"theme-post-content\",\"theme-post-title\",\"nav-menu\",\"blockquote\",\"media-carousel\",\"animated-headline\",\"facebook-comments\",\"facebook-embed\",\"facebook-page\",\"facebook-button\",\"testimonial-carousel\",\"post-navigation\",\"search-form\",\"post-comments\",\"author-box\",\"call-to-action\",\"post-info\",\"theme-site-logo\",\"theme-site-title\",\"theme-archive-title\",\"theme-post-excerpt\",\"theme-post-featured-image\",\"archive-posts\",\"theme-page-title\",\"sitemap\",\"reviews\",\"table-of-contents\",\"lottie\",\"code-highlight\",\"hotspot\",\"video-playlist\",\"progress-tracker\",\"section-effects\",\"sticky\",\"scroll-snap\",\"page-transitions\",\"mega-menu\",\"nested-carousel\",\"loop-grid\",\"loop-carousel\",\"theme-builder\",\"elementor_icons\",\"elementor_custom_fonts\",\"dynamic-tags\",\"taxonomy-filter\",\"email\",\"email2\",\"mailpoet\",\"mailpoet3\",\"redirect\",\"header\",\"footer\",\"single-post\",\"single-page\",\"archive\",\"search-results\",\"error-404\",\"loop-item\",\"font-awesome-pro\",\"typekit\",\"gallery\",\"off-canvas\",\"link-in-bio-var-2\",\"link-in-bio-var-3\",\"link-in-bio-var-4\",\"link-in-bio-var-5\",\"link-in-bio-var-6\",\"link-in-bio-var-7\",\"search\",\"size-variable\",\"transitions\",\"pro-interactions\",\"atomic-components\",\"atomic-loop\",\"atomic-form\",\"element-manager-permissions\",\"akismet\",\"display-conditions\",\"woocommerce-products\",\"wc-products\",\"woocommerce-product-add-to-cart\",\"wc-elements\",\"wc-categories\",\"woocommerce-product-price\",\"woocommerce-product-title\",\"woocommerce-product-images\",\"woocommerce-product-upsell\",\"woocommerce-product-short-description\",\"woocommerce-product-meta\",\"woocommerce-product-stock\",\"woocommerce-product-rating\",\"wc-add-to-cart\",\"dynamic-tags-wc\",\"woocommerce-product-data-tabs\",\"woocommerce-product-related\",\"woocommerce-breadcrumb\",\"wc-archive-products\",\"woocommerce-archive-products\",\"woocommerce-product-additional-information\",\"woocommerce-menu-cart\",\"woocommerce-product-content\",\"woocommerce-archive-description\",\"paypal-button\",\"woocommerce-checkout-page\",\"woocommerce-cart\",\"woocommerce-my-account\",\"woocommerce-purchase-summary\",\"woocommerce-notices\",\"settings-woocommerce-pages\",\"settings-woocommerce-notices\",\"popup\",\"custom-css\",\"global-css\",\"custom_code\",\"custom-attributes\",\"form-submissions\",\"form-integrations\",\"dynamic-tags-acf\",\"dynamic-tags-pods\",\"dynamic-tags-toolset\",\"editor_comments\",\"stripe-button\",\"role-manager\",\"global-widget\",\"activecampaign\",\"cf7db\",\"convertkit\",\"discord\",\"drip\",\"getresponse\",\"mailchimp\",\"mailerlite\",\"slack\",\"webhook\",\"product-single\",\"product-archive\",\"wc-single-elements\",\"atomic-custom-attributes\",\"atomic-custom-css\"],\"tier\":\"agency\",\"generation\":\"empty\",\"activated\":true,\"success\":true}\";}', 'off'),
(232, 'elementor_notes_db_version', '5', 'auto'),
(233, '_elementor_mixpanel_config', 'a:2:{s:7:\"timeout\";i:1787141467;s:5:\"value\";s:274:\"[{\"sessionReplays\":{\"recordSessionsPercent\":1,\"cloudTemplates\":false,\"coreOnboarding\":false,\"enabled\":false,\"events\":{\"editor_loaded\":false,\"ob_onboarding_initialized\":false}},\"flags\":true,\"apiHost\":\"https:\\/\\/api-eu.mixpanel.com\",\"libHost\":\"https:\\/\\/cdn.mxpnl.com\\/libs\"}]\";}', 'off'),
(234, '_elementor_pro_api_requests_lock', 'a:2:{s:16:\"get_license_data\";i:1787137861;s:11:\"get_version\";i:1786991620;}', 'auto'),
(247, 'pp_license_key', '820357b27bedb9bf31cf47c98f5a04b1', 'auto'),
(243, 'elementor_log', 'a:18:{s:32:\"14b1f14edec42cfdbef215ad3db80d27\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-30 06:52:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.2.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-30 06:52:41\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.2.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"afb51b8858cee5a86d88cbdeddbc8006\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-30 06:52:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-30 06:52:41\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"5c25c6e46ea3c4f6ace1dc0c667a9120\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-30 06:52:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-30 06:52:41\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"d6f5868257006a763788641d17d29f8c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-30 06:52:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-30 06:52:41\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"3f7fd2f17bb0aa24b468ba411bdd9973\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-07-30 06:52:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.2.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-30 06:52:41\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.2.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"694e812599f043426d682503ba65737d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-07-30 07:02:39\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:30:\"r.startsWith is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2026-07-30 07:02:39\";i:1;s:19:\"2026-07-30 07:03:05\";i:2;s:19:\"2026-07-30 07:07:02\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1785394959\";s:7:\"message\";s:30:\"r.startsWith is not a function\";s:3:\"url\";s:93:\"https://mrarif.me/drywallmanllc/wp-content/plugins/elementor/assets/js/admin.min.js?ver=4.2.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"42363\";}s:7:\"\0*\0file\";s:93:\"https://mrarif.me/drywallmanllc/wp-content/plugins/elementor/assets/js/admin.min.js?ver=4.2.1\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"42363\";}s:32:\"e08dc8801dea680e1228c8c693f257ee\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-07-30 07:04:56\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:38:\"Trying to access array offset on false\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2026-07-30 07:04:56\";i:1;s:19:\"2026-07-30 07:18:12\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:38:\"Trying to access array offset on false\";s:4:\"file\";s:97:\"/home/mrarqpph/public_html/drywallmanllc/wp-content/plugins/elementor/includes/managers/image.php\";s:4:\"line\";i:113;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:97:\"/home/mrarqpph/public_html/drywallmanllc/wp-content/plugins/elementor/includes/managers/image.php\";s:7:\"\0*\0line\";i:113;}s:32:\"add341293aaf18712b5a4a4e36376f6d\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-07-30 07:57:43\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:36:\"Function utf8_decode() is deprecated\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:23;s:14:\"\0*\0times_dates\";a:23:{i:0;s:19:\"2026-07-30 07:57:43\";i:1;s:19:\"2026-07-30 07:57:43\";i:2;s:19:\"2026-07-30 07:57:43\";i:3;s:19:\"2026-07-30 07:57:43\";i:4;s:19:\"2026-07-31 16:28:22\";i:5;s:19:\"2026-07-31 16:28:22\";i:6;s:19:\"2026-07-31 16:28:22\";i:7;s:19:\"2026-07-31 16:28:22\";i:8;s:19:\"2026-07-31 16:28:22\";i:9;s:19:\"2026-08-01 07:59:12\";i:10;s:19:\"2026-08-01 07:59:12\";i:11;s:19:\"2026-08-01 07:59:12\";i:12;s:19:\"2026-08-01 07:59:12\";i:13;s:19:\"2026-08-01 07:59:12\";i:14;s:19:\"2026-08-01 07:59:31\";i:15;s:19:\"2026-08-01 07:59:31\";i:16;s:19:\"2026-08-02 06:53:34\";i:17;s:19:\"2026-08-02 06:53:34\";i:18;s:19:\"2026-08-02 06:53:34\";i:19;s:19:\"2026-08-02 06:53:34\";i:20;s:19:\"2026-08-02 06:53:52\";i:21;s:19:\"2026-08-02 07:21:21\";i:22;s:19:\"2026-08-02 07:21:21\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:36:\"Function utf8_decode() is deprecated\";s:4:\"file\";s:104:\"/home/mrarqpph/public_html/drywallmanllc/wp-content/plugins/elementor-pro/modules/screenshots/module.php\";s:4:\"line\";i:33;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:104:\"/home/mrarqpph/public_html/drywallmanllc/wp-content/plugins/elementor-pro/modules/screenshots/module.php\";s:7:\"\0*\0line\";i:33;}s:32:\"e53e08c5f457b52eb49e353e443b81c0\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-07-30 09:53:25\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:35:\"this.ui.input.val is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2026-07-30 09:53:25\";i:1;s:19:\"2026-08-01 09:43:08\";i:2;s:19:\"2026-08-01 09:43:14\";i:3;s:19:\"2026-08-01 09:43:17\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1785405205\";s:7:\"message\";s:35:\"this.ui.input.val is not a function\";s:3:\"url\";s:94:\"https://mrarif.me/drywallmanllc/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.2.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"249647\";}s:7:\"\0*\0file\";s:94:\"https://mrarif.me/drywallmanllc/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.2.1\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:6:\"249647\";}s:32:\"9a265cd7ec074eda7c026c6297c590e1\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-07-30 10:10:36\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:69:\"Cannot read properties of undefined (reading &#039;toLowerCase&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-07-30 10:10:36\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1785406236\";s:7:\"message\";s:59:\"Cannot read properties of undefined (reading \'toLowerCase\')\";s:3:\"url\";s:94:\"https://mrarif.me/drywallmanllc/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.2.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:7:\"1022368\";}s:7:\"\0*\0file\";s:94:\"https://mrarif.me/drywallmanllc/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.2.1\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:7:\"1022368\";}s:32:\"8c714fac5f337ed34edbecea3ee69a2d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-07-30 10:35:10\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:107:\"Failed to execute &#039;querySelector&#039; on &#039;Document&#039;: &#039;#&#039; is not a valid selector.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:16;s:14:\"\0*\0times_dates\";a:16:{i:0;s:19:\"2026-07-30 10:35:10\";i:1;s:19:\"2026-07-30 10:35:10\";i:2;s:19:\"2026-07-30 10:35:10\";i:3;s:19:\"2026-07-30 10:35:57\";i:4;s:19:\"2026-07-30 10:35:57\";i:5;s:19:\"2026-07-30 10:35:57\";i:6;s:19:\"2026-07-30 12:42:00\";i:7;s:19:\"2026-07-30 12:42:00\";i:8;s:19:\"2026-07-31 16:42:04\";i:9;s:19:\"2026-07-31 16:42:04\";i:10;s:19:\"2026-07-31 16:42:47\";i:11;s:19:\"2026-07-31 16:42:47\";i:12;s:19:\"2026-07-31 16:42:55\";i:13;s:19:\"2026-07-31 16:42:55\";i:14;s:19:\"2026-08-02 07:00:46\";i:15;s:19:\"2026-08-02 07:00:46\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1785407710\";s:7:\"message\";s:77:\"Failed to execute \'querySelector\' on \'Document\': \'#\' is not a valid selector.\";s:3:\"url\";s:94:\"https://mrarif.me/drywallmanllc/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.2.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"933742\";}s:7:\"\0*\0file\";s:94:\"https://mrarif.me/drywallmanllc/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.2.1\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:6:\"933742\";}s:32:\"7eba2ec85cd008299e3ea5c46e82492f\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-08-01 05:58:30\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:67:\"Cannot read properties of undefined (reading &#039;localized&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2026-08-01 05:58:30\";i:1;s:19:\"2026-08-01 05:58:32\";i:2;s:19:\"2026-08-01 09:43:08\";i:3;s:19:\"2026-08-01 09:43:08\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1785563910\";s:7:\"message\";s:57:\"Cannot read properties of undefined (reading \'localized\')\";s:3:\"url\";s:94:\"https://mrarif.me/drywallmanllc/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.2.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:7:\"1022871\";}s:7:\"\0*\0file\";s:94:\"https://mrarif.me/drywallmanllc/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.2.1\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:7:\"1022871\";}s:32:\"b1cf13440ef42ef57b873e65a27f44b9\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-08-01 07:38:49\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:37:\"Trying to access array offset on null\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:5;s:14:\"\0*\0times_dates\";a:5:{i:0;s:19:\"2026-08-01 07:38:49\";i:1;s:19:\"2026-08-01 07:38:58\";i:2;s:19:\"2026-08-01 07:39:10\";i:3;s:19:\"2026-08-01 07:39:39\";i:4;s:19:\"2026-08-01 07:39:46\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:37:\"Trying to access array offset on null\";s:4:\"file\";s:88:\"/home/mrarqpph/public_html/drywallmanllc/wp-content/plugins/elementor/includes/embed.php\";s:4:\"line\";i:219;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:88:\"/home/mrarqpph/public_html/drywallmanllc/wp-content/plugins/elementor/includes/embed.php\";s:7:\"\0*\0line\";i:219;}s:32:\"dc84ccc76f4e98b4ccca6e68121a1a39\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-11 10:48:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.2.1\";s:2:\"to\";s:5:\"4.2.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-11 10:48:06\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.2.1\";s:2:\"to\";s:5:\"4.2.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"3e38c2b53a9969f89dbd8ee7cce0c954\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-11 10:48:28\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-11 10:48:28\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"3b456a3bdad97c8c094268c5f55d2fce\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-11 10:48:28\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-11 10:48:28\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"878cb43cf9dd9df0e24b658b3600332f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-11 10:48:28\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-11 10:48:28\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"4036cceed802f3f3bb585167ddf37921\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-08-11 10:48:28\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.2.1\";s:2:\"to\";s:5:\"4.2.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-08-11 10:48:28\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.2.1\";s:2:\"to\";s:5:\"4.2.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}}', 'off'),
(248, 'pp_license_status', 'valid', 'auto'),
(249, 'elementor_fonts_manager_font_types', 'a:0:{}', 'auto'),
(250, 'elementor_fonts_manager_fonts', 'a:0:{}', 'auto'),
(251, 'elementor_custom_icon_sets_config', 'a:0:{}', 'auto'),
(265, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off'),
(270, '_elementor_settings_update_time', '1785394957', 'auto'),
(271, 'elementor_cpt_support', 'a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}', 'auto'),
(272, 'elementor_disable_color_schemes', 'yes', 'auto'),
(273, 'elementor_disable_typography_schemes', 'yes', 'auto'),
(274, 'elementor_google_maps_api_key', '', 'auto'),
(275, 'elementor_pro_recaptcha_site_key', '', 'auto'),
(276, 'elementor_pro_recaptcha_secret_key', '', 'auto'),
(277, 'elementor_pro_recaptcha_v3_site_key', '', 'auto'),
(278, 'elementor_pro_recaptcha_v3_secret_key', '', 'auto'),
(279, 'elementor_pro_recaptcha_v3_threshold', '0.5', 'auto'),
(280, 'elementor_pro_facebook_app_id', '', 'auto'),
(281, 'elementor_pro_mailchimp_api_key', '', 'auto'),
(282, 'elementor_validate_api_data', '', 'auto'),
(283, 'elementor_pro_activecampaign_api_key', '', 'auto'),
(284, 'elementor_pro_activecampaign_api_url', '', 'auto'),
(285, 'elementor_pro_convertkit_api_key', '', 'auto'),
(286, 'elementor_pro_drip_api_token', '', 'auto'),
(287, 'elementor_pro_getresponse_api_key', '', 'auto'),
(288, 'elementor_pro_mailerlite_api_key', '', 'auto'),
(289, 'elementor_typekit-kit-id', '', 'auto'),
(290, 'elementor_font_awesome_pro_kit_id', '', 'auto'),
(291, 'elementor_pro_stripe_test_secret_key', '', 'auto'),
(292, 'elementor_validate_stripe_api_test_secret_key_button', '', 'auto'),
(293, 'elementor_pro_stripe_live_secret_key', '', 'auto'),
(294, 'elementor_validate_stripe_api_live_secret_key_button', '', 'auto'),
(295, 'elementor_stripe_legal_disclaimer', '', 'auto'),
(296, 'elementor_editor_break_lines', '', 'auto'),
(297, 'elementor_unfiltered_files_upload', '1', 'auto'),
(298, 'elementor_google_font', '1', 'auto'),
(299, 'elementor_form-submissions', '', 'auto'),
(300, 'elementor_load_fa4_shim', '', 'auto'),
(301, 'elementor_meta_generator_tag', '', 'auto'),
(302, 'elementor_css_print_method', 'external', 'auto'),
(303, 'elementor_optimized_image_loading', '1', 'auto'),
(304, 'elementor_optimized_gutenberg_loading', '1', 'auto'),
(305, 'elementor_lazy_load_background_images', '1', 'auto'),
(306, 'elementor_local_google_fonts', '0', 'auto'),
(307, 'elementor_element_cache_ttl', '24', 'auto'),
(308, 'elementor_experiment-e_panel_promotions', 'default', 'auto'),
(309, 'elementor_experiment-markdown_rendering', 'default', 'auto'),
(310, 'elementor_experiment-container', 'default', 'auto'),
(311, 'elementor_experiment-mega-menu', 'default', 'auto'),
(312, 'elementor_experiment-e_font_icon_svg', 'default', 'auto'),
(313, 'elementor_experiment-additional_custom_breakpoints', 'default', 'auto'),
(314, 'elementor_experiment-e_optimized_markup', 'default', 'auto'),
(315, 'elementor_experiment-theme_builder_v2', 'default', 'auto'),
(316, 'elementor_experiment-nested-elements', 'default', 'auto'),
(748, 'site_logo', '885', 'auto'),
(320, 'e_editor_counter', '59', 'auto'),
(321, '_elementor_notifications_data', 'a:2:{s:7:\"timeout\";i:1786527128;s:5:\"value\";s:15141:\"[{\"id\":\"angie-build-cover-v2\",\"title\":\"Vibe-code pages, design systems, and more\",\"description\":\"Generate complete layouts and individual sections from a plain-language description, matched to your site\'s design. Build native design systems, dynamic loops, and forms as real Elementor structure, fully editable in the visual Editor. Preview safely before anything goes live.\",\"topic\":\"Angie\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-build-cover.png\",\"youtubeEmbedId\":\"QQy5Y7QNHgM\",\"youtubeAutoplay\":true,\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-angie-build-with-prompts\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"angie-build-full-page\",\"title\":\"Generate full Elementor pages\",\"description\":\"Describe the layout you need and get a complete page, or generate individual sections like hero areas, feature blocks, and pricing tables one at a time. Every result can be matched to your site\'s existing styles or follow any new design instructions you give.\",\"topic\":\"Angie\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-build-full-page.png\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-angie-build-with-prompts\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"angie-build-design-system\",\"title\":\"Turn a screenshot into a design system\",\"description\":\"Describe your site\'s look, upload a screenshot, or paste your values, and get a base design system built automatically: colors and typography as reusable variables and classes or global styles. Every layout Angie builds draws from the same system, so new pages stay consistent.\",\"topic\":\"Angie\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-build-design-system.png\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-angie-build-with-prompts\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"angie-build-loop\",\"title\":\"Generate forms and loops from a sentence\",\"description\":\"Generate dynamic content loops and forms from a description. Give Angie the fields and layout you need, and it builds a real Atomic Form, composable and ready to style. Ask for a Loop and Angie builds the dynamic archive, layout, items, and pagination.\",\"topic\":\"Angie\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-build-loop.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-angie-build-with-prompts\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"angie-super-community\",\"title\":\"Angie Community Library\",\"description\":\"Browse a library of snippets and widgets built by other Angie users, import any of them into your site, without consuming any credits or remix them with a prompt to match your brief. Every snippet is vetted by the Elementor team. You can also submit your own work for the community to discover.\",\"topic\":\"Angie\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-community.png\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-angie-community\\/\",\"readMoreText\":\"Browse library\"},{\"id\":\"4.1-atomic-form\",\"title\":\"Generate Atomic Forms\",\"description\":\"Ask Angie to generate forms for lead generation, contact, bookings, promotions and more. Use the new atomic form elements like date picker, radio button, and file upoad.\",\"topic\":\"Atomic Editor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/41-atomic-form-angie.png\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.1-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"4.1-atomic-form\",\"title\":\"Generate Atomic Forms\",\"description\":\"Ask Angie to generate forms for lead generation, contact, bookings, promotions and more. Use the new atomic form elements like date picker, radio button, and file upoad.\",\"topic\":\"Atomic Editor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/41-atomic-form-angie.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.1-blog\\/\",\"readMoreText\":\"Learn more\",\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.1-atomic-form\\/\"},{\"id\":\"cookie-consent-launch\",\"title\":\"Introducing Cookie Consent\",\"description\":\"Add a cookie consent banner to your site in minutes. Scan for cookies, manage scripts based on visitor consent, and customize the banner to match your site, or design it in the Editor with Elementor Popups. Free to get started, with more features in Elementor One.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cookie-launch.png\",\"chipTags\":[\"New feature\"],\"cta\":\"Get Cookie Consent\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/cookie-consent-in-editor-whats-new\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"cookiez\\/cookiez.php\",\"operator\":\"!=\"}]]},{\"id\":\"angie-super-admin\",\"title\":\"Super Admin Mode\",\"description\":\"Revolutionize your WordPress workflow with Super Admin Mode. Perform root-level WordPress operations through natural language - bulk post and product updates, PHP error diagnosis, and more.\",\"topic\":\"Angie\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-super-admin.png\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-angie-super-admin\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"4.0-default\",\"title\":\"The new default\",\"description\":\"New sites now start with version 4.0 and atomic features enabled by default. Existing sites can choose to manually activate. Nothing happens to your existing layouts and sites.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-default.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"angie-revisions\",\"title\":\"Restore snippets precisely with Revisions\",\"description\":\"Restore any previous version of your snippets to its exact saved state. Each time you revise, Angie preserves a complete snapshot of the snippet\'s code, structure, and configuration. Open version history, select any saved state, and return to it in one click.\",\"topic\":\"Angie\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-notification-revision.png\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-angie-revisions\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"4.0-atomic-forms\",\"title\":\"Atomic Forms\",\"description\":\"Build forms as part of your layout, not separate widgets. Create flexible, multi-column designs, nest elements freely, and maintain full control with the same atomic system and styling logic.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-atomic-form.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"4.0-atomic-forms\",\"title\":\"Atomic Forms\",\"description\":\"Build forms as part of your layout, not separate widgets. Create flexible, multi-column designs, nest elements freely, and maintain full control with the same atomic system and styling logic.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipTags\":[\"Atomic Editor\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-atomic-forms\\/\"},{\"id\":\"angie-cloud-library\",\"title\":\"Introducing Angie Cloud Library\",\"description\":\"Your Angie snippets are now available across every site you manage. Save any asset you build to your account and pull it into a new project in a few clicks, fully editable and ready to adapt. Available to all users with free daily credits.\",\"topic\":\"Angie\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-cloud-library.png\",\"chipTags\":[\"Angie\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-angie-cloud-library\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"4.0-interactions\",\"title\":\"Pro Interactions\",\"description\":\"Create advanced, lightweight motion inside the Editor. Define behavior visually, keep everything system-based, and deliver engaging experiences without bloated scripts or external tools.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-interactions.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"4.0-interactions\",\"title\":\"Pro Interactions\",\"description\":\"Create advanced, lightweight motion inside the Editor. Define behavior visually, keep everything system-based, and deliver engaging experiences without bloated scripts or external tools.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-interactions.png\",\"chipTags\":[\"Atomic Editor\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-interactions\\/\"},{\"id\":\"4.0-sync-design-system\",\"title\":\"Sync and share design systems\",\"description\":\"Export and import Variables and Classes between sites, and sync them with v3 Global Styles. Maintain a consistent design system across projects and across versions.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-sync-design-system.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"angie-launch\",\"title\":\"Introducing Angie Code.\",\"description\":\"Create custom Elementor widgets, and snippets for custom site functionality from a simple description. Built natively for WordPress, and Elementor. Preview safely, refine through conversation, and publish when ready.\",\"topic\":\"Angie Code\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-launch.png\",\"chipTags\":[\"New launch\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-angie-launch\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"partner-program\",\"title\":\"Partner with Elementor. Grow your business.\",\"description\":\"Join to unlock exclusive access, secure visibility, benefit from marketing opportunities, and create additional revenue from the work you have already done. Join for free and start benefiting!\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/notification-partner.png\",\"chipTags\":[\"Partner Program\"],\"cta\":\"Apply now\",\"ctaLink\":\"https:\\/\\/my.elementor.com\\/agency\\/\"},{\"id\":\"manage-launch\",\"title\":\"Introducing Manage\",\"description\":\"Monitor, optimize and maintain all your sites from one centralized dashboard. Track performance, perform bulk updates and detect security risks to stay ahead of issues.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/manage.png\",\"chipTags\":[\"New Launch\"],\"cta\":\"Start free\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/manage\\/whatsnew\"},{\"id\":\"components-3.35\",\"title\":\"Components\",\"description\":\"Build modular, reusable sections that update everywhere and decide how much control to give away to your team or clients.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/components-3-35.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-components-3.35-blog\",\"readMoreText\":\"Learn More\"},{\"id\":\"one-launch\",\"title\":\"Introducing Elementor One\",\"description\":\"The complete website building experience. All the tools to create, optimize, and manage websites, unified under one roof.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/one-launch.png\",\"chipTags\":[\"New Launch\"],\"cta\":\"Explore Elementor One\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/launch-whats-new\"},{\"id\":\"atomic-tabs-3.34\",\"title\":\"Atomic Tabs\",\"description\":\"Nest any type of content inside tab triggers or content panels, unlocking a truly atomic way of design.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/tabs-3.34.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.34-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"variables-manager-3.33\",\"title\":\"Variables Manager\",\"description\":\"Centralize and control all your color, typography, and size tokens for consistent, scalable design systems.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-variables-manager.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-assistant\",\"title\":\"New! Fix accessibility issues with Ally Assistant\",\"description\":\"Scan any page for accessibility issues and fix them in one click. From color contrast to missing alt text, Ally Assistant provides guided steps or AI-powered fixes to make your site more inclusive.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-assistant.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Scan for free\",\"ctaLink\":\"http:\\/\\/go.elementor.com\\/acc-assistant-launch-whats-new\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"site-mailer-introducing\",\"title\":\"Introducing Site Mailer\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"topic\":\"Site Mailer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"site-mailer\\/site-mailer.php\"}]]}]\";}', 'off'),
(344, 'elementor_library_category_children', 'a:0:{}', 'auto'),
(1030, 'litespeed.gui.lscwp_whm_install', '-1', 'auto'),
(1031, 'litespeed.gui.dismiss', '-1', 'auto'),
(334, 'category_children', 'a:0:{}', 'auto'),
(335, '_transient_timeout__elementor_ab_test_plg_site_mailer_submission', '1793170990', 'off'),
(336, '_transient__elementor_ab_test_plg_site_mailer_submission', '1', 'off');
INSERT INTO `wpdw_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(338, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:21:{s:4:\"tmpl\";i:731;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:21:{s:4:\"tmpl\";i:732;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:21:{s:4:\"tmpl\";i:733;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:21:{s:4:\"tmpl\";i:734;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:21:{s:4:\"tmpl\";i:735;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:21:{s:4:\"tmpl\";i:736;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:21:{s:4:\"tmpl\";i:737;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:21:{s:4:\"tmpl\";i:738;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:21:{s:4:\"tmpl\";i:739;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:21:{s:4:\"tmpl\";i:740;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:21:{s:4:\"tmpl\";i:741;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:21:{s:4:\"tmpl\";i:742;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:21:{s:4:\"tmpl\";i:743;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:21:{s:4:\"tmpl\";i:744;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:21:{s:4:\"tmpl\";i:745;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:21:{s:4:\"tmpl\";i:746;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:21:{s:4:\"tmpl\";i:747;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:21:{s:4:\"tmpl\";i:748;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:21:{s:4:\"tmpl\";i:749;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:21:{s:4:\"tmpl\";i:750;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:21:{s:4:\"tmpl\";i:751;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:21:{s:4:\"tmpl\";i:752;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:21:{s:4:\"tmpl\";i:753;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:21:{s:4:\"tmpl\";i:754;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:21:{s:4:\"tmpl\";i:755;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:21:{s:4:\"tmpl\";i:756;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:21:{s:4:\"tmpl\";i:757;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:21:{s:4:\"tmpl\";i:758;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:21:{s:4:\"tmpl\";i:759;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:21:{s:4:\"tmpl\";i:760;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:21:{s:4:\"tmpl\";i:761;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:21:{s:4:\"tmpl\";i:762;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:21:{s:4:\"tmpl\";i:763;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:21:{s:4:\"tmpl\";i:764;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:21:{s:4:\"tmpl\";i:765;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:21:{s:4:\"tmpl\";i:766;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:21:{s:4:\"tmpl\";i:767;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:21:{s:4:\"tmpl\";i:768;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:21:{s:4:\"tmpl\";i:791;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:21:{s:4:\"tmpl\";i:792;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:21:{s:4:\"tmpl\";i:793;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:21:{s:4:\"tmpl\";i:794;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:21:{s:4:\"tmpl\";i:813;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:43;a:21:{s:4:\"tmpl\";i:814;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:21:{s:4:\"tmpl\";i:815;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:21:{s:4:\"tmpl\";i:816;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:21:{s:4:\"tmpl\";i:817;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:21:{s:4:\"tmpl\";i:818;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:21:{s:4:\"tmpl\";i:819;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:49;a:21:{s:4:\"tmpl\";i:820;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:21:{s:4:\"tmpl\";i:821;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:21:{s:4:\"tmpl\";i:822;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:21:{s:4:\"tmpl\";i:578;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:21:{s:4:\"tmpl\";i:619;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:21:{s:4:\"tmpl\";i:625;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:21:{s:4:\"tmpl\";i:626;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:21:{s:4:\"tmpl\";i:627;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:21:{s:4:\"tmpl\";i:628;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:21:{s:4:\"tmpl\";i:629;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:21:{s:4:\"tmpl\";i:630;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:21:{s:4:\"tmpl\";i:631;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:21:{s:4:\"tmpl\";i:632;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:21:{s:4:\"tmpl\";i:633;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:21:{s:4:\"tmpl\";i:634;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:21:{s:4:\"tmpl\";i:635;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:21:{s:4:\"tmpl\";i:636;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:21:{s:4:\"tmpl\";i:637;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:67;a:21:{s:4:\"tmpl\";i:638;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:68;a:21:{s:4:\"tmpl\";i:639;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:21:{s:4:\"tmpl\";i:640;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:21:{s:4:\"tmpl\";i:641;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:21:{s:4:\"tmpl\";i:642;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:21:{s:4:\"tmpl\";i:643;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:21:{s:4:\"tmpl\";i:644;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:21:{s:4:\"tmpl\";i:645;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:21:{s:4:\"tmpl\";i:646;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:21:{s:4:\"tmpl\";i:647;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:21:{s:4:\"tmpl\";i:648;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:21:{s:4:\"tmpl\";i:649;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:21:{s:4:\"tmpl\";i:650;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:21:{s:4:\"tmpl\";i:651;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:21:{s:4:\"tmpl\";i:652;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:21:{s:4:\"tmpl\";i:653;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:21:{s:4:\"tmpl\";i:657;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:21:{s:4:\"tmpl\";i:658;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:21:{s:4:\"tmpl\";i:659;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:21:{s:4:\"tmpl\";i:660;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:21:{s:4:\"tmpl\";i:661;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:21:{s:4:\"tmpl\";i:662;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:21:{s:4:\"tmpl\";i:663;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:21:{s:4:\"tmpl\";i:664;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:21:{s:4:\"tmpl\";i:665;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:21:{s:4:\"tmpl\";i:666;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:21:{s:4:\"tmpl\";i:667;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:21:{s:4:\"tmpl\";i:668;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:21:{s:4:\"tmpl\";i:669;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:21:{s:4:\"tmpl\";i:670;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:21:{s:4:\"tmpl\";i:671;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:21:{s:4:\"tmpl\";i:672;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:21:{s:4:\"tmpl\";i:673;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:21:{s:4:\"tmpl\";i:674;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:21:{s:4:\"tmpl\";i:675;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:21:{s:4:\"tmpl\";i:676;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:21:{s:4:\"tmpl\";i:677;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:21:{s:4:\"tmpl\";i:678;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:21:{s:4:\"tmpl\";i:679;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:21:{s:4:\"tmpl\";i:680;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:21:{s:4:\"tmpl\";i:681;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:21:{s:4:\"tmpl\";i:682;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:21:{s:4:\"tmpl\";i:683;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:21:{s:4:\"tmpl\";i:684;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:21:{s:4:\"tmpl\";i:685;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:21:{s:4:\"tmpl\";i:686;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:21:{s:4:\"tmpl\";i:687;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:21:{s:4:\"tmpl\";i:688;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:21:{s:4:\"tmpl\";i:689;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:21:{s:4:\"tmpl\";i:690;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:21:{s:4:\"tmpl\";i:691;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:21:{s:4:\"tmpl\";i:692;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:21:{s:4:\"tmpl\";i:693;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:21:{s:4:\"tmpl\";i:694;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:21:{s:4:\"tmpl\";i:695;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:21:{s:4:\"tmpl\";i:696;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:21:{s:4:\"tmpl\";i:697;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:21:{s:4:\"tmpl\";i:698;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:21:{s:4:\"tmpl\";i:699;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:21:{s:4:\"tmpl\";i:700;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:21:{s:4:\"tmpl\";i:701;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:21:{s:4:\"tmpl\";i:702;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:21:{s:4:\"tmpl\";i:703;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:21:{s:4:\"tmpl\";i:704;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:21:{s:4:\"tmpl\";i:705;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:21:{s:4:\"tmpl\";i:706;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:21:{s:4:\"tmpl\";i:707;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:21:{s:4:\"tmpl\";i:708;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:21:{s:4:\"tmpl\";i:709;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:21:{s:4:\"tmpl\";i:710;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:21:{s:4:\"tmpl\";i:711;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:21:{s:4:\"tmpl\";i:712;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:21:{s:4:\"tmpl\";i:713;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:21:{s:4:\"tmpl\";i:714;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:21:{s:4:\"tmpl\";i:715;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:21:{s:4:\"tmpl\";i:716;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:21:{s:4:\"tmpl\";i:717;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:144;a:21:{s:4:\"tmpl\";i:718;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:21:{s:4:\"tmpl\";i:719;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:21:{s:4:\"tmpl\";i:720;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:21:{s:4:\"tmpl\";i:721;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:21:{s:4:\"tmpl\";i:722;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:21:{s:4:\"tmpl\";i:723;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:21:{s:4:\"tmpl\";i:724;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:21:{s:4:\"tmpl\";i:725;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:21:{s:4:\"tmpl\";i:726;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:21:{s:4:\"tmpl\";i:727;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:21:{s:4:\"tmpl\";i:728;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:21:{s:4:\"tmpl\";i:729;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:21:{s:4:\"tmpl\";i:730;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:21:{s:4:\"tmpl\";i:482;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:21:{s:4:\"tmpl\";i:593;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:21:{s:4:\"tmpl\";i:769;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:160;a:21:{s:4:\"tmpl\";i:770;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:21:{s:4:\"tmpl\";i:771;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:21:{s:4:\"tmpl\";i:772;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:21:{s:4:\"tmpl\";i:773;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:164;a:21:{s:4:\"tmpl\";i:774;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:165;a:21:{s:4:\"tmpl\";i:775;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:166;a:21:{s:4:\"tmpl\";i:776;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:21:{s:4:\"tmpl\";i:777;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:21:{s:4:\"tmpl\";i:778;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:21:{s:4:\"tmpl\";i:779;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:21:{s:4:\"tmpl\";i:795;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:171;a:21:{s:4:\"tmpl\";i:798;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:21:{s:4:\"tmpl\";i:420;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:21:{s:4:\"tmpl\";i:334;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:21:{s:4:\"tmpl\";i:481;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:21:{s:4:\"tmpl\";i:581;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:176;a:21:{s:4:\"tmpl\";i:803;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:177;a:21:{s:4:\"tmpl\";i:421;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:21:{s:4:\"tmpl\";i:590;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:179;a:21:{s:4:\"tmpl\";i:599;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:180;a:21:{s:4:\"tmpl\";i:445;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:21:{s:4:\"tmpl\";i:582;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:21:{s:4:\"tmpl\";i:608;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:183;a:21:{s:4:\"tmpl\";i:422;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:184;a:21:{s:4:\"tmpl\";i:589;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:21:{s:4:\"tmpl\";i:606;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:21:{s:4:\"tmpl\";i:355;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:21:{s:4:\"tmpl\";i:584;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:21:{s:4:\"tmpl\";i:612;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:21:{s:4:\"tmpl\";i:796;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:21:{s:4:\"tmpl\";i:387;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:21:{s:4:\"tmpl\";i:381;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:21:{s:4:\"tmpl\";i:583;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:21:{s:4:\"tmpl\";i:797;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:21:{s:4:\"tmpl\";i:318;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:21:{s:4:\"tmpl\";i:591;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:21:{s:4:\"tmpl\";i:594;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:21:{s:4:\"tmpl\";i:493;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:21:{s:4:\"tmpl\";i:586;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:21:{s:4:\"tmpl\";i:801;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:21:{s:4:\"tmpl\";i:811;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:21:{s:4:\"tmpl\";i:512;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:21:{s:4:\"tmpl\";i:592;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:21:{s:4:\"tmpl\";i:433;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:21:{s:4:\"tmpl\";i:587;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:21:{s:4:\"tmpl\";i:610;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:21:{s:4:\"tmpl\";i:354;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:21:{s:4:\"tmpl\";i:588;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:21:{s:4:\"tmpl\";i:607;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:21:{s:4:\"tmpl\";i:463;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:21:{s:4:\"tmpl\";i:585;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:21:{s:4:\"tmpl\";i:604;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:21:{s:4:\"tmpl\";i:328;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:21:{s:4:\"tmpl\";i:580;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:21:{s:4:\"tmpl\";i:605;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:21:{s:4:\"tmpl\";i:492;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:21:{s:4:\"tmpl\";i:513;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:21:{s:4:\"tmpl\";i:812;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:21:{s:4:\"tmpl\";i:808;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:21:{s:4:\"tmpl\";i:410;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:21:{s:4:\"tmpl\";i:518;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:221;a:21:{s:4:\"tmpl\";i:480;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:21:{s:4:\"tmpl\";i:573;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:223;a:21:{s:4:\"tmpl\";i:804;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:224;a:21:{s:4:\"tmpl\";i:571;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:21:{s:4:\"tmpl\";i:602;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:21:{s:4:\"tmpl\";i:380;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:21:{s:4:\"tmpl\";i:572;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:21:{s:4:\"tmpl\";i:597;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:21:{s:4:\"tmpl\";i:443;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:21:{s:4:\"tmpl\";i:575;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:21:{s:4:\"tmpl\";i:615;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:232;a:21:{s:4:\"tmpl\";i:353;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:21:{s:4:\"tmpl\";i:577;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:21:{s:4:\"tmpl\";i:609;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:21:{s:4:\"tmpl\";i:456;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:21:{s:4:\"tmpl\";i:576;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:21:{s:4:\"tmpl\";i:611;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:21:{s:4:\"tmpl\";i:462;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:21:{s:4:\"tmpl\";i:574;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:21:{s:4:\"tmpl\";i:784;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:21:{s:4:\"tmpl\";i:800;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:242;a:21:{s:4:\"tmpl\";i:532;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:243;a:21:{s:4:\"tmpl\";i:537;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:21:{s:4:\"tmpl\";i:806;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:21:{s:4:\"tmpl\";i:799;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:246;a:21:{s:4:\"tmpl\";i:266;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:21:{s:4:\"tmpl\";i:310;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:248;a:21:{s:4:\"tmpl\";i:525;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:21:{s:4:\"tmpl\";i:267;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:21:{s:4:\"tmpl\";i:516;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:21:{s:4:\"tmpl\";i:787;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:21:{s:4:\"tmpl\";i:540;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:21:{s:4:\"tmpl\";i:595;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:21:{s:4:\"tmpl\";i:264;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:21:{s:4:\"tmpl\";i:531;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:256;a:21:{s:4:\"tmpl\";i:618;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:21:{s:4:\"tmpl\";i:263;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:258;a:21:{s:4:\"tmpl\";i:515;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:259;a:21:{s:4:\"tmpl\";i:621;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:21:{s:4:\"tmpl\";i:514;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:21:{s:4:\"tmpl\";i:601;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:21:{s:4:\"tmpl\";i:802;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:21:{s:4:\"tmpl\";i:268;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:21:{s:4:\"tmpl\";i:529;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:21:{s:4:\"tmpl\";i:260;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:21:{s:4:\"tmpl\";i:517;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:21:{s:4:\"tmpl\";i:810;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:21:{s:4:\"tmpl\";i:809;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:21:{s:4:\"tmpl\";i:541;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:21:{s:4:\"tmpl\";i:261;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:21:{s:4:\"tmpl\";i:523;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:21:{s:4:\"tmpl\";i:805;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:21:{s:4:\"tmpl\";i:807;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:21:{s:4:\"tmpl\";i:526;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:21:{s:4:\"tmpl\";i:265;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:21:{s:4:\"tmpl\";i:522;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:21:{s:4:\"tmpl\";i:603;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:21:{s:4:\"tmpl\";i:520;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:21:{s:4:\"tmpl\";i:617;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:21:{s:4:\"tmpl\";i:262;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:21:{s:4:\"tmpl\";i:527;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:282;a:21:{s:4:\"tmpl\";i:623;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:21:{s:4:\"tmpl\";i:95;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:21:{s:4:\"tmpl\";i:534;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:285;a:21:{s:4:\"tmpl\";i:614;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:286;a:21:{s:4:\"tmpl\";i:538;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:21:{s:4:\"tmpl\";i:613;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:21:{s:4:\"tmpl\";i:786;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:289;a:21:{s:4:\"tmpl\";i:528;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:290;a:21:{s:4:\"tmpl\";i:150;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:21:{s:4:\"tmpl\";i:569;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:21:{s:4:\"tmpl\";i:782;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:21:{s:4:\"tmpl\";i:783;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:21:{s:4:\"tmpl\";i:90;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:295;a:21:{s:4:\"tmpl\";i:524;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:21:{s:4:\"tmpl\";i:533;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:21:{s:4:\"tmpl\";i:789;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:21:{s:4:\"tmpl\";i:781;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:21:{s:4:\"tmpl\";i:91;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:300;a:21:{s:4:\"tmpl\";i:521;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:21:{s:4:\"tmpl\";i:519;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:21:{s:4:\"tmpl\";i:790;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:21:{s:4:\"tmpl\";i:564;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:21:{s:4:\"tmpl\";i:93;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:305;a:21:{s:4:\"tmpl\";i:560;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:21:{s:4:\"tmpl\";i:788;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:21:{s:4:\"tmpl\";i:780;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:21:{s:4:\"tmpl\";i:106;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:309;a:21:{s:4:\"tmpl\";i:551;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:21:{s:4:\"tmpl\";i:565;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:21:{s:4:\"tmpl\";i:785;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:21:{s:4:\"tmpl\";i:546;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:21:{s:4:\"tmpl\";i:620;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:21:{s:4:\"tmpl\";i:105;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:21:{s:4:\"tmpl\";i:568;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:21:{s:4:\"tmpl\";i:600;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:21:{s:4:\"tmpl\";i:94;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:318;a:21:{s:4:\"tmpl\";i:566;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:21:{s:4:\"tmpl\";i:616;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:21:{s:4:\"tmpl\";i:553;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:21:{s:4:\"tmpl\";i:598;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:21:{s:4:\"tmpl\";i:98;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:323;a:21:{s:4:\"tmpl\";i:563;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:21:{s:4:\"tmpl\";i:596;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:21:{s:4:\"tmpl\";i:544;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:21:{s:4:\"tmpl\";i:103;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:21:{s:4:\"tmpl\";i:567;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:328;a:21:{s:4:\"tmpl\";i:622;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:21:{s:4:\"tmpl\";i:570;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:21:{s:4:\"tmpl\";i:554;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:21:{s:4:\"tmpl\";i:104;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:332;a:21:{s:4:\"tmpl\";i:556;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:21:{s:4:\"tmpl\";i:99;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:334;a:21:{s:4:\"tmpl\";i:558;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:21:{s:4:\"tmpl\";i:562;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:21:{s:4:\"tmpl\";i:561;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:21:{s:4:\"tmpl\";i:579;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:21:{s:4:\"tmpl\";i:97;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:339;a:21:{s:4:\"tmpl\";i:504;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:21:{s:4:\"tmpl\";i:555;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:21:{s:4:\"tmpl\";i:92;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:342;a:21:{s:4:\"tmpl\";i:505;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:21:{s:4:\"tmpl\";i:559;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:344;a:21:{s:4:\"tmpl\";i:506;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:21:{s:4:\"tmpl\";i:552;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:21:{s:4:\"tmpl\";i:507;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:21:{s:4:\"tmpl\";i:557;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:21:{s:4:\"tmpl\";i:96;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:349;a:21:{s:4:\"tmpl\";i:508;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:350;a:21:{s:4:\"tmpl\";i:547;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:21:{s:4:\"tmpl\";i:501;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:21:{s:4:\"tmpl\";i:545;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:21:{s:4:\"tmpl\";i:100;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:354;a:21:{s:4:\"tmpl\";i:502;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:21:{s:4:\"tmpl\";i:549;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:21:{s:4:\"tmpl\";i:503;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:21:{s:4:\"tmpl\";i:548;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:21:{s:4:\"tmpl\";i:138;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:359;a:21:{s:4:\"tmpl\";i:484;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:21:{s:4:\"tmpl\";i:539;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:21:{s:4:\"tmpl\";i:139;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:362;a:21:{s:4:\"tmpl\";i:485;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:21:{s:4:\"tmpl\";i:550;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:21:{s:4:\"tmpl\";i:486;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:21:{s:4:\"tmpl\";i:535;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:21:{s:4:\"tmpl\";i:483;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:21:{s:4:\"tmpl\";i:536;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:21:{s:4:\"tmpl\";i:101;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:369;a:21:{s:4:\"tmpl\";i:487;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:370;a:21:{s:4:\"tmpl\";i:530;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:21:{s:4:\"tmpl\";i:149;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:372;a:21:{s:4:\"tmpl\";i:488;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:21:{s:4:\"tmpl\";i:542;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:21:{s:4:\"tmpl\";i:470;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:21:{s:4:\"tmpl\";i:543;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:21:{s:4:\"tmpl\";i:102;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:377;a:21:{s:4:\"tmpl\";i:473;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:378;a:21:{s:4:\"tmpl\";i:469;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:21:{s:4:\"tmpl\";i:276;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:21:{s:4:\"tmpl\";i:472;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:21:{s:4:\"tmpl\";i:471;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:21:{s:4:\"tmpl\";i:277;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:21:{s:4:\"tmpl\";i:464;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:21:{s:4:\"tmpl\";i:465;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:21:{s:4:\"tmpl\";i:278;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:21:{s:4:\"tmpl\";i:466;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:21:{s:4:\"tmpl\";i:654;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:21:{s:4:\"tmpl\";i:468;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:21:{s:4:\"tmpl\";i:279;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:21:{s:4:\"tmpl\";i:467;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:21:{s:4:\"tmpl\";i:624;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:21:{s:4:\"tmpl\";i:280;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:21:{s:4:\"tmpl\";i:449;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:21:{s:4:\"tmpl\";i:281;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:21:{s:4:\"tmpl\";i:448;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:21:{s:4:\"tmpl\";i:447;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:21:{s:4:\"tmpl\";i:282;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:21:{s:4:\"tmpl\";i:446;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:21:{s:4:\"tmpl\";i:655;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:21:{s:4:\"tmpl\";i:283;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:21:{s:4:\"tmpl\";i:439;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:21:{s:4:\"tmpl\";i:656;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:21:{s:4:\"tmpl\";i:284;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:21:{s:4:\"tmpl\";i:436;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:21:{s:4:\"tmpl\";i:435;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:21:{s:4:\"tmpl\";i:434;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:21:{s:4:\"tmpl\";i:426;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:21:{s:4:\"tmpl\";i:438;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:21:{s:4:\"tmpl\";i:437;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:21:{s:4:\"tmpl\";i:427;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:21:{s:4:\"tmpl\";i:444;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:21:{s:4:\"tmpl\";i:428;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:21:{s:4:\"tmpl\";i:425;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:21:{s:4:\"tmpl\";i:429;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:21:{s:4:\"tmpl\";i:424;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:21:{s:4:\"tmpl\";i:430;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:21:{s:4:\"tmpl\";i:431;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:21:{s:4:\"tmpl\";i:432;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:21:{s:4:\"tmpl\";i:411;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:21:{s:4:\"tmpl\";i:423;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:21:{s:4:\"tmpl\";i:412;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:21:{s:4:\"tmpl\";i:511;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:21:{s:4:\"tmpl\";i:413;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:21:{s:4:\"tmpl\";i:414;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:21:{s:4:\"tmpl\";i:400;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:21:{s:4:\"tmpl\";i:510;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:21:{s:4:\"tmpl\";i:823;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:21:{s:4:\"tmpl\";i:401;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:21:{s:4:\"tmpl\";i:402;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:21:{s:4:\"tmpl\";i:509;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:21:{s:4:\"tmpl\";i:234;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:21:{s:4:\"tmpl\";i:403;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:21:{s:4:\"tmpl\";i:388;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:21:{s:4:\"tmpl\";i:77;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:21:{s:4:\"tmpl\";i:389;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:21:{s:4:\"tmpl\";i:390;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:21:{s:4:\"tmpl\";i:80;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:21:{s:4:\"tmpl\";i:391;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:21:{s:4:\"tmpl\";i:392;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:21:{s:4:\"tmpl\";i:393;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:21:{s:4:\"tmpl\";i:84;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:442;a:21:{s:4:\"tmpl\";i:394;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:21:{s:4:\"tmpl\";i:81;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:21:{s:4:\"tmpl\";i:395;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:21:{s:4:\"tmpl\";i:396;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:21:{s:4:\"tmpl\";i:397;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:21:{s:4:\"tmpl\";i:83;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:448;a:21:{s:4:\"tmpl\";i:398;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:449;a:21:{s:4:\"tmpl\";i:89;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:450;a:21:{s:4:\"tmpl\";i:399;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:451;a:21:{s:4:\"tmpl\";i:369;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:21:{s:4:\"tmpl\";i:79;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:21:{s:4:\"tmpl\";i:366;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:21:{s:4:\"tmpl\";i:362;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:21:{s:4:\"tmpl\";i:88;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:456;a:21:{s:4:\"tmpl\";i:368;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:457;a:21:{s:4:\"tmpl\";i:367;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:21:{s:4:\"tmpl\";i:365;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:21:{s:4:\"tmpl\";i:86;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:460;a:21:{s:4:\"tmpl\";i:364;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:461;a:21:{s:4:\"tmpl\";i:363;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:21:{s:4:\"tmpl\";i:78;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:21:{s:4:\"tmpl\";i:327;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:21:{s:4:\"tmpl\";i:75;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:465;a:21:{s:4:\"tmpl\";i:326;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:466;a:21:{s:4:\"tmpl\";i:325;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:21:{s:4:\"tmpl\";i:324;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:21:{s:4:\"tmpl\";i:76;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:469;a:21:{s:4:\"tmpl\";i:301;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:21:{s:4:\"tmpl\";i:85;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:21:{s:4:\"tmpl\";i:82;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:21:{s:4:\"tmpl\";i:346;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:21:{s:4:\"tmpl\";i:350;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:21:{s:4:\"tmpl\";i:304;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:21:{s:4:\"tmpl\";i:87;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:476;a:21:{s:4:\"tmpl\";i:315;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:477;a:21:{s:4:\"tmpl\";i:25;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:478;a:21:{s:4:\"tmpl\";i:347;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:479;a:21:{s:4:\"tmpl\";i:23;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:480;a:21:{s:4:\"tmpl\";i:345;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:481;a:21:{s:4:\"tmpl\";i:351;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:21:{s:4:\"tmpl\";i:127;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:21:{s:4:\"tmpl\";i:300;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:21:{s:4:\"tmpl\";i:314;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:21:{s:4:\"tmpl\";i:128;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:21:{s:4:\"tmpl\";i:30;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:21:{s:4:\"tmpl\";i:352;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:21:{s:4:\"tmpl\";i:348;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:21:{s:4:\"tmpl\";i:69;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:21:{s:4:\"tmpl\";i:299;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:21:{s:4:\"tmpl\";i:313;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:21:{s:4:\"tmpl\";i:317;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:21:{s:4:\"tmpl\";i:71;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:21:{s:4:\"tmpl\";i:349;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:21:{s:4:\"tmpl\";i:74;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:21:{s:4:\"tmpl\";i:303;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:21:{s:4:\"tmpl\";i:316;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:21:{s:4:\"tmpl\";i:125;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:21:{s:4:\"tmpl\";i:312;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:21:{s:4:\"tmpl\";i:22;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:21:{s:4:\"tmpl\";i:302;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:21:{s:4:\"tmpl\";i:126;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:21:{s:4:\"tmpl\";i:24;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:504;a:21:{s:4:\"tmpl\";i:311;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:21:{s:4:\"tmpl\";i:26;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:21:{s:4:\"tmpl\";i:32;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:21:{s:4:\"tmpl\";i:27;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:21:{s:4:\"tmpl\";i:29;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:21:{s:4:\"tmpl\";i:31;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:21:{s:4:\"tmpl\";i:28;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:21:{s:4:\"tmpl\";i:206;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:21:{s:4:\"tmpl\";i:227;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:21:{s:4:\"tmpl\";i:226;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:21:{s:4:\"tmpl\";i:225;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:21:{s:4:\"tmpl\";i:211;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:21:{s:4:\"tmpl\";i:167;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:21:{s:4:\"tmpl\";i:221;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:21:{s:4:\"tmpl\";i:220;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:21:{s:4:\"tmpl\";i:218;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:21:{s:4:\"tmpl\";i:219;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:21:{s:4:\"tmpl\";i:204;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:21:{s:4:\"tmpl\";i:207;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:21:{s:4:\"tmpl\";i:222;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:21:{s:4:\"tmpl\";i:212;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:21:{s:4:\"tmpl\";i:213;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:21:{s:4:\"tmpl\";i:208;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:21:{s:4:\"tmpl\";i:223;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:21:{s:4:\"tmpl\";i:224;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:21:{s:4:\"tmpl\";i:66;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:21:{s:4:\"tmpl\";i:216;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:21:{s:4:\"tmpl\";i:67;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:21:{s:4:\"tmpl\";i:68;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:21:{s:4:\"tmpl\";i:73;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:21:{s:4:\"tmpl\";i:205;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:21:{s:4:\"tmpl\";i:129;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:21:{s:4:\"tmpl\";i:217;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:21:{s:4:\"tmpl\";i:209;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:21:{s:4:\"tmpl\";i:210;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:21:{s:4:\"tmpl\";i:107;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:21:{s:4:\"tmpl\";i:215;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:21:{s:4:\"tmpl\";i:214;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:21:{s:4:\"tmpl\";i:489;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:21:{s:4:\"tmpl\";i:490;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:21:{s:4:\"tmpl\";i:491;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:21:{s:4:\"tmpl\";i:309;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:21:{s:4:\"tmpl\";i:308;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:21:{s:4:\"tmpl\";i:307;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:21:{s:4:\"tmpl\";i:306;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:21:{s:4:\"tmpl\";i:305;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:21:{s:4:\"tmpl\";i:113;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:21:{s:4:\"tmpl\";i:116;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:21:{s:4:\"tmpl\";i:117;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:21:{s:4:\"tmpl\";i:112;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:21:{s:4:\"tmpl\";i:114;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:21:{s:4:\"tmpl\";i:115;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:21:{s:4:\"tmpl\";i:118;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:21:{s:4:\"tmpl\";i:119;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:21:{s:4:\"tmpl\";i:110;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:21:{s:4:\"tmpl\";i:111;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:21:{s:4:\"tmpl\";i:141;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:21:{s:4:\"tmpl\";i:135;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:21:{s:4:\"tmpl\";i:140;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:21:{s:4:\"tmpl\";i:159;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:21:{s:4:\"tmpl\";i:160;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:21:{s:4:\"tmpl\";i:134;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:21:{s:4:\"tmpl\";i:133;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:21:{s:4:\"tmpl\";i:109;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:21:{s:4:\"tmpl\";i:108;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:21:{s:4:\"tmpl\";i:132;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:21:{s:4:\"tmpl\";i:158;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:21:{s:4:\"tmpl\";i:157;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:21:{s:4:\"tmpl\";i:461;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:21:{s:4:\"tmpl\";i:460;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:21:{s:4:\"tmpl\";i:459;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:21:{s:4:\"tmpl\";i:458;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:21:{s:4:\"tmpl\";i:457;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:21:{s:4:\"tmpl\";i:244;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:21:{s:4:\"tmpl\";i:240;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:21:{s:4:\"tmpl\";i:239;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:21:{s:4:\"tmpl\";i:238;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:21:{s:4:\"tmpl\";i:237;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:21:{s:4:\"tmpl\";i:236;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:21:{s:4:\"tmpl\";i:285;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:21:{s:4:\"tmpl\";i:245;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:21:{s:4:\"tmpl\";i:246;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:21:{s:4:\"tmpl\";i:247;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:21:{s:4:\"tmpl\";i:248;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:21:{s:4:\"tmpl\";i:249;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:21:{s:4:\"tmpl\";i:243;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:21:{s:4:\"tmpl\";i:242;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:21:{s:4:\"tmpl\";i:241;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:21:{s:4:\"tmpl\";i:235;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:21:{s:4:\"tmpl\";i:230;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:21:{s:4:\"tmpl\";i:231;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:21:{s:4:\"tmpl\";i:323;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:21:{s:4:\"tmpl\";i:322;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:21:{s:4:\"tmpl\";i:321;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:21:{s:4:\"tmpl\";i:320;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:21:{s:4:\"tmpl\";i:319;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:21:{s:4:\"tmpl\";i:228;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:21:{s:4:\"tmpl\";i:256;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:21:{s:4:\"tmpl\";i:251;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:21:{s:4:\"tmpl\";i:250;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:21:{s:4:\"tmpl\";i:286;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:21:{s:4:\"tmpl\";i:229;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:21:{s:4:\"tmpl\";i:258;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:21:{s:4:\"tmpl\";i:252;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:21:{s:4:\"tmpl\";i:253;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:21:{s:4:\"tmpl\";i:259;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:21:{s:4:\"tmpl\";i:257;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:21:{s:4:\"tmpl\";i:254;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:21:{s:4:\"tmpl\";i:255;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:21:{s:4:\"tmpl\";i:165;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:21:{s:4:\"tmpl\";i:121;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:21:{s:4:\"tmpl\";i:120;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:21:{s:4:\"tmpl\";i:72;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:21:{s:4:\"tmpl\";i:166;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:21:{s:4:\"tmpl\";i:162;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:21:{s:4:\"tmpl\";i:164;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:21:{s:4:\"tmpl\";i:163;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:21:{s:4:\"tmpl\";i:161;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:21:{s:4:\"tmpl\";i:123;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:21:{s:4:\"tmpl\";i:124;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:21:{s:4:\"tmpl\";i:122;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:21:{s:4:\"tmpl\";i:407;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:21:{s:4:\"tmpl\";i:408;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:21:{s:4:\"tmpl\";i:409;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:21:{s:4:\"tmpl\";i:406;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:21:{s:4:\"tmpl\";i:405;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:21:{s:4:\"tmpl\";i:404;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:21:{s:4:\"tmpl\";i:440;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:21:{s:4:\"tmpl\";i:441;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:21:{s:4:\"tmpl\";i:442;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:21:{s:4:\"tmpl\";i:344;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:21:{s:4:\"tmpl\";i:343;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:21:{s:4:\"tmpl\";i:342;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:21:{s:4:\"tmpl\";i:341;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:21:{s:4:\"tmpl\";i:340;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:21:{s:4:\"tmpl\";i:339;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:21:{s:4:\"tmpl\";i:450;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:21:{s:4:\"tmpl\";i:451;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:21:{s:4:\"tmpl\";i:452;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:21:{s:4:\"tmpl\";i:454;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:21:{s:4:\"tmpl\";i:455;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:21:{s:4:\"tmpl\";i:453;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:21:{s:4:\"tmpl\";i:379;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:21:{s:4:\"tmpl\";i:378;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:21:{s:4:\"tmpl\";i:375;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:21:{s:4:\"tmpl\";i:374;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:21:{s:4:\"tmpl\";i:376;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:21:{s:4:\"tmpl\";i:373;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:21:{s:4:\"tmpl\";i:372;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:21:{s:4:\"tmpl\";i:371;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:21:{s:4:\"tmpl\";i:370;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:21:{s:4:\"tmpl\";i:377;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:21:{s:4:\"tmpl\";i:419;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:21:{s:4:\"tmpl\";i:416;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:21:{s:4:\"tmpl\";i:418;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:21:{s:4:\"tmpl\";i:417;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:21:{s:4:\"tmpl\";i:415;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:21:{s:4:\"tmpl\";i:382;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:21:{s:4:\"tmpl\";i:383;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:21:{s:4:\"tmpl\";i:384;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:21:{s:4:\"tmpl\";i:386;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:21:{s:4:\"tmpl\";i:385;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:21:{s:4:\"tmpl\";i:336;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:21:{s:4:\"tmpl\";i:335;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:21:{s:4:\"tmpl\";i:333;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:21:{s:4:\"tmpl\";i:332;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:21:{s:4:\"tmpl\";i:338;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:21:{s:4:\"tmpl\";i:331;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:21:{s:4:\"tmpl\";i:330;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:21:{s:4:\"tmpl\";i:337;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:21:{s:4:\"tmpl\";i:329;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:21:{s:4:\"tmpl\";i:190;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:21:{s:4:\"tmpl\";i:202;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:21:{s:4:\"tmpl\";i:191;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:21:{s:4:\"tmpl\";i:192;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:21:{s:4:\"tmpl\";i:193;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:21:{s:4:\"tmpl\";i:194;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:21:{s:4:\"tmpl\";i:196;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:21:{s:4:\"tmpl\";i:197;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:21:{s:4:\"tmpl\";i:199;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:21:{s:4:\"tmpl\";i:201;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:21:{s:4:\"tmpl\";i:203;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:21:{s:4:\"tmpl\";i:61;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:21:{s:4:\"tmpl\";i:195;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:21:{s:4:\"tmpl\";i:198;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:21:{s:4:\"tmpl\";i:200;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:21:{s:4:\"tmpl\";i:189;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:21:{s:4:\"tmpl\";i:34;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:21:{s:4:\"tmpl\";i:39;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:21:{s:4:\"tmpl\";i:41;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:21:{s:4:\"tmpl\";i:42;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:21:{s:4:\"tmpl\";i:44;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:21:{s:4:\"tmpl\";i:46;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:21:{s:4:\"tmpl\";i:36;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:21:{s:4:\"tmpl\";i:38;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:21:{s:4:\"tmpl\";i:40;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:21:{s:4:\"tmpl\";i:43;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:21:{s:4:\"tmpl\";i:45;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:21:{s:4:\"tmpl\";i:33;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:21:{s:4:\"tmpl\";i:35;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:21:{s:4:\"tmpl\";i:37;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:21:{s:4:\"tmpl\";i:474;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:21:{s:4:\"tmpl\";i:475;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:21:{s:4:\"tmpl\";i:291;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:21:{s:4:\"tmpl\";i:476;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:21:{s:4:\"tmpl\";i:292;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:21:{s:4:\"tmpl\";i:477;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:21:{s:4:\"tmpl\";i:293;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:21:{s:4:\"tmpl\";i:478;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:21:{s:4:\"tmpl\";i:479;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:21:{s:4:\"tmpl\";i:12;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:21:{s:4:\"tmpl\";i:13;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:21:{s:4:\"tmpl\";i:18;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:21:{s:4:\"tmpl\";i:20;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:21:{s:4:\"tmpl\";i:3;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:21:{s:4:\"tmpl\";i:17;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:21:{s:4:\"tmpl\";i:15;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:21:{s:4:\"tmpl\";i:14;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:21:{s:4:\"tmpl\";i:1;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:21:{s:4:\"tmpl\";i:8;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:21:{s:4:\"tmpl\";i:6;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:21:{s:4:\"tmpl\";i:4;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:21:{s:4:\"tmpl\";i:21;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:21:{s:4:\"tmpl\";i:19;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:21:{s:4:\"tmpl\";i:16;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:21:{s:4:\"tmpl\";i:2;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:21:{s:4:\"tmpl\";i:153;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:21:{s:4:\"tmpl\";i:11;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:21:{s:4:\"tmpl\";i:10;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:21:{s:4:\"tmpl\";i:9;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:21:{s:4:\"tmpl\";i:7;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:21:{s:4:\"tmpl\";i:5;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:21:{s:4:\"tmpl\";i:269;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:21:{s:4:\"tmpl\";i:270;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:21:{s:4:\"tmpl\";i:271;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:21:{s:4:\"tmpl\";i:272;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:21:{s:4:\"tmpl\";i:273;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:21:{s:4:\"tmpl\";i:274;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:21:{s:4:\"tmpl\";i:275;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:21:{s:4:\"tmpl\";i:233;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:21:{s:4:\"tmpl\";i:232;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:21:{s:4:\"tmpl\";i:295;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:21:{s:4:\"tmpl\";i:294;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:21:{s:4:\"tmpl\";i:296;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:21:{s:4:\"tmpl\";i:297;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:21:{s:4:\"tmpl\";i:298;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:21:{s:4:\"tmpl\";i:148;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:21:{s:4:\"tmpl\";i:155;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:21:{s:4:\"tmpl\";i:154;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:21:{s:4:\"tmpl\";i:287;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:21:{s:4:\"tmpl\";i:156;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:21:{s:4:\"tmpl\";i:288;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:21:{s:4:\"tmpl\";i:143;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:21:{s:4:\"tmpl\";i:289;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:21:{s:4:\"tmpl\";i:147;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:21:{s:4:\"tmpl\";i:290;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:21:{s:4:\"tmpl\";i:144;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:21:{s:4:\"tmpl\";i:145;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:21:{s:4:\"tmpl\";i:142;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:21:{s:4:\"tmpl\";i:146;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:21:{s:4:\"tmpl\";i:131;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:21:{s:4:\"tmpl\";i:130;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:21:{s:4:\"tmpl\";i:152;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:21:{s:4:\"tmpl\";i:62;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:21:{s:4:\"tmpl\";i:65;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:21:{s:4:\"tmpl\";i:63;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:21:{s:4:\"tmpl\";i:70;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:21:{s:4:\"tmpl\";i:64;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:21:{s:4:\"tmpl\";i:58;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:21:{s:4:\"tmpl\";i:55;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:21:{s:4:\"tmpl\";i:51;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:21:{s:4:\"tmpl\";i:136;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:21:{s:4:\"tmpl\";i:48;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:21:{s:4:\"tmpl\";i:56;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:21:{s:4:\"tmpl\";i:151;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:21:{s:4:\"tmpl\";i:57;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:21:{s:4:\"tmpl\";i:59;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:21:{s:4:\"tmpl\";i:52;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:21:{s:4:\"tmpl\";i:60;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:21:{s:4:\"tmpl\";i:54;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:21:{s:4:\"tmpl\";i:53;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:21:{s:4:\"tmpl\";i:50;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:21:{s:4:\"tmpl\";i:49;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:21:{s:4:\"tmpl\";i:137;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:21:{s:4:\"tmpl\";i:47;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:21:{s:4:\"tmpl\";i:179;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:21:{s:4:\"tmpl\";i:175;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:21:{s:4:\"tmpl\";i:173;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:21:{s:4:\"tmpl\";i:171;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:21:{s:4:\"tmpl\";i:188;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:21:{s:4:\"tmpl\";i:186;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:21:{s:4:\"tmpl\";i:169;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:21:{s:4:\"tmpl\";i:187;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:21:{s:4:\"tmpl\";i:170;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:21:{s:4:\"tmpl\";i:172;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:21:{s:4:\"tmpl\";i:174;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:21:{s:4:\"tmpl\";i:176;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:21:{s:4:\"tmpl\";i:177;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:21:{s:4:\"tmpl\";i:178;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:21:{s:4:\"tmpl\";i:168;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:21:{s:4:\"tmpl\";i:180;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:21:{s:4:\"tmpl\";i:184;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:21:{s:4:\"tmpl\";i:185;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:21:{s:4:\"tmpl\";i:182;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:21:{s:4:\"tmpl\";i:183;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:21:{s:4:\"tmpl\";i:181;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:21:{s:4:\"tmpl\";i:358;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:21:{s:4:\"tmpl\";i:359;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:21:{s:4:\"tmpl\";i:357;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:21:{s:4:\"tmpl\";i:360;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:21:{s:4:\"tmpl\";i:361;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:21:{s:4:\"tmpl\";i:356;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:21:{s:4:\"tmpl\";i:496;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:21:{s:4:\"tmpl\";i:497;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:21:{s:4:\"tmpl\";i:498;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:21:{s:4:\"tmpl\";i:499;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:21:{s:4:\"tmpl\";i:495;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:21:{s:4:\"tmpl\";i:500;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:21:{s:4:\"tmpl\";i:494;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'off');
INSERT INTO `wpdw_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(238, 'edd_sl_1380e07af6fd2fb8cf7095284dd275e9', 'a:2:{s:7:\"timeout\";i:1785405126;s:5:\"value\";s:480:\"{\"new_version\":false,\"stable_version\":false,\"name\":\"\",\"slug\":\"powerpack-elements\",\"url\":\"\\/?changelog=1\",\"last_updated\":\"0000-00-00 00:00:00\",\"homepage\":false,\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"\",\"changelog\":\"\"},\"banners\":{\"high\":false,\"low\":false},\"icons\":[],\"msg\":\"No license key has been provided.\",\"description\":[\"\"],\"changelog\":[\"\"],\"plugin\":\"powerpack-elements\\/powerpack-elements.php\",\"id\":\"powerpack-elements\\/powerpack-elements.php\",\"tested\":null}\";}', 'off'),
(456, '_elementor_onboarding_strings_en', 'a:2:{s:7:\"timeout\";i:1786447162;s:5:\"value\";s:5201:\"{\"common.continue\":\"Continue\",\"common.skip\":\"Skip\",\"common.back\":\"Back\",\"common.finish\":\"Finish\",\"common.loading\":\"Loading\\u2026\",\"common.upgrade\":\"Upgrade\",\"common.close_onboarding\":\"Close onboarding\",\"common.installed\":\"Installed\",\"common.recommended\":\"Recommended\",\"error.failed_mark_exit\":\"Failed to mark user exit.\",\"error.failed_complete_step\":\"Failed to complete step.\",\"error.pro_install_failed\":\"Couldn\'t install Elementor Pro. Please try again later\",\"error.theme_install_failed\":\"Theme installation didn\'t complete. Please try again later\",\"login.title\":\"Let\\u2019s get to work.\",\"login.sign_in\":\"Sign in to Elementor\",\"login.continue_another_way\":\"Continue another way\",\"login.continue_as_guest\":\"Continue as a guest\",\"steps.building_for.title\":\"Who are you building for?\",\"steps.building_for.greeting_with_name\":\"Hey %1$s %2$s Let\\u2019s get your site set up.\",\"steps.building_for.greeting_without_name\":\"Hey%s Let\\u2019s get your site set up.\",\"steps.building_for.option_myself\":\"Myself or someone I know\",\"steps.building_for.option_business\":\"My business or workplace\",\"steps.building_for.option_client\":\"A client\",\"steps.building_for.option_exploring\":\"Just exploring\",\"steps.site_about.title\":\"What is your site about?\",\"steps.site_about.subtitle\":\"Choose anything that applies.\",\"steps.site_about.option_small_med_business\":\"Small-Med Business\",\"steps.site_about.option_online_store\":\"Online store\",\"steps.site_about.option_company_site\":\"Company site\",\"steps.site_about.option_blog\":\"Blog\",\"steps.site_about.option_landing_page\":\"Landing page\",\"steps.site_about.option_booking\":\"Booking\",\"steps.site_about.option_organization\":\"Organization\",\"steps.site_about.option_other\":\"Other\",\"steps.site_about.greeting_myself\":\"Got it! We\\u2019ll keep things simple.\",\"steps.site_about.greeting_business\":\"Great! Let\\u2019s set up your business site.\",\"steps.site_about.greeting_client\":\"Nice! Let\\u2019s create something for your client.\",\"steps.site_about.greeting_fallback\":\"Let\\u2019s get started!\",\"steps.experience_level.title\":\"How experienced are you with Elementor?\",\"steps.experience_level.subtitle\":\"This helps us adjust the editor to your workflow.\",\"steps.experience_level.option_beginner\":\"I\\u2019m just getting started\",\"steps.experience_level.option_intermediate\":\"I have some experience\",\"steps.experience_level.option_advanced\":\"I\\u2019m very comfortable with Elementor\",\"steps.theme_selection.title\":\"Start with a theme that fits your needs\",\"steps.theme_selection.subtitle\":\"Hello themes are built to work seamlessly with Elementor.\",\"steps.theme_selection.v2.title\":\"Build faster with Hello Theme\",\"steps.theme_selection.v2.subtitle\":\"Use Elementor\\u2019s lightweight theme for faster setup and full design control.\",\"steps.theme_selection.aria_label\":\"Theme selection\",\"steps.theme_selection.theme_hello_label\":\"Hello\",\"steps.theme_selection.theme_hello_description\":\"A flexible canvas theme you can shape from the ground up\",\"steps.theme_selection.by_elementor\":\"by Elementor\",\"steps.theme_selection.theme_hello_biz_label\":\"Hello Biz\",\"steps.theme_selection.theme_hello_biz_description\":\"A ready-to-start theme with smart layouts and widgets\",\"steps.theme_selection.greeting_beginner\":\"Glad you\\u2019re here!\",\"steps.theme_selection.greeting_default\":\"Great. Let\\u2019s take it to the next step\",\"steps.theme_selection.continue_with_theme\":\"Continue with this theme\",\"steps.theme_selection.v2.continue_with_theme\":\"Continue with Hello\",\"steps.site_features.title\":\"What do you want to include in your site?\",\"steps.site_features.subtitle\":\"We\\u2019ll use this to tailor suggestions for you.\",\"steps.site_features.continue_with_free\":\"Continue with Free\",\"steps.site_features.option_classes_variables\":\"Design system\",\"steps.site_features.option_hello_theme\":\"Hello theme\",\"steps.site_features.option_cookie_consent\":\"Cookie Consent\",\"steps.site_features.option_interactions\":\"Interactions\",\"steps.site_features.option_theme_builder\":\"Theme builder\",\"steps.site_features.option_lead_collection\":\"Forms & leads\",\"steps.site_features.option_custom_code\":\"Custom Code\",\"steps.site_features.option_email_deliverability\":\"Email delivery\",\"steps.site_features.option_ai_generator\":\"AI tools\",\"steps.site_features.option_image_optimization\":\"Image optimization\",\"steps.site_features.option_accessibility_tools\":\"Accessibility\",\"steps.site_features.woocommerce\":\"WooCommerce\",\"steps.site_features.included\":\"Included\",\"steps.site_features.plan_recommendation_one\":\"Nice picks \\ud83d\\ude42 Elementor One has you covered.\",\"steps.site_features.plan_recommendation_pro\":\"Advanced tools? Elementor Pro includes them.\",\"steps.site_features.compare_plans\":\"View plans\",\"pro_install.title\":\"You already have a Pro subscription\",\"pro_install.subtitle\":\"Would you like to install it on this site now?\",\"pro_install.installing\":\"Installing Elementor Pro\\u2026\",\"pro_install.installing_short\":\"Installing\\u2026\",\"pro_install.install_button\":\"Install Pro on this site\",\"pro_install.logo_alt\":\"Elementor + Elementor Pro\",\"pro_install.do_it_later\":\"I\\u2019ll do it later\",\"completion.title\":\"Getting things ready\",\"completion.subtitle\":\"Tailoring the editor to your goals and workflow\\u2026\"}\";}', 'off'),
(345, 'elementor_pro_theme_builder_conditions', 'a:2:{s:6:\"footer\";a:1:{i:31;a:1:{i:0;s:15:\"include/general\";}}s:6:\"header\";a:1:{i:28;a:1:{i:0;s:15:\"include/general\";}}}', 'auto'),
(388, 'elementor_angie_guide_auto_shown', 'yes', 'auto'),
(360, '_elementor_element_cache_unique_id', '71fbc37774a997d9b7ec7e43dcb3fdea', 'auto'),
(2837, 'litespeed.conf._version', '7.9', 'auto'),
(797, 'litespeed.conf.hash', 'lGJWmX7VO1EDR5GNCqeEY1ghsz87928w', 'auto'),
(798, 'litespeed.conf.api_key', '', 'auto'),
(799, 'litespeed.conf.auto_upgrade', '', 'auto'),
(800, 'litespeed.conf.server_ip', '', 'auto'),
(801, 'litespeed.conf.guest', '', 'auto'),
(802, 'litespeed.conf.guest_optm', '', 'auto'),
(803, 'litespeed.conf.news', '1', 'auto'),
(804, 'litespeed.conf.cache', '1', 'auto'),
(805, 'litespeed.conf.cache-priv', '1', 'auto'),
(806, 'litespeed.conf.cache-commenter', '1', 'auto'),
(807, 'litespeed.conf.cache-rest', '1', 'auto'),
(808, 'litespeed.conf.cache-page_login', '1', 'auto'),
(809, 'litespeed.conf.cache-mobile', '', 'auto'),
(810, 'litespeed.conf.cache-mobile_rules', '[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]', 'auto'),
(811, 'litespeed.conf.cache-browser', '', 'auto'),
(812, 'litespeed.conf.cache-exc_useragents', '[]', 'auto'),
(813, 'litespeed.conf.cache-exc_cookies', '[]', 'auto'),
(814, 'litespeed.conf.cache-exc_qs', '[]', 'auto'),
(815, 'litespeed.conf.cache-exc_cat', '[]', 'auto'),
(816, 'litespeed.conf.cache-exc_tag', '[]', 'auto'),
(817, 'litespeed.conf.cache-force_uri', '[]', 'auto'),
(818, 'litespeed.conf.cache-force_pub_uri', '[]', 'auto'),
(819, 'litespeed.conf.cache-priv_uri', '[]', 'auto'),
(820, 'litespeed.conf.cache-exc', '[]', 'auto'),
(821, 'litespeed.conf.cache-exc_roles', '[]', 'auto'),
(822, 'litespeed.conf.cache-drop_qs', '[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]', 'auto'),
(823, 'litespeed.conf.cache-ttl_pub', '604800', 'auto'),
(824, 'litespeed.conf.cache-ttl_priv', '1800', 'auto'),
(825, 'litespeed.conf.cache-ttl_frontpage', '604800', 'auto'),
(826, 'litespeed.conf.cache-ttl_feed', '604800', 'auto'),
(827, 'litespeed.conf.cache-ttl_rest', '604800', 'auto'),
(828, 'litespeed.conf.cache-ttl_browser', '31557600', 'auto'),
(829, 'litespeed.conf.cache-ttl_status', '[\"404 3600\",\"500 600\"]', 'auto'),
(830, 'litespeed.conf.cache-login_cookie', '', 'auto'),
(831, 'litespeed.conf.cache-ajax_ttl', '[]', 'auto'),
(832, 'litespeed.conf.cache-vary_cookies', '[]', 'auto'),
(833, 'litespeed.conf.cache-vary_group', '[]', 'auto'),
(834, 'litespeed.conf.purge-upgrade', '', 'auto'),
(835, 'litespeed.conf.purge-stale', '', 'auto'),
(836, 'litespeed.conf.purge-post_all', '', 'auto'),
(837, 'litespeed.conf.purge-post_f', '1', 'auto'),
(838, 'litespeed.conf.purge-post_h', '1', 'auto'),
(839, 'litespeed.conf.purge-post_p', '1', 'auto'),
(840, 'litespeed.conf.purge-post_pwrp', '1', 'auto'),
(841, 'litespeed.conf.purge-post_a', '1', 'auto'),
(842, 'litespeed.conf.purge-post_y', '', 'auto'),
(843, 'litespeed.conf.purge-post_m', '1', 'auto'),
(844, 'litespeed.conf.purge-post_d', '', 'auto'),
(845, 'litespeed.conf.purge-post_t', '1', 'auto'),
(846, 'litespeed.conf.purge-post_pt', '1', 'auto'),
(847, 'litespeed.conf.purge-timed_urls', '[]', 'auto'),
(848, 'litespeed.conf.purge-timed_urls_time', '', 'auto'),
(849, 'litespeed.conf.purge-hook_all', '[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]', 'auto'),
(850, 'litespeed.conf.esi', '', 'auto'),
(851, 'litespeed.conf.esi-cache_admbar', '1', 'auto'),
(852, 'litespeed.conf.esi-cache_commform', '1', 'auto'),
(853, 'litespeed.conf.esi-nonce', '[\"stats_nonce\",\"subscribe_nonce\"]', 'auto'),
(854, 'litespeed.conf.util-instant_click', '', 'auto'),
(855, 'litespeed.conf.util-no_https_vary', '', 'auto'),
(856, 'litespeed.conf.debug-disable_all', '', 'auto'),
(857, 'litespeed.conf.debug', '0', 'auto'),
(858, 'litespeed.conf.debug-ips', '[\"127.0.0.1\"]', 'auto'),
(859, 'litespeed.conf.debug-level', '', 'auto'),
(860, 'litespeed.conf.debug-filesize', '3', 'auto'),
(861, 'litespeed.conf.debug-collapse_qs', '', 'auto'),
(862, 'litespeed.conf.debug-inc', '[]', 'auto'),
(863, 'litespeed.conf.debug-exc', '[]', 'auto'),
(864, 'litespeed.conf.debug-exc_strings', '[]', 'auto'),
(865, 'litespeed.conf.db_optm-revisions_max', '0', 'auto'),
(866, 'litespeed.conf.db_optm-revisions_age', '0', 'auto'),
(867, 'litespeed.conf.optm-css_min', '', 'auto'),
(868, 'litespeed.conf.optm-css_comb', '', 'auto'),
(869, 'litespeed.conf.optm-css_comb_ext_inl', '1', 'auto'),
(870, 'litespeed.conf.optm-ucss', '', 'auto'),
(871, 'litespeed.conf.optm-ucss_inline', '', 'auto'),
(872, 'litespeed.conf.optm-ucss_whitelist', '[]', 'auto'),
(873, 'litespeed.conf.optm-ucss_file_exc_inline', '[]', 'auto'),
(874, 'litespeed.conf.optm-ucss_exc', '[]', 'auto'),
(875, 'litespeed.conf.optm-css_exc', '[]', 'auto'),
(876, 'litespeed.conf.optm-js_min', '', 'auto'),
(877, 'litespeed.conf.optm-js_comb', '', 'auto'),
(878, 'litespeed.conf.optm-js_comb_ext_inl', '1', 'auto'),
(879, 'litespeed.conf.optm-js_delay_inc', '[]', 'auto'),
(880, 'litespeed.conf.optm-js_exc', '[\"jquery.js\",\"jquery.min.js\"]', 'auto'),
(881, 'litespeed.conf.optm-html_min', '', 'auto'),
(882, 'litespeed.conf.optm-html_lazy', '[]', 'auto'),
(883, 'litespeed.conf.optm-html_skip_comment', '[]', 'auto'),
(884, 'litespeed.conf.optm-qs_rm', '', 'auto'),
(885, 'litespeed.conf.optm-ggfonts_rm', '', 'auto'),
(886, 'litespeed.conf.optm-css_async', '', 'auto'),
(887, 'litespeed.conf.optm-ccss_per_url', '', 'auto'),
(888, 'litespeed.conf.optm-ccss_sep_posttype', '[\"page\"]', 'auto'),
(889, 'litespeed.conf.optm-ccss_sep_uri', '[]', 'auto'),
(890, 'litespeed.conf.optm-ccss_whitelist', '[]', 'auto'),
(891, 'litespeed.conf.optm-css_async_inline', '1', 'auto'),
(892, 'litespeed.conf.optm-css_font_display', '', 'auto'),
(893, 'litespeed.conf.optm-js_defer', '0', 'auto'),
(894, 'litespeed.conf.optm-emoji_rm', '', 'auto'),
(895, 'litespeed.conf.optm-noscript_rm', '', 'auto'),
(896, 'litespeed.conf.optm-ggfonts_async', '', 'auto'),
(897, 'litespeed.conf.optm-exc_roles', '[]', 'auto'),
(898, 'litespeed.conf.optm-ccss_con', '', 'auto'),
(899, 'litespeed.conf.optm-js_defer_exc', '[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]', 'auto'),
(900, 'litespeed.conf.optm-gm_js_exc', '[]', 'auto'),
(901, 'litespeed.conf.optm-dns_prefetch', '[]', 'auto'),
(902, 'litespeed.conf.optm-dns_prefetch_ctrl', '', 'auto'),
(903, 'litespeed.conf.optm-dns_preconnect', '[]', 'auto'),
(904, 'litespeed.conf.optm-exc', '[]', 'auto'),
(905, 'litespeed.conf.optm-guest_only', '1', 'auto'),
(906, 'litespeed.conf.object', '', 'auto'),
(907, 'litespeed.conf.object-kind', '', 'auto'),
(908, 'litespeed.conf.object-host', 'localhost', 'auto'),
(909, 'litespeed.conf.object-port', '11211', 'auto'),
(910, 'litespeed.conf.object-life', '360', 'auto'),
(911, 'litespeed.conf.object-persistent', '1', 'auto'),
(912, 'litespeed.conf.object-admin', '1', 'auto'),
(913, 'litespeed.conf.object-db_id', '0', 'auto'),
(914, 'litespeed.conf.object-user', '', 'auto'),
(915, 'litespeed.conf.object-pswd', '', 'auto'),
(916, 'litespeed.conf.object-global_groups', '[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]', 'auto'),
(917, 'litespeed.conf.object-non_persistent_groups', '[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]', 'auto'),
(918, 'litespeed.conf.discuss-avatar_cache', '', 'auto'),
(919, 'litespeed.conf.discuss-avatar_cron', '', 'auto'),
(920, 'litespeed.conf.discuss-avatar_cache_ttl', '604800', 'auto'),
(921, 'litespeed.conf.optm-localize', '', 'auto'),
(922, 'litespeed.conf.optm-localize_domains', '[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]', 'auto'),
(923, 'litespeed.conf.media-lazy', '', 'auto'),
(924, 'litespeed.conf.media-lazy_placeholder', '', 'auto'),
(925, 'litespeed.conf.media-placeholder_resp', '', 'auto'),
(926, 'litespeed.conf.media-placeholder_resp_color', '#cfd4db', 'auto'),
(927, 'litespeed.conf.media-placeholder_resp_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>', 'auto'),
(928, 'litespeed.conf.media-lqip', '', 'auto'),
(929, 'litespeed.conf.media-lqip_qual', '4', 'auto'),
(930, 'litespeed.conf.media-lqip_min_w', '150', 'auto'),
(931, 'litespeed.conf.media-lqip_min_h', '150', 'auto'),
(932, 'litespeed.conf.media-placeholder_resp_async', '1', 'auto'),
(933, 'litespeed.conf.media-iframe_lazy', '', 'auto'),
(934, 'litespeed.conf.media-add_missing_sizes', '', 'auto'),
(935, 'litespeed.conf.media-lazy_exc', '[]', 'auto'),
(936, 'litespeed.conf.media-lazy_cls_exc', '[\"wmu-preview-img\"]', 'auto'),
(937, 'litespeed.conf.media-lazy_parent_cls_exc', '[]', 'auto'),
(938, 'litespeed.conf.media-iframe_lazy_cls_exc', '[]', 'auto'),
(939, 'litespeed.conf.media-iframe_lazy_parent_cls_exc', '[]', 'auto'),
(940, 'litespeed.conf.media-lazy_uri_exc', '[]', 'auto'),
(941, 'litespeed.conf.media-lqip_exc', '[]', 'auto'),
(942, 'litespeed.conf.media-vpi', '', 'auto'),
(943, 'litespeed.conf.media-vpi_cron', '', 'auto'),
(944, 'litespeed.conf.media-auto_rescale_ori', '', 'auto'),
(945, 'litespeed.conf.img_optm-auto', '', 'auto'),
(946, 'litespeed.conf.img_optm-ori', '1', 'auto'),
(947, 'litespeed.conf.img_optm-rm_bkup', '', 'auto'),
(948, 'litespeed.conf.img_optm-webp', '0', 'auto'),
(949, 'litespeed.conf.img_optm-lossless', '', 'auto'),
(950, 'litespeed.conf.img_optm-sizes_skipped', '[]', 'auto'),
(951, 'litespeed.conf.img_optm-exif', '1', 'auto'),
(952, 'litespeed.conf.img_optm-webp_attr', '[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"img.data-lazyload\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"div.data-vc-parallax-image\",\"video.poster\"]', 'auto'),
(953, 'litespeed.conf.img_optm-webp_replace_srcset', '', 'auto'),
(954, 'litespeed.conf.img_optm-jpg_quality', '82', 'auto'),
(955, 'litespeed.conf.crawler', '', 'auto'),
(956, 'litespeed.conf.crawler-crawl_interval', '302400', 'auto'),
(957, 'litespeed.conf.crawler-load_limit', '1', 'auto'),
(958, 'litespeed.conf.crawler-sitemap', '', 'auto'),
(959, 'litespeed.conf.crawler-roles', '[]', 'auto'),
(960, 'litespeed.conf.crawler-cookies', '[]', 'auto'),
(961, 'litespeed.conf.misc-heartbeat_front', '', 'auto'),
(962, 'litespeed.conf.misc-heartbeat_front_ttl', '60', 'auto'),
(963, 'litespeed.conf.misc-heartbeat_back', '', 'auto'),
(964, 'litespeed.conf.misc-heartbeat_back_ttl', '60', 'auto'),
(965, 'litespeed.conf.misc-heartbeat_editor', '', 'auto'),
(966, 'litespeed.conf.misc-heartbeat_editor_ttl', '15', 'auto'),
(967, 'litespeed.conf.cdn', '', 'auto'),
(968, 'litespeed.conf.cdn-ori', '[]', 'auto'),
(969, 'litespeed.conf.cdn-ori_dir', '[\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\",\"wp-includes\"]', 'auto'),
(970, 'litespeed.conf.cdn-exc', '[]', 'auto'),
(971, 'litespeed.conf.cdn-quic', '', 'auto'),
(972, 'litespeed.conf.cdn-cloudflare', '', 'auto'),
(973, 'litespeed.conf.cdn-cloudflare_email', '', 'auto'),
(974, 'litespeed.conf.cdn-cloudflare_key', '', 'auto'),
(975, 'litespeed.conf.cdn-cloudflare_name', '', 'auto'),
(976, 'litespeed.conf.cdn-cloudflare_zone', '', 'auto'),
(977, 'litespeed.conf.cdn-cloudflare_clear', '', 'auto'),
(978, 'litespeed.conf.cdn-mapping', '[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]', 'auto'),
(979, 'litespeed.conf.cdn-attr', '[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]', 'auto'),
(980, 'litespeed.conf.qc-nameservers', '', 'auto'),
(981, 'litespeed.conf.qc-cname', '', 'auto'),
(982, 'litespeed.conf.debug-disable_tmp', '0', 'auto'),
(983, 'litespeed.cloud._summary', '{\"curr_request.ver_check\":1786498701,\"last_request.ver_check\":1785470612,\"news.utime\":1785567024,\"curr_request.news\":0,\"last_request.news\":1785567024}', 'auto'),
(984, 'litespeed.purge.queue', 'X-LiteSpeed-Purge: public,*', 'auto'),
(985, 'litespeed.purge.queue2', '-1', 'auto'),
(999, '_transient_health-check-site-status-result', '{\"good\":22,\"recommended\":3,\"critical\":2}', 'on'),
(1048, 'litespeed.optimize.timestamp_purge_css', '1786498701', 'auto'),
(402, '_astra_customizer_published_timestamps', 'a:8:{i:0;i:1785397882;i:1;i:1785397900;i:2;i:1785398291;i:3;i:1785398321;i:4;i:1785398346;i:5;i:1785398433;i:6;i:1785416656;i:7;i:1785416796;}', 'off'),
(403, 'astra_usage_events_pending', 'a:1:{i:0;a:4:{s:10:\"event_name\";s:26:\"first_customizer_published\";s:11:\"event_value\";s:6:\"4.13.8\";s:10:\"properties\";a:0:{}s:4:\"date\";s:19:\"2026-07-30 07:51:22\";}}', 'auto'),
(468, 'astra-color-palettes', 'a:5:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:4:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#183a32\";i:1;s:7:\"#4dbfb8\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F0F5FA\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#0e7a6c\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:9:\"palette_4\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}s:7:\"presets\";a:11:{s:3:\"Oak\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:5:\"Viola\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:5:\"Cedar\";a:9:{i:0;s:7:\"#DD183B\";i:1;s:7:\"#CC1939\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#3A3A3A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FFEDE6\";i:6;s:7:\"#140609\";i:7;s:7:\"#FFD1BF\";i:8;s:7:\"#222222\";}s:6:\"Willow\";a:9:{i:0;s:7:\"#54B435\";i:1;s:7:\"#379237\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#2F3B40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDFBE2\";i:6;s:7:\"#0C1406\";i:7;s:7:\"#D5EAD8\";i:8;s:7:\"#222222\";}s:4:\"Lily\";a:9:{i:0;s:7:\"#DCA54A\";i:1;s:7:\"#D09A40\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#4A4A4A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FAF5E5\";i:6;s:7:\"#141004\";i:7;s:7:\"#F0E6C5\";i:8;s:7:\"#222222\";}s:4:\"Rose\";a:9:{i:0;s:7:\"#FB5FAB\";i:1;s:7:\"#EA559D\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FCEEF5\";i:6;s:7:\"#140610\";i:7;s:7:\"#FAD8E9\";i:8;s:7:\"#222222\";}s:4:\"Sage\";a:9:{i:0;s:7:\"#1B9C85\";i:1;s:7:\"#178E79\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDF6EE\";i:6;s:7:\"#06140C\";i:7;s:7:\"#D4F3D7\";i:8;s:7:\"#222222\";}s:5:\"Flare\";a:9:{i:0;s:7:\"#FD9800\";i:1;s:7:\"#E98C00\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF9E1\";i:6;s:7:\"#141006\";i:7;s:7:\"#F9F0C8\";i:8;s:7:\"#222222\";}s:5:\"Maple\";a:9:{i:0;s:7:\"#FF6210\";i:1;s:7:\"#F15808\";i:2;s:7:\"#1C0D0A\";i:3;s:7:\"#353535\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF1E4\";i:6;s:7:\"#140B06\";i:7;s:7:\"#E5D7D1\";i:8;s:7:\"#222222\";}s:5:\"Birch\";a:9:{i:0;s:7:\"#737880\";i:1;s:7:\"#65696F\";i:2;s:7:\"#151616\";i:3;s:7:\"#393C40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F6F6F6\";i:6;s:7:\"#232529\";i:7;s:7:\"#F1F0F0\";i:8;s:7:\"#222222\";}s:4:\"Dark\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}s:11:\"presetNames\";a:4:{s:9:\"palette_1\";N;s:9:\"palette_2\";s:3:\"Oak\";s:9:\"palette_3\";s:5:\"Viola\";s:9:\"palette_4\";s:4:\"Dark\";}s:4:\"flag\";b:0;}', 'on'),
(2156, 'wpmss_settings', 'a:2:{s:10:\"js_library\";s:19:\"darkroomengineering\";s:7:\"general\";a:3:{s:9:\"timestamp\";i:1785655344;s:14:\"pulseAlgorithm\";i:1;s:15:\"keyboardSupport\";i:1;}}', 'auto'),
(2880, '_site_transient_timeout_php_check_8848b67e8d9c18dd15937c9885b72409', '1787351904', 'off'),
(2881, '_site_transient_php_check_8848b67e8d9c18dd15937c9885b72409', 'a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:3:\"7.4\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'off');
INSERT INTO `wpdw_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2935, 'elementor_pro_remote_info_api_data_4.2.1', 'a:2:{s:7:\"timeout\";i:1787034821;s:5:\"value\";s:257795:\"{\"stable_version\":\"4.2.1\",\"last_updated\":\"2026-07-28 13:39:50\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:243012:\\\"<h1>Elementor Pro - by Elementor.com<\\/h1>\\n<h4>4.2.1 - 2026-07-28<\\/h4>\\n<ul>\\n<li>Fix: Child product categories display the parent category image when Loop Taxonomy is used in a Product Archive template - Atomic Editor<\\/li>\\n<li>Fix: ACF Dynamic Tags display default values instead of item data in Loops - Atomic Editor<\\/li>\\n<li>Fix: ACF fields display in a flat list instead of being grouped by field group in Dynamic Tag - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.2.0 - 2026-07-20<\\/h4>\\n<ul>\\n<li>New: Introducing Loop for building dynamic content layouts - Atomic Editor<\\/li>\\n<li>Tweak: Added Email 2 as an additional action after submit in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Improved the settings UI in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added autocomplete support for better accessibility in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added accessibility support for Atomic Form success and error messages after submission - Atomic Editor<\\/li>\\n<li>Fix: Local styles are not loaded inside Shortcode or Template widgets - Atomic Editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/32921\\\">#32921<\\/a>)<\\/li>\\n<li>Fix: Empty overrides in nested Components show the default value instead of remaining empty - Atomic Editor<\\/li>\\n<li>Fix: Classes created from Components override the expected class priority - Atomic Editor<\\/li>\\n<li>Fix: Redoing detach Component inside another Component leaves stale exposed properties behind - Atomic Editor<\\/li>\\n<li>Fix: Atomic Form elements cannot be copied and pasted - Atomic Editor<\\/li>\\n<li>Fix: Metadata is missing from email submissions in Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Sub-menu indicators flicker while the page is loading in WordPress Menu widget<\\/li>\\n<li>Fix: Load on Click duplicates the initial posts instead of loading the next posts when using multiple Posts widgets<\\/li>\\n<li>Fix: Buttons are not keyboard accessible in Flip Box widget<\\/li>\\n<li>Fix: Non-existent pages can trigger a fatal error in Archive and 404 templates<\\/li>\\n<li>Fix: Custom Search Results URLs can trigger a fatal error in Search widget<\\/li>\\n<li>Fix: Headings are highlighted inconsistently when scrolling down and back up in Table of Contents widget<\\/li>\\n<li>Fix: PHP warnings appear when WooCommerce coupons are disabled in Cart and Checkout widgets<\\/li>\\n<\\/ul>\\n<h4>4.1.3 - 2026-07-14<\\/h4>\\n<ul>\\n<li>Fix: Content section isn&#39;t expanded by default when adding atomic element inside Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Atomic Form cannot be saved as template - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.1.2 - 2026-06-23<\\/h4>\\n<ul>\\n<li>Fix: Email action is not configured correctly when submitting Atomic Forms - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.1.1 - 2026-06-08<\\/h4>\\n<ul>\\n<li>Fix: Live Results item count does not apply correctly on Tablet and Mobile in Search widget<\\/li>\\n<li>Fix: Default animation appears for logged-out users when using an ACF URL dynamic tag in Lottie widget<\\/li>\\n<li>Fix: &quot;Something went wrong&quot; error appears when using Taxonomy Filter with a Loop Grid based on Current Query<\\/li>\\n<\\/ul>\\n<h4>4.1.0 - 2026-05-26<\\/h4>\\n<ul>\\n<li>Tweak: Added Radio Button element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Select element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Date Picker element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Time Picker element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added File Upload element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Webhook URL support to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Improved the default To and From field settings in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Updated the Connected Input ID control to a Select control in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added the Atomic Elements section when editing Loop Grid templates - Atomic Editor<\\/li>\\n<li>Tweak: Added support for dynamic field mentions in email content in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Start and End grid lines for the While Scrolling effect in Interactions - Atomic Editor<\\/li>\\n<li>Tweak: Updated the minimum required WordPress version to 6.8<\\/li>\\n<li>Fix: Custom styles are lost for Atomic elements used in loops - Atomic Editor<\\/li>\\n<li>Fix: Action Log and Page Title are not recorded in Atomic Form submissions - Atomic Editor<\\/li>\\n<li>Fix: Inline editing does not work for Buttons inside Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Atomic Form cannot be dragged into containers or child containers - Atomic Editor<\\/li>\\n<li>Fix: Pasting content from another site may cause a fatal error with Loop Item Templates<\\/li>\\n<\\/ul>\\n<h4>4.0.4 - 2026-04-28<\\/h4>\\n<ul>\\n<li>Fix: Flexbox and Div Block do not work with display conditions - Atomic Editor<\\/li>\\n<li>Fix: Custom CSS editor not editable in RTL websites - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.3 - 2026-04-20<\\/h4>\\n<ul>\\n<li>Tweak: Updated base style font styling in Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Submit button not working inside popups in Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Forms fail to send when using ACF Email dynamic tag - Atomic Editor<\\/li>\\n<li>Fix: Custom CSS editor not editable in RTL websites - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.2 - 2026-04-13<\\/h4>\\n<ul>\\n<li>Fix: Interactions apply only to the first matching element instead of all instances on the page - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.1 - 2026-04-01<\\/h4>\\n<ul>\\n<li>Fix: Exposed text properties appear empty in existing components - Atomic Editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/35357\\\">#35357<\\/a>)<\\/li>\\n<li>Fix: Cannot publish existing components with overridable properties - Atomic Editor<\\/li>\\n<li>Fix: Unexpected characters appear when deleting attribute values using backspace - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.0 - 2026-03-30<\\/h4>\\n<ul>\\n<li>New: Introducing Atomic Forms using composable Atomic elements - create flexible form layouts by combining individual field elements - Atomic Editor<\\/li>\\n<li>New: Introducing Interactions with new triggers and custom effects for dynamic experiences - create animations based on user scroll and user behavior - Atomic Editor<\\/li>\\n<li>Tweak: Component creation is available for Pro users - Atomic Editor<\\/li>\\n<li>Tweak: Added the ability to detach Components into editable layouts - Atomic Editor<\\/li>\\n<li>Tweak: Added support for custom fonts in typography controls - Atomic Editor<\\/li>\\n<li>Fix: Unable to paste content into the Custom CSS field - Atomic Editor<\\/li>\\n<li>Fix: Error when assigning a dynamic custom field to a component&#39;s inner element in Components - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>3.35.1 - 2026-02-11<\\/h4>\\n<ul>\\n<li>Fix: Enqueue script errors when <code>WP_DEBUG<\\/code> is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/34617\\\">#34617<\\/a>)<\\/li>\\n<li>Fix: General UI issues in Editor screens in WordPress Admin<\\/li>\\n<\\/ul>\\n<h4>3.35.0 - 2026-02-02<\\/h4>\\n<ul>\\n<li>Tweak: Extended the color picker to support ACF fields - Editor V4<\\/li>\\n<li>Tweak: Enabled size variables with custom units across relevant controls - Editor V4<\\/li>\\n<li>Tweak: Enabled size variables in border radius controls - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.34.4 - 2026-01-29<\\/h4>\\n<ul>\\n<li>Fix: Shortcodes overflow the screen on Saved Templates screen in WordPress Admin<\\/li>\\n<li>Fix: Avoid Multiple Popups control does not work in Popups<\\/li>\\n<\\/ul>\\n<h4>3.34.3 - 2026-01-26<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder WordPress view does not work as expected<\\/li>\\n<li>Fix: Submissions menu appears even when the setting is disabled<\\/li>\\n<\\/ul>\\n<h4>3.34.2 - 2026-01-22<\\/h4>\\n<ul>\\n<li>Tweak: Updated notification behavior in Elementor menu in WordPress admin<\\/li>\\n<\\/ul>\\n<h4>3.34.1 - 2026-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Unified the Elementor interface into a single place to manage, optimize, and configure Elementor capabilities in WordPress admin<\\/li>\\n<\\/ul>\\n<h4>3.34.0 - 2025-12-22<\\/h4>\\n<ul>\\n<li>New: Added support for Display Conditions for Atomic Elements - Editor V4<\\/li>\\n<li>Tweak: Enabled media queries for the Desktop breakpoint only in Custom CSS - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Added support for Google Calendar in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Tel link in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF Image field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Removed icon from the accessibility tree in Flip Box widget<\\/li>\\n<li>Tweak: Applied CSS logical properties in text-align controls and improved RTL rendering in the Editor<\\/li>\\n<li>Fix: Website Template library displayed in English instead of the translated language<\\/li>\\n<li>Fix: Custom CSS field breaks when using certain characters - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.33.2 - 2025-12-03<\\/h4>\\n<ul>\\n<li>Fix: Incorrect status shown for Custom Code, Fonts, and Icons after importing a Website Template<\\/li>\\n<li>Fix: Display Conditions window appears empty in the editor<\\/li>\\n<\\/ul>\\n<h4>3.33.1 - 2025-11-11<\\/h4>\\n<ul>\\n<li>Fix: Styles not loading correctly in Custom Fonts and Custom Icons admin screens (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/33396\\\">#33396<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.33.0 - 2025-11-10<\\/h4>\\n<ul>\\n<li>New: Introducing Custom CSS for element-level styling with full isolation and responsive control - Editor V4<\\/li>\\n<li>New: Introducing media save to cloud in Website Templates, enabling users to store media assets directly in the cloud for easier access and management.<\\/li>\\n<li>Tweak: Added support for Post Excerpt dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Internal URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Post Terms dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Shortcode dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Popup dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Off-Canvas dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Lightbox dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Add To Cart dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Archive Title dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for the Email Contact URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for reduced-motion preferences in Flip Box widget<\\/li>\\n<li>Tweak: Updated minimum supported versions for Chrome, Firefox, and Safari<\\/li>\\n<li>Tweak: Updated Notes button location in the Editor Top Bar<\\/li>\\n<\\/ul>\\n<h4>3.32.3 - 2025-10-21<\\/h4>\\n<ul>\\n<li>Fix: Website Template fails to apply when Custom Code or Custom Icons are included<\\/li>\\n<\\/ul>\\n<h4>3.32.2 - 2025-09-29<\\/h4>\\n<ul>\\n<li>Fix: Exported taxonomies are not displayed correctly on the summary page in Website Templates export<\\/li>\\n<li>Fix: Certain taxonomies are not exported as expected in Website Templates export<\\/li>\\n<\\/ul>\\n<h4>3.32.1 - 2025-09-16<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder fails to load when containers are disabled<\\/li>\\n<li>Fix: Popup and single product templates not imported or exported as expected<\\/li>\\n<\\/ul>\\n<h4>3.32.0 - 2025-09-15<\\/h4>\\n<ul>\\n<li>New: Introducing Size Variables to store and reuse numeric values across spacing, typography, layout, and borders - Editor V4<\\/li>\\n<li>New: Introducing granular Transitions with property-level control for advanced micro-animations - Editor V4<\\/li>\\n<li>New: Added granular content selection for Website Templates import and export, including pages, menus, post types, and taxonomies<\\/li>\\n<li>Tweak: Enhanced accessibility of background images in Slides widget with proper aria attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23543\\\">#23543<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/31063\\\">#31063<\\/a>)<\\/li>\\n<li>Tweak: Added REST API support for the Custom Code feature<\\/li>\\n<li>Tweak: Moved Background control from Content tab to Style tab in Flip Box widget<\\/li>\\n<li>Tweak: Removed SVG icons from the accessibility tree in Share Buttons widget<\\/li>\\n<li>Tweak: Removed dropdown indicator icons from the accessibility tree in WordPress Menu widget<\\/li>\\n<li>Fix: PHP 8.4 deprecation notices when running with <code>WP_DEBUG<\\/code> enabled<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied to Animated Headline widget<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied in Motion Effects<\\/li>\\n<li>Fix: Added required PHP and WordPress versions to the plugin header<\\/li>\\n<\\/ul>\\n<h4>3.31.3 - 2025-09-08<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in WordPress Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.31.2 - 2025-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Improved release version functionality<\\/li>\\n<\\/ul>\\n<h4>3.31.1 - 2025-08-06<\\/h4>\\n<ul>\\n<li>Tweak: Updated <code>form-data<\\/code> package version<\\/li>\\n<\\/ul>\\n<h4>3.31.0 - 2025-08-05<\\/h4>\\n<ul>\\n<li>New: Introducing Attributes - add custom HTML attributes to elements for advanced control - Editor V4<\\/li>\\n<li>Tweak: Optimized Custom Code styles by removing redundant RTL file<\\/li>\\n<li>Tweak: Improved performance by loading ribbon styles only when used in Call to Action and Price Table widgets<\\/li>\\n<li>Tweak: Improved semantic markup structure for header and footer documents<\\/li>\\n<li>Tweak: Reorganized design controls in Animated Headline widget<\\/li>\\n<li>Tweak: Reorganized design controls in Blockquote widget<\\/li>\\n<li>Tweak: Reorganized design controls in Countdown widget<\\/li>\\n<li>Tweak: Replaced SASS mixins and functions with native CSS logical properties<\\/li>\\n<li>Fix: Empty headers are rendered in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28167\\\">#28167<\\/a>)<\\/li>\\n<li>Fix: <code>TypeError<\\/code> bug in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.30.1 - 2025-07-22<\\/h4>\\n<ul>\\n<li>Security Fix: Improved content sanitization in multiple widgets<\\/li>\\n<li>Fix: UI issue in Hotspot widget when Optimized Markup experiment is enabled<\\/li>\\n<li>Fix: Taxonomy filter not working in the Editor when Optimized Markup experiment is enabled<\\/li>\\n<\\/ul>\\n<h4>3.30.0 - 2025-07-01<\\/h4>\\n<ul>\\n<li>New: Introduced Full Website Templates in the Cloud - export, manage, and reuse full site kits across all your websites from one place<\\/li>\\n<li>Tweak: Activated &quot;Optimized Markup&quot; feature on new sites<\\/li>\\n<li>Tweak: Activated &quot;Menu&quot; feature on new sites<\\/li>\\n<li>Tweak: Improved error handling for Theme Builder display conditions<\\/li>\\n<li>Tweak: Added styling controls to Post Excerpt widget<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> and <code>aria-label<\\/code> attributes Post Navigation widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Form widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Login widget<\\/li>\\n<li>Tweak: Arranged content as lists in Portfolio and Posts widgets<\\/li>\\n<li>Tweak: Added Box Shadow and Text Shadow controls in Countdown widget<\\/li>\\n<li>Tweak: Moved image resolution control to content tab in Price List widget<\\/li>\\n<li>Tweak: Renamed and reorganized style sections in Price List widget<\\/li>\\n<li>Tweak: Added conditional logic to controls in Price Table widget<\\/li>\\n<li>Tweak: Grouped layout controls under list section in Price List widget<\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.6<\\/li>\\n<li>Fix: Inline font icons support doesn&#39;t work in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24367\\\">#24367<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18343\\\">#18343<\\/a>)<\\/li>\\n<li>Fix: Page Title condition doesn&#39;t work on child pages in Widget Display Conditions<\\/li>\\n<li>Fix: Editor users with &quot;Access to edit content only&quot; are able to delete elements<\\/li>\\n<li>Fix: Links are not crawlable in Video Playlist widget<\\/li>\\n<li>Fix: Uses hardcoded admin fonts in Video Playlist widget<\\/li>\\n<li>Fix: Editor freezes when the Form widget is used with a high PHP upload size limit<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled in Slides widget<\\/li>\\n<li>Fix: Plugin dependency not enforced in Elementor Pro<\\/li>\\n<li>Fix: Console shows deprecation warning in Global Widgets<\\/li>\\n<\\/ul>\\n<h4>3.29.2 - 2025-06-04<\\/h4>\\n<ul>\\n<li>Tweak: Added selectors to Menu widget for compatibility with Optimized Markup experiment<\\/li>\\n<\\/ul>\\n<h4>3.29.1 - 2025-05-28<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Price Table widget<\\/li>\\n<\\/ul>\\n<h4>3.29.0 - 2025-05-19<\\/h4>\\n<ul>\\n<li>New: Introduced Cloud Templates - save, manage, and reuse your templates across all your sites from a single cloud library<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> attributes in Share Buttons widget<\\/li>\\n<li>Tweak: Improved accessibility by grouping content with <code>role=region<\\/code> in the Video Playlist widget<\\/li>\\n<li>Fix: Focus color is not applied correctly for accessibility in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24239\\\">#24239<\\/a>)<\\/li>\\n<li>Fix: Common scripts loaded late when using the Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.28.4 - 2025-05-05<\\/h4>\\n<ul>\\n<li>Fix: Empty results appeared on the frontend when using the Taxonomy Filter with the &#39;Avoid Duplicates&#39; option in Loop Grid widget<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled and the Optimized Markup experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.28.3 - 2025-04-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved sidebar navigation flow on the Elementor Home screen<\\/li>\\n<\\/ul>\\n<h4>3.28.2 - 2025-03-30<\\/h4>\\n<ul>\\n<li>Fix: Default Elementor animation shown for logged-out users when using an &quot;External URL&quot; source in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.28.1 - 2025-03-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline and Form widgets<\\/li>\\n<\\/ul>\\n<h4>3.28.0 - 2025-03-17<\\/h4>\\n<ul>\\n<li>Tweak: Ensured File Upload field styles are overridden by global styles in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11651\\\">#11651<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17223\\\">#17223<\\/a>)<\\/li>\\n<li>Tweak: Updated Scroll Snap description to clarify incompatibility with animations and motion effects<\\/li>\\n<li>Tweak: Prevented special characters from being encoded in the email subject field in Form widget<\\/li>\\n<li>Tweak: Loaded module styles within the module instead of registering them in <code>plugin.php<\\/code><\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.5<\\/li>\\n<li>Tweak: Improved keyboard accessibility for menus in Editor Top Bar<\\/li>\\n<li>Tweak: Made the edit button accessible in the Template widget<\\/li>\\n<li>Tweak: Optimized Form widget performance by caching field assets <code>using get_style_depends()<\\/code> and <code>get_script_depends()<\\/code> methods<\\/li>\\n<li>Tweak: Added Text Shadow control in Testimonial Carousel, Call to Action and Animated Headline widgets<\\/li>\\n<li>Fix: Button icon alignment breaks when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16077\\\">#16077<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16511\\\">#16511<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17692\\\">#17692<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17922\\\">#17922<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19253\\\">#19253<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19370\\\">#19370<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21236\\\">#21236<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21844\\\">#21844<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28080\\\">#28080<\\/a>)<\\/li>\\n<li>Fix: Dropdown caret color did not follow menu item color when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17500\\\">#17500<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18466\\\">#18466<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21664\\\">#21664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24929\\\">#24929<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28064\\\">#28064<\\/a>)<\\/li>\\n<li>Fix: Page doesn&#39;t scroll up when a coupon error notice appears in Checkout widget<\\/li>\\n<\\/ul>\\n<h4>3.27.7 - 2025-03-13<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.27.6 - 2025-03-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Template Condition<\\/li>\\n<\\/ul>\\n<h4>3.27.5 - 2025-03-03<\\/h4>\\n<ul>\\n<li>Fix: The <code>wp_trigger_error<\\/code> function causes the site to crash instead of triggering a warning when used with ACF text<\\/li>\\n<\\/ul>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added &quot;Space Between Dots&quot; control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: &#39;Reading Settings&#39; unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder&#39;s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed &quot;Payments&quot; module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged &quot;Form Submissions&quot; feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged &quot;Display Conditions&quot; into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to &quot;Load More&quot; or &quot;Infinite Scroll&quot; in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the &#39;Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added &#39;Structure&#39; indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to &#39;Copy&#39;, &#39;Paste&#39;, and &#39;Clear&#39; Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the &#39;Create Template&#39; button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the &#39;Loader&#39; animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to &#39;Current Query&#39; explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: &#39;Editing Mode&#39; for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas<\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove &#39;User IP&#39; and &#39;User Agent&#39; from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection &quot;Include By&quot; Query doesn&#39;t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn&#39;t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code>&lt;time&gt;<\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing &#39;self-hosted&#39; source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: &#39;Fallback: Recent Posts&#39; option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an &quot;Offset Sides&quot; functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Price List widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Slides widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Flip Box widget<\\/li>\\n<li>Tweak: Added &quot;Description HTML Tag&quot; in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don&#39;t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn&#39;t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added &#39;Active item state&#39; to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget&#39;s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the &#39;Gap between slides&#39; control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added &quot;Form Validation&quot; control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under &quot;Advanced Rules&quot; in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save &amp; Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can&#39;t edit page when using &#39;Content Tabs&#39; and &#39;Section&#39; options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful &amp; repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups&#39; backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn&#39;t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to &#39;Show up to X times&#39; advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added &#39;Equal height&#39; functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful &amp; repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note&#39;s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label&#39;s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&amp;quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into &quot;Row&quot; direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles &amp; Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn&#39;t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel &amp; Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn&#39;t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn&#39;t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn&#39;t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn&#39;t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn&#39;t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn&#39;t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce &amp; Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook&#39;s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added &quot;Auto Updates&quot; capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added &quot;Excerpt Length&quot; control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn&#39;t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn&#39;t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn&#39;t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn&#39;t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn&#39;t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel &quot;Need Help&quot; link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor&#39;s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn&#39;t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content &amp; Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can&#39;t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn&#39;t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don&#39;t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn&#39;t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn&#39;t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the &quot;Change&quot; Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>Elementor\\\\Utils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section&#39;s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can&#39;t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn&#39;t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn&#39;t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn&#39;t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave &amp; Close \\u201cbutton in Custom Code&#39;s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren&#39;t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted &#39;Max Height&#39; control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in &#39;Reply To&#39; Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted &#39;Max Height&#39; control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475%5D\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can&#39;t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging  Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder&#39;s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can&#39;t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of &#39;get_create_url&#39; in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn&#39;t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can&#39;t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn&#39;t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don&#39;t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn&#39;t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren&#39;t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can&#39;t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn&#39;t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using &quot;Progress Bar&quot; and &quot;None&quot; view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing &quot;for&quot; attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing &quot;Save Changes&quot; document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can&#39;t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn&#39;t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don&#39;t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code>&lt;br&gt;<\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code>&lt;p&gt;<\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=&quot;navigation&quot;<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed &quot;Date&quot; query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn&#39;t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn&#39;t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder&#39;s Icons for Custom icons &amp; Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core &gt;=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder&#39;s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>&gt;2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when &#39;Hide Title&#39; is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it&#39;s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row &amp; column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it&#39;s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code>&lt;IfModule&gt;<\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to &quot;On&quot;<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box &amp; CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> &amp; <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won&#39;t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for &#39;View Cart&#39; link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added &#39;Current Subcategories&#39; option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it&#39;s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it&#39;s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent&#39;s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it&#39;s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it&#39;s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min &amp; max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn&#39;t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio &amp; checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in &#39;typing&#39; and &#39;clip&#39; animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there&#39;s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don&#39;t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts &amp; Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorPro\\\\Modules\\\\Forms\\\\Classes\\\\Action_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control &amp; Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts &amp; Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can&#39;t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - &#39;Link apply on&#39; logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with &#39;0&#39; for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\n\\\";}\",\"new_version\":\"4.2.1\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"6.8\",\"tested\":\"7.0\",\"elementor_requires\":\"3.34\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvZHJ5d2FsbG1hbmxsYyIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3ODY5OTE2MjEsImV4cCI6MTc4NzA3ODAyMX0.qZdeLX2_j_v33MqA9OYQpdiRV2CIwztHH4PEdlAvh4g\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvZHJ5d2FsbG1hbmxsYyIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3ODY5OTE2MjEsImV4cCI6MTc4NzA3ODAyMX0.qZdeLX2_j_v33MqA9OYQpdiRV2CIwztHH4PEdlAvh4g\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/assets.elementor.com\\/miscellaneous\\/v1\\/images\\/icon.svg\"},\"requires_php\":\"7.4\"}\";}', 'off');
INSERT INTO `wpdw_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2937, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1787137869;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:5:\"7.109\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.109.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=3490368\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=3490368\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"4.2.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.8\";}s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/litespeed-cache\";s:4:\"slug\";s:15:\"litespeed-cache\";s:6:\"plugin\";s:35:\"litespeed-cache/litespeed-cache.php\";s:11:\"new_version\";s:3:\"7.9\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/litespeed-cache.7.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181\";s:2:\"1x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181\";s:2:\"1x\";s:70:\"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:53:\"mousewheel-smooth-scroll/mousewheel-smooth-scroll.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/mousewheel-smooth-scroll\";s:4:\"slug\";s:24:\"mousewheel-smooth-scroll\";s:6:\"plugin\";s:53:\"mousewheel-smooth-scroll/mousewheel-smooth-scroll.php\";s:11:\"new_version\";s:5:\"6.7.4\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/mousewheel-smooth-scroll/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/mousewheel-smooth-scroll.6.7.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/mousewheel-smooth-scroll/assets/icon-256x256.png?rev=1063217\";s:2:\"1x\";s:77:\"https://ps.w.org/mousewheel-smooth-scroll/assets/icon-128x128.png?rev=1063217\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/mousewheel-smooth-scroll/assets/banner-772x250.jpg?rev=1063217\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";}s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":16:{s:14:\"stable_version\";s:5:\"4.2.1\";s:12:\"last_updated\";s:19:\"2026-07-28 13:39:50\";s:11:\"new_version\";s:5:\"4.2.1\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:3:\"7.0\";s:18:\"elementor_requires\";s:4:\"3.34\";s:7:\"package\";s:384:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvZHJ5d2FsbG1hbmxsYyIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3ODY5OTE2MjEsImV4cCI6MTc4NzA3ODAyMX0.qZdeLX2_j_v33MqA9OYQpdiRV2CIwztHH4PEdlAvh4g/package_download\";s:13:\"download_link\";s:384:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvZHJ5d2FsbG1hbmxsYyIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3ODY5OTE2MjEsImV4cCI6MTc4NzA3ODAyMX0.qZdeLX2_j_v33MqA9OYQpdiRV2CIwztHH4PEdlAvh4g/package_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:61:\"https://assets.elementor.com/miscellaneous/v1/images/icon.svg\";}s:12:\"requires_php\";s:3:\"7.4\";s:6:\"plugin\";s:31:\"elementor-pro/elementor-pro.php\";}}s:7:\"checked\";a:6:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:5:\"7.109\";s:23:\"elementor/elementor.php\";s:5:\"4.2.2\";s:31:\"elementor-pro/elementor-pro.php\";s:5:\"4.2.1\";s:35:\"litespeed-cache/litespeed-cache.php\";s:3:\"7.9\";s:53:\"mousewheel-smooth-scroll/mousewheel-smooth-scroll.php\";s:5:\"6.7.4\";s:41:\"powerpack-elements/powerpack-elements.php\";s:6:\"2.10.3\";}}', 'off'),
(2938, 'ai1wm_secret_key', 'wsga3PPTGTGl', 'auto'),
(2940, 'ai1wm_status', 'a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:361:\"<a href=\"https://mrarif.me/drywallmanllc/wp-content/ai1wm-backups/mrarif-me-drywallmanllc-20260817-183359-t70spd0dy4mo.wpress\" class=\"ai1wm-button-green ai1wm-emphasize ai1wm-button-download\" title=\"mrarif.me\" download=\"mrarif-me-drywallmanllc-20260817-183359-t70spd0dy4mo.wpress\">\n							<span>Download mrarif.me</span>\n							<em>Size: 275 MB</em>\n							</a>\";}', 'auto'),
(3021, '_site_transient_timeout_theme_roots', '1787139669', 'off'),
(3022, '_site_transient_theme_roots', 'a:3:{s:11:\"astra-child\";s:7:\"/themes\";s:5:\"astra\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";}', 'off'),
(2440, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:21:\"arifwebsols@gmail.com\";s:7:\"version\";s:5:\"7.0.4\";s:9:\"timestamp\";i:1786747104;}', 'off'),
(1035, 'litespeed.admin_display.messages', '[\"<div class=\\\"litespeed_icon notice notice-success is-dismissible\\\"><p>Purged all caches successfully.<\\/p><\\/div>\"]', 'auto'),
(743, 'WPLANG', '', 'auto'),
(1034, 'litespeed.data.upgrading', '-1', 'auto'),
(2941, 'elementor-custom-breakpoints-files', 'a:31:{s:23:\"custom-apple-webkit.min\";a:1:{s:4:\"time\";i:1786992828;}s:19:\"custom-lightbox.min\";a:1:{s:4:\"time\";i:1786992828;}s:19:\"custom-frontend.min\";a:1:{s:4:\"time\";i:1786992828;}s:27:\"custom-widget-accordion.min\";a:1:{s:4:\"time\";i:1786992828;}s:23:\"custom-widget-alert.min\";a:1:{s:4:\"time\";i:1786992828;}s:26:\"custom-widget-icon-box.min\";a:1:{s:4:\"time\";i:1786992828;}s:27:\"custom-widget-icon-list.min\";a:1:{s:4:\"time\";i:1786992828;}s:27:\"custom-widget-image-box.min\";a:1:{s:4:\"time\";i:1786992828;}s:31:\"custom-widget-image-gallery.min\";a:1:{s:4:\"time\";i:1786992828;}s:26:\"custom-widget-progress.min\";a:1:{s:4:\"time\";i:1786992828;}s:29:\"custom-widget-star-rating.min\";a:1:{s:4:\"time\";i:1786992828;}s:22:\"custom-widget-tabs.min\";a:1:{s:4:\"time\";i:1786992828;}s:24:\"custom-widget-toggle.min\";a:1:{s:4:\"time\";i:1786992828;}s:29:\"custom-widget-nested-tabs.min\";a:1:{s:4:\"time\";i:1786992828;}s:29:\"custom-widget-link-in-bio.min\";a:1:{s:4:\"time\";i:1786992828;}s:34:\"custom-widget-link-in-bio-base.min\";a:1:{s:4:\"time\";i:1786992828;}s:34:\"custom-widget-floating-buttons.min\";a:1:{s:4:\"time\";i:1786992828;}s:36:\"custom-widget-floating-bars-base.min\";a:1:{s:4:\"time\";i:1786992828;}s:37:\"custom-widget-floating-bars-var-3.min\";a:1:{s:4:\"time\";i:1786992828;}s:38:\"custom-widget-contact-buttons-base.min\";a:1:{s:4:\"time\";i:1786992828;}s:39:\"custom-widget-contact-buttons-var-7.min\";a:1:{s:4:\"time\";i:1786992828;}s:39:\"custom-widget-contact-buttons-var-9.min\";a:1:{s:4:\"time\";i:1786992828;}s:40:\"custom-widget-contact-buttons-var-10.min\";a:1:{s:4:\"time\";i:1786992828;}s:31:\"custom-pro-widget-loop-grid.min\";a:1:{s:4:\"time\";i:1786992828;}s:28:\"custom-pro-widget-slides.min\";a:1:{s:4:\"time\";i:1786992828;}s:30:\"custom-pro-widget-nav-menu.min\";a:1:{s:4:\"time\";i:1786992828;}s:30:\"custom-pro-widget-flip-box.min\";a:1:{s:4:\"time\";i:1786992828;}s:36:\"custom-pro-widget-call-to-action.min\";a:1:{s:4:\"time\";i:1786992828;}s:42:\"custom-pro-widget-testimonial-carousel.min\";a:1:{s:4:\"time\";i:1786992828;}s:36:\"custom-pro-widget-video-playlist.min\";a:1:{s:4:\"time\";i:1786992828;}s:31:\"custom-pro-widget-mega-menu.min\";a:1:{s:4:\"time\";i:1786992828;}}', 'auto'),
(2943, 'elementor_atomic_cache_validity__component-styles-related-posts', 'a:2:{s:5:\"state\";b:0;s:8:\"children\";a:5:{i:28;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:31;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:13;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:15;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:25;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}}}', 'off'),
(2944, 'elementor_atomic_cache_validity__popup-trigger-styles-related-posts', 'a:2:{s:5:\"state\";b:0;s:8:\"children\";a:5:{i:28;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:31;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:13;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:15;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:25;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}}}', 'off'),
(2945, 'elementor_atomic_cache_validity__template-styles-related-posts', 'a:2:{s:5:\"state\";b:0;s:8:\"children\";a:5:{i:28;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:31;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:13;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:15;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:25;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}}}', 'off'),
(2946, 'elementor_atomic_cache_validity__global_related', 'a:2:{s:5:\"state\";b:0;s:8:\"children\";a:5:{i:28;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}}}i:31;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}}}i:13;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:2:{i:0;i:28;i:1;i:31;}}}}i:15;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:2:{i:0;i:28;i:1;i:31;}}}}i:25;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:2:{i:0;i:28;i:1;i:31;}}}}}}', 'off'),
(2947, 'elementor_atomic_cache_validity__global_related-reverse', 'a:2:{s:5:\"state\";b:0;s:8:\"children\";a:2:{i:28;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:3:{i:0;i:13;i:1;i:15;i:2;i:25;}}}}i:31;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:3:{i:0;i:13;i:1;i:15;i:2;i:25;}}}}}}', 'off'),
(2948, 'elementor_atomic_cache_validity__base', 'a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a8358bdb0181\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}', 'off'),
(2949, 'elementor_atomic_cache_validity__global', 'a:2:{s:5:\"state\";b:0;s:8:\"children\";a:5:{i:13;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a8358bdb0363\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}i:15;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a8453b1ab4c6\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}i:25;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a845ff5346b5\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}i:28;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a846a1c1b46e\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}i:31;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a846a1c1b6f1\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}}}', 'off'),
(2874, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-7.0.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-7.0.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-7.0.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-7.0.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"7.0.4\";s:7:\"version\";s:5:\"7.0.4\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1787137869;s:15:\"version_checked\";s:5:\"7.0.4\";s:12:\"translations\";a:0:{}}', 'off'),
(2698, 'elementor_controls_usage', 'a:4:{s:9:\"container\";a:6:{s:7:\"heading\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:11:\"header_size\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}}}}s:4:\"form\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:19:\"section_form_fields\";a:3:{s:9:\"form_name\";i:1;s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;}s:15:\"section_buttons\";a:2:{s:11:\"button_size\";i:1;s:11:\"button_text\";i:1;}s:13:\"section_email\";a:1:{s:13:\"form_metadata\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:1:{s:7:\"content\";a:6:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:4;}s:18:\"section_background\";a:4:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:2;s:16:\"background_image\";i:1;s:18:\"background_color_b\";i:1;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:7;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:7;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:2;s:18:\"animation_duration\";i:2;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:1;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_icon\";a:7:{s:13:\"selected_icon\";i:3;s:4:\"view\";i:3;s:5:\"shape\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:4:\"link\";i:3;s:10:\"title_size\";i:3;}s:17:\"section_style_box\";a:2:{s:8:\"position\";i:3;s:15:\"position_mobile\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}s:6:\"footer\";a:6:{s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_element_width\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;}s:20:\"section_social_style\";a:1:{s:10:\"icon_color\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:6;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:8;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}s:18:\"section_background\";a:3:{s:16:\"background_color\";i:2;s:36:\"background_motion_fx_motion_fx_mouse\";i:1;s:21:\"background_background\";i:1;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:3;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:3;s:10:\"link_click\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:17:\"section_icon_list\";a:2:{s:17:\"icon_align_tablet\";i:3;s:23:\"icon_align_mobile_extra\";i:3;}s:14:\"_section_style\";a:1:{s:27:\"_element_width_mobile_extra\";i:1;}}}}}s:6:\"header\";a:6:{s:9:\"icon-list\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}s:17:\"section_icon_list\";a:1:{s:23:\"icon_align_tablet_extra\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:9;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:9;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:3;}s:19:\"_section_responsive\";a:6:{s:17:\"hide_mobile_extra\";i:2;s:11:\"hide_mobile\";i:2;s:17:\"hide_tablet_extra\";i:2;s:11:\"hide_tablet\";i:2;s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;}s:15:\"section_effects\";a:7:{s:6:\"sticky\";i:2;s:9:\"sticky_on\";i:1;s:21:\"sticky_effects_offset\";i:1;s:26:\"sticky_offset_tablet_extra\";i:1;s:26:\"sticky_offset_mobile_extra\";i:1;s:20:\"sticky_offset_mobile\";i:1;s:38:\"sticky_anchor_link_offset_tablet_extra\";i:1;}s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:3;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}s:20:\"section_social_style\";a:1:{s:10:\"icon_color\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:4;s:13:\"selected_icon\";i:1;}s:13:\"section_style\";a:3:{s:5:\"align\";i:4;s:18:\"align_tablet_extra\";i:2;s:16:\"background_color\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:14:\"_section_style\";a:1:{s:27:\"_element_width_tablet_extra\";i:2;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:2:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:16:\"pp-advanced-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_layout\";a:3:{s:11:\"align_items\";i:1;s:7:\"pointer\";i:1;s:9:\"menu_type\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:16:\"style_responsive\";a:1:{s:18:\"offcanvas_position\";i:1;}}}}}s:7:\"wp-page\";a:14:{s:7:\"heading\";a:2:{s:5:\"count\";i:29;s:8:\"controls\";a:3:{s:7:\"content\";a:5:{s:13:\"section_title\";a:2:{s:5:\"title\";i:29;s:11:\"header_size\";i:15;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:19;}s:19:\"_section_responsive\";a:6:{s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:1;s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:3;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:21:\"typography_typography\";i:1;s:11:\"title_color\";i:3;s:5:\"align\";i:7;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:15;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:9;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:4;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:2;s:21:\"_element_custom_width\";i:1;s:16:\"_flex_align_self\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:5:\"align\";i:4;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:16;s:8:\"controls\";a:3:{s:7:\"content\";a:5:{s:12:\"section_icon\";a:7:{s:13:\"selected_icon\";i:16;s:10:\"title_text\";i:16;s:16:\"description_text\";i:16;s:10:\"title_size\";i:16;s:4:\"view\";i:13;s:5:\"shape\";i:6;s:4:\"link\";i:6;}s:17:\"section_style_box\";a:3:{s:8:\"position\";i:10;s:21:\"position_mobile_extra\";i:4;s:15:\"position_mobile\";i:6;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:4;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:5:{s:8:\"position\";i:3;s:18:\"title_bottom_space\";i:3;s:21:\"position_mobile_extra\";i:3;s:26:\"content_vertical_alignment\";i:3;s:10:\"text_align\";i:3;}s:18:\"section_style_icon\";a:1:{s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:6:{s:27:\"title_typography_typography\";i:6;s:26:\"title_typography_font_size\";i:3;s:33:\"description_typography_typography\";i:3;s:32:\"description_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:6;s:17:\"description_color\";i:2;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:3;s:14:\"_element_width\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:3;s:13:\"_border_width\";i:3;s:13:\"_border_color\";i:3;s:22:\"_box_shadow_box_shadow\";i:3;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:72;s:8:\"controls\";a:4:{s:7:\"content\";a:8:{s:24:\"section_layout_container\";a:2:{s:13:\"content_width\";i:30;s:14:\"container_type\";i:1;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:44;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:44;}s:18:\"section_background\";a:4:{s:21:\"background_background\";i:15;s:18:\"background_color_b\";i:4;s:16:\"background_color\";i:8;s:16:\"background_image\";i:2;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:4;s:18:\"animation_duration\";i:4;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:4;}s:26:\"section_background_overlay\";a:0:{}s:19:\"_section_responsive\";a:0:{}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:8:{s:13:\"content_width\";i:19;s:14:\"flex_direction\";i:6;s:8:\"flex_gap\";i:4;s:5:\"width\";i:6;s:10:\"min_height\";i:4;s:16:\"flex_align_items\";i:1;s:20:\"flex_justify_content\";i:5;s:9:\"flex_wrap\";i:1;}}s:5:\"style\";a:4:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:28;}s:18:\"section_background\";a:9:{s:21:\"background_background\";i:7;s:16:\"background_color\";i:5;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;s:16:\"background_image\";i:3;s:19:\"background_position\";i:3;s:21:\"background_attachment\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;}s:26:\"section_background_overlay\";a:4:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_color_b\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:26:\"background_overlay_opacity\";i:3;}s:14:\"section_border\";a:1:{s:26:\"box_shadow_box_shadow_type\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"section_layout\";a:3:{s:7:\"padding\";i:15;s:6:\"margin\";i:2;s:11:\"css_classes\";i:7;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:28;}s:18:\"section_custom_css\";a:1:{s:10:\"custom_css\";i:1;}s:19:\"_section_responsive\";a:4:{s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:1;}}}}s:4:\"form\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:19:\"section_form_fields\";a:4:{s:9:\"form_name\";i:2;s:11:\"form_fields\";i:2;s:10:\"input_size\";i:2;s:13:\"mark_required\";i:2;}s:15:\"section_buttons\";a:2:{s:11:\"button_size\";i:2;s:11:\"button_text\";i:2;}s:13:\"section_email\";a:4:{s:13:\"form_metadata\";i:2;s:8:\"email_to\";i:2;s:13:\"email_subject\";i:2;s:10:\"email_from\";i:2;}s:20:\"section_form_options\";a:2:{s:15:\"success_message\";i:1;s:15:\"custom_messages\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:4:\"html\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:4:\"html\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"pp-faq\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:7:\"counter\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:3;s:6:\"suffix\";i:3;s:5:\"title\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:3;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:19:\"_section_responsive\";a:0:{}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:19:\"_section_responsive\";a:4:{s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:1;}}}}s:20:\"pp-info-box-carousel\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:4:{s:18:\"section_info_boxes\";a:7:{s:13:\"pp_info_boxes\";i:4;s:6:\"layout\";i:4;s:14:\"title_html_tag\";i:3;s:18:\"equal_height_boxes\";i:2;s:18:\"sub_title_html_tag\";i:1;s:20:\"columns_mobile_extra\";i:1;s:7:\"columns\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:22:\"section_info_box_style\";a:1:{s:25:\"info_box_background_color\";i:1;}}s:5:\"style\";a:5:{s:20:\"section_layout_style\";a:3:{s:5:\"align\";i:2;s:11:\"columns_gap\";i:1;s:8:\"rows_gap\";i:1;}s:22:\"section_info_box_style\";a:6:{s:30:\"info_box_background_background\";i:2;s:22:\"info_box_border_border\";i:2;s:21:\"info_box_border_width\";i:2;s:21:\"info_box_border_color\";i:2;s:22:\"info_box_border_radius\";i:1;s:16:\"info_box_padding\";i:3;}s:27:\"section_info_box_icon_style\";a:2:{s:9:\"icon_size\";i:2;s:11:\"icon_margin\";i:2;}s:28:\"section_info_box_title_style\";a:8:{s:12:\"title_margin\";i:2;s:27:\"title_typography_typography\";i:3;s:30:\"subtitle_typography_typography\";i:1;s:34:\"subtitle_typography_text_transform\";i:1;s:34:\"subtitle_typography_letter_spacing\";i:1;s:31:\"subtitle_typography_font_weight\";i:1;s:31:\"title_typography_letter_spacing\";i:1;s:28:\"title_typography_font_weight\";i:1;}s:30:\"section_info_description_style\";a:3:{s:17:\"description_color\";i:2;s:33:\"description_typography_typography\";i:2;s:32:\"description_typography_font_size\";i:2;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:4:{s:14:\"section_button\";a:3:{s:4:\"text\";i:9;s:4:\"link\";i:9;s:13:\"selected_icon\";i:2;}s:13:\"section_style\";a:1:{s:5:\"align\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:14:\"_section_style\";a:0:{}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}s:14:\"_section_style\";a:2:{s:27:\"_element_width_mobile_extra\";i:2;s:7:\"_margin\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:18:\"align_mobile_extra\";i:2;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:5:\"align\";i:3;}}}}s:7:\"gallery\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:8:\"settings\";a:5:{s:7:\"gallery\";i:5;s:9:\"galleries\";i:5;s:7:\"columns\";i:5;s:12:\"aspect_ratio\";i:5;s:20:\"thumbnail_image_size\";i:5;}s:7:\"overlay\";a:1:{s:13:\"overlay_title\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"nested-tabs\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_tabs\";a:1:{s:4:\"tabs\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:23:\"section_tabs_responsive\";a:1:{s:19:\"breakpoint_selector\";i:1;}}}}s:5:\"video\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:4:{s:13:\"section_video\";a:11:{s:10:\"video_type\";i:4;s:11:\"youtube_url\";i:2;s:9:\"vimeo_url\";i:2;s:15:\"dailymotion_url\";i:2;s:10:\"hosted_url\";i:4;s:8:\"autoplay\";i:2;s:4:\"mute\";i:2;s:4:\"loop\";i:2;s:8:\"controls\";i:1;s:6:\"poster\";i:2;s:14:\"play_on_mobile\";i:2;}s:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:2;s:13:\"image_overlay\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:19:\"_section_responsive\";a:0:{}}s:5:\"style\";a:1:{s:19:\"section_video_style\";a:1:{s:12:\"aspect_ratio\";i:2;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:19:\"_section_responsive\";a:2:{s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}}}}}}', 'off'),
(744, 'new_admin_email', 'arifwebsols@gmail.com', 'auto');
INSERT INTO `wpdw_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2274, 'astra_partials_config_cache', 'a:2:{s:8:\"settings\";a:1116:{s:46:\"section-header-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[cloned-component-track]\";a:4:{s:7:\"default\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:6:\"menu-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-desktop-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-mobile-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-transparent-link-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-transparant-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-main-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:28:\"astra-settings[button-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-4)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[button-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-4)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[button-bg-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[button-bg-h-color]\";a:4:{s:7:\"default\";s:7:\"#0a5a50\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"18\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"18\";s:4:\"left\";s:2:\"30\";}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[secondary-button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[secondary-theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[secondary-theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[secondary-theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[secondary-theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:66:\"astra-settings[secondary-theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[secondary-button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[secondary-button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[secondary-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[secondary-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:13;s:5:\"right\";i:30;s:6:\"bottom\";i:13;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:28;s:6:\"bottom\";i:12;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:10;s:5:\"right\";i:24;s:6:\"bottom\";i:10;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[secondary-theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:5:\"right\";i:2;s:6:\"bottom\";i:2;s:4:\"left\";i:2;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"section-secondary-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-width]\";a:4:{s:7:\"default\";i:1240;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[narrow-container-max-width]\";a:4:{s:7:\"default\";i:750;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:33:\"astra-settings[use-logo-svg-icon]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[logo-svg-icon]\";a:4:{s:7:\"default\";a:2:{s:4:\"type\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:22:\"sanitize_logo_svg_icon\";}}s:39:\"astra-settings[logo-svg-site-title-gap]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-header-responsive-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-color-site-title]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[logo-svg-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[logo-svg-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[logo-svg-icon-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-h-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-site-tagline]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[site-icon-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[blog-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-post-content]\";a:4:{s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[blog-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[blog-layout]\";a:4:{s:7:\"default\";s:13:\"blog-layout-4\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[blog-post-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[archive-post-content-structure-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-post-structure]\";a:4:{s:7:\"default\";a:5:{i:0;s:5:\"image\";i:1;s:8:\"category\";i:2;s:5:\"title\";i:3;s:10:\"title-meta\";i:4;s:7:\"excerpt\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-meta-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[blog-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:46:\"astra-settings[blog-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[blog-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-hover-effect]\";a:4:{s:7:\"default\";s:7:\"zoom-in\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[blog-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[blog-post-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[post-card-background-overlay]\";a:4:{s:7:\"default\";a:2:{s:15:\"background-type\";s:0:\"\";s:16:\"background-color\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[post-card-border-radius]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:6;s:5:\"right\";i:6;s:6:\"bottom\";i:6;s:4:\"left\";i:6;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[blog-post-meta-divider-type]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[blog-meta-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"section-blog-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[blog-meta]\";a:4:{s:7:\"default\";a:2:{i:0;s:6:\"author\";i:1;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-content-images-shadow]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-blog-single-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-post-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[single-post-inside-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-blog-single-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[site-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-width]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[site-sidebar-width-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:35:\"astra-settings[site-sticky-sidebar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-sidebar-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[ast-site-content-layout]\";a:4:{s:7:\"default\";s:22:\"normal-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-style]\";a:4:{s:7:\"default\";s:5:\"boxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[surface-colors-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[site-layout-outside-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[content-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-site-layout-button-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[global-color-palette]\";a:4:{s:7:\"default\";a:2:{s:7:\"palette\";a:9:{i:0;s:7:\"#183a32\";i:1;s:7:\"#4dbfb8\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F0F5FA\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#0e7a6c\";}s:4:\"flag\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:20:\"astra-color-palettes\";a:4:{s:7:\"default\";a:5:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:4:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#183a32\";i:1;s:7:\"#4dbfb8\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F0F5FA\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#0e7a6c\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:9:\"palette_4\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}s:7:\"presets\";a:11:{s:3:\"Oak\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:5:\"Viola\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:5:\"Cedar\";a:9:{i:0;s:7:\"#DD183B\";i:1;s:7:\"#CC1939\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#3A3A3A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FFEDE6\";i:6;s:7:\"#140609\";i:7;s:7:\"#FFD1BF\";i:8;s:7:\"#222222\";}s:6:\"Willow\";a:9:{i:0;s:7:\"#54B435\";i:1;s:7:\"#379237\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#2F3B40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDFBE2\";i:6;s:7:\"#0C1406\";i:7;s:7:\"#D5EAD8\";i:8;s:7:\"#222222\";}s:4:\"Lily\";a:9:{i:0;s:7:\"#DCA54A\";i:1;s:7:\"#D09A40\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#4A4A4A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FAF5E5\";i:6;s:7:\"#141004\";i:7;s:7:\"#F0E6C5\";i:8;s:7:\"#222222\";}s:4:\"Rose\";a:9:{i:0;s:7:\"#FB5FAB\";i:1;s:7:\"#EA559D\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FCEEF5\";i:6;s:7:\"#140610\";i:7;s:7:\"#FAD8E9\";i:8;s:7:\"#222222\";}s:4:\"Sage\";a:9:{i:0;s:7:\"#1B9C85\";i:1;s:7:\"#178E79\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDF6EE\";i:6;s:7:\"#06140C\";i:7;s:7:\"#D4F3D7\";i:8;s:7:\"#222222\";}s:5:\"Flare\";a:9:{i:0;s:7:\"#FD9800\";i:1;s:7:\"#E98C00\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF9E1\";i:6;s:7:\"#141006\";i:7;s:7:\"#F9F0C8\";i:8;s:7:\"#222222\";}s:5:\"Maple\";a:9:{i:0;s:7:\"#FF6210\";i:1;s:7:\"#F15808\";i:2;s:7:\"#1C0D0A\";i:3;s:7:\"#353535\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF1E4\";i:6;s:7:\"#140B06\";i:7;s:7:\"#E5D7D1\";i:8;s:7:\"#222222\";}s:5:\"Birch\";a:9:{i:0;s:7:\"#737880\";i:1;s:7:\"#65696F\";i:2;s:7:\"#151616\";i:3;s:7:\"#393C40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F6F6F6\";i:6;s:7:\"#232529\";i:7;s:7:\"#F1F0F0\";i:8;s:7:\"#222222\";}s:4:\"Dark\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}s:11:\"presetNames\";a:4:{s:9:\"palette_1\";N;s:9:\"palette_2\";s:3:\"Oak\";s:9:\"palette_3\";s:5:\"Viola\";s:9:\"palette_4\";s:4:\"Dark\";}s:4:\"flag\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[theme-color-divider-reset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[theme-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[base-link-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[link-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[link-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[border-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-7)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[ast-blog-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-page-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[font-size-post-meta]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:13;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-size-post-tax]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:14;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-body-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-body-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-family]\";a:4:{s:7:\"default\";s:21:\"\'Poppins\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:33:\"astra-settings[body-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:32:\"astra-settings[body-font-weight]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:30:\"astra-settings[font-size-body]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.65\";s:16:\"line-height-unit\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[ast-headings-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-headings-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-font-family]\";a:4:{s:7:\"default\";s:21:\"\'Poppins\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:36:\"astra-settings[headings-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:37:\"astra-settings[headings-font-variant]\";a:4:{s:7:\"default\";s:122:\"100,100italic,200,200italic,300,300italic,400,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:36:\"astra-settings[headings-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[para-margin-bottom]\";a:4:{s:7:\"default\";d:0.8;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[underline-content-links]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h1-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h2-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h3-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h4-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h5-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h6-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[wp-blocks-ui]\";a:4:{s:7:\"default\";s:7:\"comfort\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[wp-blocks-global-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[wp-blocks-ui-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:33:\"comments-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[comments-single-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-comments-area]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[comments-box-placement]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[comments-box-container-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[comment-form-position]\";a:4:{s:7:\"default\";s:5:\"below\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[ast-sub-section-comments-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";i:2;s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[ast-sub-section-comments-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:30:\"astra-settings[font-family-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h1]\";a:4:{s:7:\"default\";s:3:\"800\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:55;s:6:\"tablet\";i:30;s:6:\"mobile\";i:30;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h1]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.4\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:38;s:6:\"tablet\";i:25;s:6:\"mobile\";i:25;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h2]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";i:20;s:6:\"mobile\";i:20;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h3]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:24;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h4]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h5]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h6]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-typography-presets\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[enable-scroll-to-id]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[site-accessibility-toggle]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[site-accessibility-highlight-type]\";a:4:{s:7:\"default\";s:6:\"dotted\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[site-accessibility-highlight-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[site-accessibility-highlight-input-type]\";a:4:{s:7:\"default\";s:7:\"disable\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[site-accessibility-highlight-input-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[astra-pro-section-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[single-e-floating-buttons-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-e-floating-buttons-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-e-floating-buttons-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-e-floating-buttons-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[page-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[page-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"ast-dynamic-single-e-floating-buttons-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-single-e-floating-buttons-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-e-floating-buttons-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-e-floating-buttons-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:43:\"ast-dynamic-single-e-floating-buttons-title\";i:1;s:42:\"ast-dynamic-single-e-floating-buttons-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:92:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:95:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:96:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:101:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-e-floating-buttons-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-e-floating-buttons-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-e-floating-buttons-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-e-floating-buttons-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-e-floating-buttons-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-e-floating-buttons-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"ast-dynamic-single-e-floating-buttons-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-e-floating-buttons-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-e-floating-buttons-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[single-posttype-e-floating-buttons-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-post-ast-content-layout]\";a:4:{s:7:\"default\";s:22:\"narrow-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-sidebar-style]\";a:4:{s:7:\"default\";s:5:\"boxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:29:\"ast-dynamic-single-post-title\";i:1;s:28:\"ast-dynamic-single-post-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-post-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-post-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-post-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:6:\"author\";i:1;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-post-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-post-elements-gap]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-post-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:13;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[ast-dynamic-single-post-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-page-ast-content-layout]\";a:4:{s:7:\"default\";s:22:\"normal-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-content-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-page-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-page-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-page-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:29:\"ast-dynamic-single-page-image\";i:1;s:29:\"ast-dynamic-single-page-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-page-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-page-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-page-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-page-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-page-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-page-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-page-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-page-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-page-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-page-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-page-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:76:\"astra-settings[ast-dynamic-single-page-disable-structure-meta-on-front-page]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"ast-dynamic-single-page-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-single-page-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"astra-settings[archive-e-floating-buttons-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-e-floating-buttons-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[archive-e-floating-buttons-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-e-floating-buttons-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"ast-dynamic-archive-e-floating-buttons-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-archive-e-floating-buttons-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-e-floating-buttons-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-e-floating-buttons-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:44:\"ast-dynamic-archive-e-floating-buttons-title\";i:1;s:50:\"ast-dynamic-archive-e-floating-buttons-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-e-floating-buttons-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-e-floating-buttons-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:69:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[archive-post-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"ast-dynamic-archive-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-archive-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[ast-dynamic-archive-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-archive-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:30:\"ast-dynamic-archive-post-title\";i:1;s:36:\"ast-dynamic-archive-post-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-post-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-archive-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[ast-dynamic-archive-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-on-blog]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-search-page-title-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-search-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-search-page-title-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[section-search-page-title-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-search-page-title-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:31:\"section-search-page-title-title\";i:1;s:36:\"section-search-page-title-breadcrumb\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-custom-title]\";a:4:{s:7:\"default\";s:19:\"Search Results for:\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[section-search-page-title-found-custom-description]\";a:4:{s:7:\"default\";s:44:\"Here are the search results for your search.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-not-found-custom-description]\";a:4:{s:7:\"default\";s:85:\"Sorry, but we could not find anything related to your search terms. Please try again.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-search-page-title-horizontal-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[section-search-page-title-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[section-search-page-title-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[section-search-page-title-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[section-search-page-title-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:59:\"astra-settings[section-search-page-title-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:57:\"astra-settings[section-search-page-title-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:32;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-search-page-title-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[ast-search-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[ast-search-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-results-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-search-results-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-search-live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-search-live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"related-posts-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-related-posts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:7:\"default\";s:13:\"Related Posts\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[releted-posts-title-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-image-ratio-type]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:55:\"astra-settings[related-posts-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:60:\"astra-settings[related-posts-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[related-posts-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-category-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-tag-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[enable-related-posts-excerpt]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-excerpt-count]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-total-count]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-grid-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-query-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-based-on]\";a:4:{s:7:\"default\";s:10:\"categories\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-order-by]\";a:4:{s:7:\"default\";s:4:\"date\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-order]\";a:4:{s:7:\"default\";s:3:\"asc\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-box-placement]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-outside-location]\";a:4:{s:7:\"default\";s:5:\"above\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-container-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-posts-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[related-posts-section-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-content-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-title-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[related-posts-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[related-posts-meta-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:47:\"astra-settings[related-posts-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:45:\"astra-settings[related-posts-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.5\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:55:\"astra-settings[related-posts-section-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:53:\"astra-settings[related-posts-section-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"26\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[related-posts-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[related-posts-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[related-posts-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[related-posts-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:59:\"astra-settings[ast-sub-section-related-posts-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";d:2.5;s:5:\"right\";d:2.5;s:6:\"bottom\";d:2.5;s:4:\"left\";d:2.5;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[ast-sub-section-related-posts-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[transparent-header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[hba-transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[hbb-transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[transparent-header-color-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[transparent-header-color-h-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[transparent-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-enable]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-disable-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-header-disable-404-page]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-disable-search-page]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-disable-archive-pages]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-index]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-disable-latest-posts-index]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-header-disable-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-posts]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[different-transparent-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:49:\"astra-settings[different-transparent-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:45:\"astra-settings[transparent-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[transparent-header-main-sep]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-main-sep-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[divider-sec-transparent-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-colors-menu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-colors-submenu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-transparent-header-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-social-text-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-header-social-background-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-social-icons-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-social-icons-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-social-icons-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[transparent-header-social-icons-bg-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-html-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-html-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-html-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-html-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[transparent-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[transparent-header-buttons-text-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-buttons-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-buttons-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-button-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-button-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[breadcrumb-position-none-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:49:\"astra-settings[breadcrumb-disable-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[breadcrumb-disable-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[breadcrumb-disable-home-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-disable-blog-posts-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[breadcrumb-disable-search]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-disable-archive]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-post]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-singular]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-404-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[breadcrumb-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[breadcrumb-separator-selector]\";a:4:{s:7:\"default\";s:5:\"\\003E\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-separator]\";a:4:{s:7:\"default\";s:5:\"\\00bb\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-breadcrumb-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-color-section-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-active-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-separator-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-breadcrumb-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-text-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[breadcrumb-hover-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[section-breadcrumb-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:38:\"astra-settings[breadcrumb-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:36:\"astra-settings[breadcrumb-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[scroll-to-top-enable]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[scroll-to-top-icon-position]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[scroll-to-top-icon-size]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[scroll-on-top-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[scroll-on-top-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[scroll-to-top-icon-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[scroll-to-top-icon-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:42:\"astra-settings[scroll-to-top-icon-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[scroll-to-top-icon-h-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"section-scroll-to-top-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[enable-scroll-to-top-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:34:\"astra-settings[heading-base-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[secondary-button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[secondary-font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:34:\"astra-settings[font-weight-button]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[secondary-font-weight-button]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:32:\"astra-settings[font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[secondary-font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:3:\"0.5\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[secondary-font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-footer-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-footer]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-bg-obj-responsive-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:7:\"default\";a:3:{s:5:\"above\";a:5:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}}s:7:\"primary\";a:5:{s:9:\"primary_1\";a:0:{}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}}s:5:\"below\";a:5:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[section-footer-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"section-above-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hba-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:60:\"var( --ast-global-color-primary, var(--ast-global-color-4) )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hba-header-bottom-border-color]\";a:4:{s:7:\"default\";s:70:\"var( --ast-global-color-subtle-background, var(--ast-global-color-7) )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hba-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hbb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hbb-header-bottom-border-color]\";a:4:{s:7:\"default\";s:70:\"var( --ast-global-color-subtle-background, var(--ast-global-color-7) )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hbb-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-mobile-trigger-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:7:\"default\";s:4:\"menu\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:7:\"default\";s:7:\"minimal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[mobile-header-toggle-icon-size]\";a:4:{s:7:\"default\";i:20;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[mobile-header-toggle-btn-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[mobile-header-toggle-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[section-header-mobile-trigger-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-mobile-trigger-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[mobile-header-label-font-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-popup-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-type]\";a:4:{s:7:\"default\";s:8:\"dropdown\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[off-canvas-move-body]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[off-canvas-move-body-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:32:\"astra-settings[off-canvas-slide]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-builder-menu-toggle-target]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-offcanvas-content-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[off-canvas-background]\";a:4:{s:7:\"default\";a:10:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_background_obj\";}}s:38:\"astra-settings[off-canvas-close-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[off-canvas-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[off-canvas-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:80;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:60:\"var( --ast-global-color-primary, var(--ast-global-color-4) )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-header-main-sep-color]\";a:4:{s:7:\"default\";s:70:\"var( --ast-global-color-subtle-background, var(--ast-global-color-7) )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:34:\"astra-settings[hb-header-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[logo-title-settings-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"title_tagline-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[title_tagline-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[title_tagline-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"astra-settings[font-size-site-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:26;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-size-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[title_tagline-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-hb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button1-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:40;s:5:\"right\";i:40;s:6:\"bottom\";i:40;s:4:\"left\";i:40;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:15;s:5:\"right\";i:30;s:6:\"bottom\";i:15;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu1-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu1-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu1-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu1-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu1-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu1-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-1-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu1-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-1-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu1-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[header-menu1-mega-menu-upsell]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-hb-menu-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu2-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu2-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu2-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu2-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu2-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu2-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu2-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-2-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu2-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-2-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu2-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[header-menu2-mega-menu-upsell]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"section-header-search-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-search-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[live-search-result-count]\";a:4:{s:7:\"default\";i:5;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-search-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-header-search-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:59:\"astra-settings[section-header-search-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-account-tabs]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-account-login-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[header-account-login-style-extend-text-profile-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:7:\"default\";s:10:\"My Account\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:45:\"astra-settings[header-account-logout-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[header-account-logout-style-extend-text-profile-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:7:\"default\";s:6:\"Log In\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-logout-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:44:\"https://mrarif.me/drywallmanllc/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:42:\"astra-settings[header-account-image-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-icon-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-account-text-design-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-account-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-account-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[font-size-section-header-account]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-header-account-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-hb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_social_icons\";}}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"section-header-mobile-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-divider-colors-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-mobile-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-5)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-5)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-header-typo-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[header-mobile-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[header-mobile-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-extras-header-mobile-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-menu-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-mobile-menu-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-mobile-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:64:\"astra-settings[section-header-mobile-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-above-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hba-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hba-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hba-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hba-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hbb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hbb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-footer-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hbb-footer-top-border-color]\";a:4:{s:7:\"default\";s:70:\"var( --ast-global-color-subtle-background, var(--ast-global-color-7) )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:26:\"var(--ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"section-footer-copyright-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:7:\"default\";s:77:\"Copyright [copyright] [current_year] [site_title] | Powered by [theme_author]\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-copyright-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-copyright-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[section-footer-copyright-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-copyright-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[font-size-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-footer-copyright-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-footer-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-menu-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-footer-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"astra-settings[footer-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-footer-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_social_icons\";}}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"3-equal\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[hb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-primary-footer-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[hb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-footer-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-footer-main-sep-color]\";a:4:{s:7:\"default\";s:70:\"var( --ast-global-color-subtle-background, var(--ast-global-color-7) )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#f9f9f9\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-1]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-2]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-3]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-3-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-3-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-3-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-3-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-3-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-3-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-4]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-4-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-4-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-4-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-4-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-4-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-4-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}}s:8:\"partials\";a:37:{s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:8:\"selector\";s:25:\"#ast-mobile-popup-wrapper\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Header\":0:{}i:1;s:12:\"mobile_popup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[use-logo-svg-icon]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:49:\"Astra_Builder_UI_Controller::render_site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[logo-svg-icon]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:49:\"Astra_Builder_UI_Controller::render_site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:8:\"selector\";s:57:\".ast-related-posts-title-section .ast-related-posts-title\";s:15:\"render_callback\";a:2:{i:0;s:26:\"Astra_Related_Posts_Loader\";i:1;s:26:\"render_related_posts_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:8:\"selector\";s:64:\".ast-replace-site-logo-transparent .site-branding .site-logo-img\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:8:\"selector\";s:54:\".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:8:\"selector\";s:12:\".site-footer\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Footer\":0:{}i:1;s:13:\"footer_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:9183;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:9183;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[header-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-1\";s:15:\"render_callback\";a:2:{i:0;r:9183;i:1;s:13:\"header_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-2\";s:15:\"render_callback\";a:2:{i:0;r:9183;i:1;s:13:\"header_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:67:\"astra-settings[header-account-login-style-extend-text-profile-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:68:\"astra-settings[header-account-logout-style-extend-text-profile-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9183;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9183;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9237;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9237;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-copyright\";s:15:\"render_callback\";a:2:{i:0;r:9237;i:1;s:16:\"footer_copyright\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:8:\"selector\";s:59:\".footer-widget-area[data-section=\"section-footer-menu\"] nav\";s:15:\"render_callback\";a:2:{i:0;r:9237;i:1;s:11:\"footer_menu\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9237;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9237;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9237;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-1\";s:15:\"render_callback\";a:2:{i:0;r:9237;i:1;s:13:\"footer_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-2\";s:15:\"render_callback\";a:2:{i:0;r:9237;i:1;s:13:\"footer_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}}}', 'off');
INSERT INTO `wpdw_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3018, '_elementor_design_system_sync_css_meta', 'a:2:{s:4:\"time\";i:1787137867;i:0;b:0;}', 'auto'),
(2149, 'edd_sl_0db1b5f4838f5bc5af637174ef14407d', 'a:2:{s:7:\"timeout\";i:1787002420;s:5:\"value\";s:2295:\"{\"new_version\":\"3.0.1\",\"stable_version\":\"3.0.1\",\"name\":\"PowerPack Elements\",\"slug\":\"powerpack-elements\",\"url\":\"https:\\/\\/powerpackelements.com\\/downloads\\/powerpack-elements\\/?changelog=1\",\"last_updated\":\"2026-08-17 06:31:45\",\"homepage\":\"https:\\/\\/powerpackelements.com\",\"package\":\"https:\\/\\/powerpackelements.com\\/edd-sl\\/package_download\\/MTc4NzE4NDIyMDo4MjAzNTdiMjdiZWRiOWJmMzFjZjQ3Yzk4ZjVhMDRiMToxMDU1OjZiN2ZmYWY4YjA5YTJkYjFlM2U2YWVlOTRmMDI0ZmJiOmh0dHBzQC8vbXJhcmlmLm1lL2RyeXdhbGxtYW5sbGM6MA==\",\"download_link\":\"https:\\/\\/powerpackelements.com\\/edd-sl\\/package_download\\/MTc4NzE4NDIyMDo4MjAzNTdiMjdiZWRiOWJmMzFjZjQ3Yzk4ZjVhMDRiMToxMDU1OjZiN2ZmYWY4YjA5YTJkYjFlM2U2YWVlOTRmMDI0ZmJiOmh0dHBzQC8vbXJhcmlmLm1lL2RyeXdhbGxtYW5sbGM6MA==\",\"sections\":{\"changelog\":\"<p>Visit\\u00a0<a href=\\\"https:\\/\\/powerpackelements.com\\/change-logs\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">changelogs page<\\/a> for details.<\\/p>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/powerpackelements.com\\/wp-content\\/uploads\\/edd\\/2019\\/02\\/pp-feature-128x128.png\",\"2x\":\"https:\\/\\/powerpackelements.com\\/wp-content\\/uploads\\/edd\\/2019\\/02\\/pp-feature-256x256.png\"},\"contributors\":{\"ideaboxcreations\":{\"display_name\":\"ideaboxcreations\",\"profile\":\"\\/\\/profiles.wordpress.org\\/ideaboxcreations\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=ideaboxcreations\"},\"bloompixel\":{\"display_name\":\"bloompixel\",\"profile\":\"\\/\\/profiles.wordpress.org\\/bloompixel\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=bloompixel\"},\"simrandeep\":{\"display_name\":\"simrandeep\",\"profile\":\"\\/\\/profiles.wordpress.org\\/simrandeep\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=simrandeep\"},\"ibachal\":{\"display_name\":\"ibachal\",\"profile\":\"\\/\\/profiles.wordpress.org\\/ibachal\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=ibachal\"},\"puneetsahalot\":{\"display_name\":\"puneetsahalot\",\"profile\":\"\\/\\/profiles.wordpress.org\\/puneetsahalot\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=puneetsahalot\"}},\"tested\":\"7.0.4\",\"changelog\":[\"<p>Visit\\u00a0<a href=\\\"https:\\/\\/powerpackelements.com\\/change-logs\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">changelogs page<\\/a> for details.<\\/p>\\n\"],\"plugin\":\"powerpack-elements\\/powerpack-elements.php\",\"id\":\"powerpack-elements\\/powerpack-elements.php\"}\";}', 'off'),
(2904, '_transient_timeout_elementor_rollback_versions_4.2.2', '1787596185', 'off'),
(2905, '_transient_elementor_rollback_versions_4.2.2', 'a:30:{i:0;s:5:\"4.2.1\";i:1;s:5:\"4.2.0\";i:2;s:5:\"4.1.5\";i:3;s:5:\"4.1.4\";i:4;s:5:\"4.1.3\";i:5;s:5:\"4.1.2\";i:6;s:5:\"4.1.1\";i:7;s:5:\"4.1.0\";i:8;s:5:\"4.0.9\";i:9;s:5:\"4.0.8\";i:10;s:5:\"4.0.7\";i:11;s:5:\"4.0.6\";i:12;s:5:\"4.0.5\";i:13;s:5:\"4.0.4\";i:14;s:5:\"4.0.3\";i:15;s:5:\"4.0.2\";i:16;s:5:\"4.0.1\";i:17;s:5:\"4.0.0\";i:18;s:6:\"3.35.9\";i:19;s:6:\"3.35.8\";i:20;s:6:\"3.35.7\";i:21;s:6:\"3.35.6\";i:22;s:6:\"3.35.5\";i:23;s:6:\"3.35.4\";i:24;s:6:\"3.35.3\";i:25;s:6:\"3.35.2\";i:26;s:6:\"3.35.1\";i:27;s:6:\"3.35.0\";i:28;s:6:\"3.34.4\";i:29;s:6:\"3.34.3\";}', 'off'),
(3023, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1787137870;s:7:\"checked\";a:3:{s:11:\"astra-child\";s:5:\"1.0.0\";s:5:\"astra\";s:6:\"4.13.8\";s:16:\"twentytwentyfive\";s:3:\"1.5\";}s:8:\"response\";a:1:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:6:\"4.13.9\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/astra.4.13.9.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}}s:9:\"no_update\";a:1:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.5.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}}s:12:\"translations\";a:0:{}}', 'off'),
(2950, 'elementor_atomic_cache_validity__local', 'a:2:{s:5:\"state\";b:0;s:8:\"children\";a:5:{i:28;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a8358bdb052a\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}i:31;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a8358bdb065c\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}i:13;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a8358bdb0912\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}i:15;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a8453b1ab88e\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}i:25;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a845ff5349bb\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}}}', 'off'),
(2951, '_elementor_assets_data', 'a:1:{s:3:\"svg\";a:1:{s:9:\"font-icon\";a:9:{s:13:\"fas-phone-alt\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:264:\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\";s:3:\"key\";s:13:\"fas-phone-alt\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"far-envelope\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:494:\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\";s:3:\"key\";s:12:\"far-envelope\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fab-facebook-f\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:172:\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\";s:3:\"key\";s:14:\"fab-facebook-f\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fab-instagram\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:922:\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\";s:3:\"key\";s:13:\"fab-instagram\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fas-caret-down\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:119:\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\";s:3:\"key\";s:14:\"fas-caret-down\";}s:7:\"version\";s:6:\"5.15.3\";}s:18:\"fas-map-marker-alt\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:384;s:6:\"height\";i:512;s:4:\"path\";s:244:\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\";s:3:\"key\";s:18:\"fas-map-marker-alt\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fas-envelope\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:464:\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\";s:3:\"key\";s:12:\"fas-envelope\";}s:7:\"version\";s:6:\"5.15.3\";}s:10:\"eicon-play\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:413:\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\";s:3:\"key\";s:10:\"eicon-play\";}s:7:\"version\";s:6:\"5.13.0\";}s:16:\"eicon-caret-down\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";d:571.4;s:6:\"height\";d:571.4;s:4:\"path\";s:118:\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\";s:3:\"key\";s:16:\"eicon-caret-down\";}s:7:\"version\";s:6:\"5.13.0\";}}}}', 'auto'),
(2961, '_site_transient_ai1wm_last_check_for_updates', '1787137869', 'off'),
(2962, 'ai1wm_updater', 'a:0:{}', 'auto');

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_postmeta`
--

CREATE TABLE `wpdw_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpdw_postmeta`
--

INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(15, 10, '_elementor_edit_mode', 'builder'),
(16, 10, '_elementor_template_type', 'kit'),
(30, 13, 'ast-featured-img', 'disabled');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(543, 13, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0beaaac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Untitled-2222.jpg\",\"id\":1086,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"020a2be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"play_on_mobile\":\"yes\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"eafd552\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"eca5734\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"187ee8f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(21, 13, '_edit_last', '1'),
(22, 13, '_edit_lock', '1786484657:1'),
(23, 13, '_wp_page_template', 'elementor_header_footer'),
(26, 13, 'site-sidebar-layout', 'no-sidebar'),
(27, 13, 'ast-site-content-layout', 'full-width-container'),
(28, 13, 'site-content-style', 'default'),
(29, 13, 'site-sidebar-style', 'default'),
(34, 13, 'astra-migrate-meta-layouts', 'set'),
(32, 13, 'ast-breadcrumbs-content', 'disabled'),
(33, 13, 'theme-transparent-header-meta', 'default'),
(35, 15, '_edit_last', '1'),
(36, 15, '_wp_page_template', 'elementor_header_footer'),
(43, 15, 'ast-featured-img', 'disabled'),
(39, 15, 'site-sidebar-layout', 'no-sidebar'),
(40, 15, 'ast-site-content-layout', 'full-width-container'),
(41, 15, 'site-content-style', 'default'),
(42, 15, 'site-sidebar-style', 'default'),
(44, 15, 'astra-migrate-meta-layouts', 'set'),
(45, 15, 'ast-breadcrumbs-content', 'disabled'),
(46, 15, 'theme-transparent-header-meta', 'default'),
(47, 15, '_edit_lock', '1785652342:1'),
(48, 17, '_edit_last', '1'),
(49, 17, '_wp_page_template', 'elementor_header_footer'),
(56, 17, 'ast-featured-img', 'disabled'),
(52, 17, 'site-sidebar-layout', 'no-sidebar'),
(53, 17, 'ast-site-content-layout', 'full-width-container'),
(54, 17, 'site-content-style', 'default'),
(55, 17, 'site-sidebar-style', 'default'),
(61, 17, 'astra-migrate-meta-layouts', 'set'),
(58, 17, 'ast-breadcrumbs-content', 'disabled'),
(59, 17, 'theme-transparent-header-meta', 'default'),
(60, 17, '_edit_lock', '1785585577:1'),
(62, 19, '_edit_last', '1'),
(63, 19, '_edit_lock', '1786444469:1'),
(64, 19, '_wp_page_template', 'elementor_header_footer'),
(71, 19, 'ast-featured-img', 'disabled'),
(67, 19, 'site-sidebar-layout', 'no-sidebar'),
(68, 19, 'ast-site-content-layout', 'full-width-container'),
(69, 19, 'site-content-style', 'default'),
(70, 19, 'site-sidebar-style', 'default'),
(75, 19, 'astra-migrate-meta-layouts', 'set'),
(73, 19, 'ast-breadcrumbs-content', 'disabled'),
(74, 19, 'theme-transparent-header-meta', 'default'),
(76, 21, '_menu_item_type', 'post_type'),
(77, 21, '_menu_item_menu_item_parent', '0'),
(78, 21, '_menu_item_object_id', '13'),
(79, 21, '_menu_item_object', 'page'),
(80, 21, '_menu_item_target', ''),
(81, 21, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(82, 21, '_menu_item_xfn', ''),
(83, 21, '_menu_item_url', ''),
(85, 22, '_menu_item_type', 'post_type'),
(86, 22, '_menu_item_menu_item_parent', '0'),
(87, 22, '_menu_item_object_id', '17'),
(88, 22, '_menu_item_object', 'page'),
(89, 22, '_menu_item_target', ''),
(90, 22, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(91, 22, '_menu_item_xfn', ''),
(92, 22, '_menu_item_url', ''),
(114, 25, '_wp_page_template', 'elementor_header_footer'),
(94, 23, '_menu_item_type', 'post_type'),
(95, 23, '_menu_item_menu_item_parent', '0'),
(96, 23, '_menu_item_object_id', '19'),
(97, 23, '_menu_item_object', 'page'),
(98, 23, '_menu_item_target', ''),
(99, 23, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(100, 23, '_menu_item_xfn', ''),
(101, 23, '_menu_item_url', ''),
(112, 25, '_edit_last', '1'),
(103, 24, '_menu_item_type', 'post_type'),
(104, 24, '_menu_item_menu_item_parent', '0'),
(105, 24, '_menu_item_object_id', '15'),
(106, 24, '_menu_item_object', 'page'),
(107, 24, '_menu_item_target', ''),
(108, 24, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(109, 24, '_menu_item_xfn', ''),
(110, 24, '_menu_item_url', ''),
(113, 25, '_edit_lock', '1786441632:1'),
(121, 25, 'ast-featured-img', 'disabled'),
(117, 25, 'site-sidebar-layout', 'no-sidebar'),
(118, 25, 'ast-site-content-layout', 'full-width-container'),
(119, 25, 'site-content-style', 'default'),
(120, 25, 'site-sidebar-style', 'default'),
(127, 25, 'astra-migrate-meta-layouts', 'set'),
(123, 25, 'ast-breadcrumbs-content', 'disabled'),
(124, 25, 'theme-transparent-header-meta', 'default'),
(137, 28, '_elementor_source', 'post'),
(138, 28, '_elementor_edit_mode', 'builder'),
(139, 28, '_elementor_template_type', 'header'),
(140, 28, '_elementor_version', '4.2.1'),
(141, 28, '_elementor_pro_version', '4.2.1'),
(142, 28, '_elementor_global_class_usage_indexed', '1'),
(143, 28, '_elementor_global_class_usage_indexed_preview', '1'),
(144, 28, '_astra_content_layout_flag', 'disabled'),
(146, 28, 'ast-title-bar-display', 'disabled'),
(147, 28, 'ast-featured-img', 'disabled'),
(148, 28, 'ast-site-content-layout', 'full-width-container'),
(149, 28, 'site-sidebar-layout', 'no-sidebar'),
(176, 28, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"flex-start\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/thedrywallmanllc\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"3bd22be\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c7bdfc5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"sticky\":\"top\",\"sticky_on\":[\"tablet_extra\",\"tablet\",\"mobile_extra\",\"mobile\"],\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"2c26799\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"8\",\"row\":\"8\",\"isLinked\":true,\"unit\":\"px\",\"size\":8},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_mobile_extra\":\"nowrap\"},\"elements\":[{\"id\":\"739593a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet_extra\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_element_width_tablet_extra\":\"initial\",\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9bd4685\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet_extra\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_element_width_tablet_extra\":\"initial\",\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\",\"sticky_offset_tablet_extra\":66,\"sticky_offset_mobile_extra\":59,\"sticky_offset_mobile\":50,\"sticky_anchor_link_offset_tablet_extra\":300},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":885,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet_extra\":\"flex-end\"},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\"},\"link\":{\"url\":\"tel:(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(151, 28, '_elementor_migrations_state_d2a1', '4.2.2:4.2.1:7648e729aae38c0825752571ace57347'),
(152, 28, '_edit_lock', '1786440456:1'),
(762, 10, '_elementor_global_class_usage_indexed', '1'),
(763, 10, '_elementor_global_class_usage_indexed_preview', '1'),
(640, 70, '_elementor_template_type', 'wp-page'),
(641, 70, '_elementor_version', '4.2.1'),
(642, 70, '_elementor_pro_version', '4.2.1'),
(643, 70, '_elementor_global_class_usage_indexed_preview', '1'),
(644, 70, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(645, 70, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}]},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 Done Right.\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(694, 74, '_wp_page_template', 'elementor_header_footer'),
(696, 74, '_elementor_global_class_usage_indexed', '1'),
(697, 74, '_elementor_edit_mode', 'builder'),
(698, 74, '_elementor_template_type', 'wp-page'),
(699, 74, '_elementor_version', '4.2.1'),
(700, 74, '_elementor_pro_version', '4.2.1'),
(701, 74, '_elementor_global_class_usage_indexed_preview', '1'),
(702, 74, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(703, 74, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}]},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(662, 71, '_elementor_page_settings', 'a:0:{}'),
(808, 80, '_elementor_page_settings', 'a:0:{}'),
(665, 72, '_wp_page_template', 'elementor_header_footer'),
(667, 72, '_elementor_global_class_usage_indexed', '1'),
(668, 72, '_elementor_edit_mode', 'builder'),
(669, 72, '_elementor_template_type', 'wp-page'),
(670, 72, '_elementor_version', '4.2.1'),
(671, 72, '_elementor_pro_version', '4.2.1'),
(672, 72, '_elementor_global_class_usage_indexed_preview', '1'),
(673, 72, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(674, 72, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}]},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 Done Right.\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(675, 72, '_elementor_page_settings', 'a:0:{}'),
(799, 80, '_wp_page_template', 'elementor_header_footer'),
(800, 80, '_elementor_global_class_usage_indexed', '1'),
(801, 80, '_elementor_edit_mode', 'builder'),
(802, 80, '_elementor_template_type', 'wp-page'),
(803, 80, '_elementor_version', '4.2.1'),
(804, 80, '_elementor_pro_version', '4.2.1'),
(805, 80, '_elementor_global_class_usage_indexed_preview', '1'),
(806, 80, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(807, 80, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}]},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(678, 73, '_wp_page_template', 'elementor_header_footer'),
(680, 73, '_elementor_global_class_usage_indexed', '1'),
(681, 73, '_elementor_edit_mode', 'builder'),
(682, 73, '_elementor_template_type', 'wp-page'),
(683, 73, '_elementor_version', '4.2.1'),
(684, 73, '_elementor_pro_version', '4.2.1'),
(685, 73, '_elementor_global_class_usage_indexed_preview', '1'),
(686, 73, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(687, 73, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}]},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(795, 79, '_elementor_page_settings', 'a:0:{}'),
(786, 79, '_wp_page_template', 'elementor_header_footer'),
(787, 79, '_elementor_global_class_usage_indexed', '1'),
(788, 79, '_elementor_edit_mode', 'builder'),
(789, 79, '_elementor_template_type', 'wp-page'),
(790, 79, '_elementor_version', '4.2.1'),
(791, 79, '_elementor_pro_version', '4.2.1'),
(792, 79, '_elementor_global_class_usage_indexed_preview', '1'),
(793, 79, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(794, 79, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}]},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(704, 74, '_elementor_page_settings', 'a:0:{}'),
(5734, 488, '_elementor_edit_mode', 'builder'),
(5735, 488, '_elementor_template_type', 'wp-page'),
(5736, 488, '_elementor_version', '4.2.1'),
(5737, 488, '_elementor_pro_version', '4.2.1'),
(5738, 488, '_elementor_global_class_usage_indexed_preview', '1'),
(5732, 488, '_wp_page_template', 'elementor_header_footer'),
(5733, 488, '_elementor_global_class_usage_indexed', '1'),
(707, 75, '_wp_page_template', 'elementor_header_footer'),
(709, 75, '_elementor_global_class_usage_indexed', '1'),
(710, 75, '_elementor_edit_mode', 'builder'),
(711, 75, '_elementor_template_type', 'wp-page'),
(712, 75, '_elementor_version', '4.2.1'),
(713, 75, '_elementor_pro_version', '4.2.1'),
(714, 75, '_elementor_global_class_usage_indexed_preview', '1'),
(715, 75, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(716, 75, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}]},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(717, 75, '_elementor_page_settings', 'a:0:{}'),
(720, 76, '_wp_page_template', 'elementor_header_footer'),
(722, 76, '_elementor_global_class_usage_indexed', '1'),
(723, 76, '_elementor_edit_mode', 'builder'),
(724, 76, '_elementor_template_type', 'wp-page'),
(725, 76, '_elementor_version', '4.2.1'),
(726, 76, '_elementor_pro_version', '4.2.1'),
(727, 76, '_elementor_global_class_usage_indexed_preview', '1'),
(728, 76, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(729, 76, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}]},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(736, 10, '_edit_lock', '1785398066:1'),
(737, 77, '_elementor_edit_mode', 'builder'),
(738, 77, '_elementor_template_type', 'kit'),
(740, 77, '_elementor_global_classes_order_preview', 'a:1:{s:5:\"order\";a:0:{}}'),
(741, 77, '_elementor_global_classes_labels_preview', 'a:0:{}'),
(742, 77, '_elementor_global_classes_order', 'a:1:{s:5:\"order\";a:0:{}}'),
(743, 77, '_elementor_global_classes_labels', 'a:0:{}'),
(744, 77, '_elementor_global_classes_sync_to_v3', 'a:0:{}'),
(745, 10, '_wp_page_template', 'default'),
(746, 10, '_elementor_page_settings', 'a:19:{s:13:\"system_colors\";a:4:{i:0;a:2:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";}i:1;a:2:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";}i:2;a:2:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";}i:3;a:2:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:19:\"The Drywall Man LLC\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1240;s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:18:\"active_breakpoints\";a:5:{i:0;s:15:\"viewport_mobile\";i:1;s:21:\"viewport_mobile_extra\";i:2;s:15:\"viewport_tablet\";i:3;s:21:\"viewport_tablet_extra\";i:4;s:19:\"viewport_widescreen\";}s:15:\"viewport_mobile\";i:480;s:21:\"viewport_mobile_extra\";i:767;s:15:\"viewport_tablet\";i:991;s:21:\"viewport_tablet_extra\";i:1199;s:19:\"viewport_widescreen\";i:1200;s:11:\"viewport_md\";i:481;s:11:\"viewport_lg\";i:992;s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:15:\"activeItemIndex\";i:1;s:16:\"site_description\";s:7:\"Welcome\";}'),
(747, 10, '_elementor_data', '[]'),
(748, 78, '_elementor_edit_mode', 'builder'),
(749, 78, '_elementor_template_type', 'kit'),
(751, 78, '_elementor_global_classes_order_preview', 'a:1:{s:5:\"order\";a:0:{}}'),
(752, 78, '_elementor_global_classes_labels_preview', 'a:0:{}'),
(753, 78, '_elementor_global_classes_order', 'a:1:{s:5:\"order\";a:0:{}}'),
(754, 78, '_elementor_global_classes_labels', 'a:0:{}'),
(755, 78, '_elementor_global_classes_sync_to_v3', 'a:0:{}'),
(756, 78, '_wp_page_template', 'default'),
(757, 78, '_elementor_page_settings', 'a:16:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:19:\"The Drywall Man LLC\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1240;s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:18:\"active_breakpoints\";a:5:{i:0;s:15:\"viewport_mobile\";i:1;s:21:\"viewport_mobile_extra\";i:2;s:15:\"viewport_tablet\";i:3;s:21:\"viewport_tablet_extra\";i:4;s:19:\"viewport_widescreen\";}s:15:\"viewport_mobile\";i:480;s:21:\"viewport_mobile_extra\";i:767;s:15:\"viewport_tablet\";i:991;s:21:\"viewport_tablet_extra\";i:1199;s:19:\"viewport_widescreen\";i:1200;s:11:\"viewport_md\";i:481;s:11:\"viewport_lg\";i:992;}'),
(758, 78, '_elementor_data', '[]'),
(760, 10, '_elementor_version', '4.2.1'),
(761, 10, '_elementor_pro_version', '4.2.1'),
(994, 97, '_elementor_page_settings', 'a:0:{}'),
(997, 98, '_wp_page_template', 'elementor_header_footer'),
(998, 98, '_elementor_global_class_usage_indexed', '1'),
(999, 98, '_elementor_edit_mode', 'builder'),
(1000, 98, '_elementor_template_type', 'wp-page'),
(1001, 98, '_elementor_version', '4.2.1'),
(1002, 98, '_elementor_pro_version', '4.2.1'),
(1003, 98, '_elementor_global_class_usage_indexed_preview', '1'),
(1004, 98, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1005, 98, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false}]'),
(1007, 98, '_elementor_page_settings', 'a:0:{}'),
(1010, 99, '_wp_page_template', 'elementor_header_footer'),
(1011, 99, '_elementor_global_class_usage_indexed', '1'),
(1012, 99, '_elementor_edit_mode', 'builder'),
(1013, 99, '_elementor_template_type', 'wp-page'),
(1014, 99, '_elementor_version', '4.2.1'),
(1015, 99, '_elementor_pro_version', '4.2.1'),
(1016, 99, '_elementor_global_class_usage_indexed_preview', '1'),
(1017, 99, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1018, 99, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false}]'),
(1068, 103, '_wp_page_template', 'elementor_header_footer'),
(1069, 103, '_elementor_global_class_usage_indexed', '1'),
(1070, 103, '_elementor_edit_mode', 'builder'),
(1071, 103, '_elementor_template_type', 'wp-page'),
(1072, 103, '_elementor_version', '4.2.1'),
(1073, 103, '_elementor_pro_version', '4.2.1'),
(1074, 103, '_elementor_global_class_usage_indexed_preview', '1'),
(1075, 103, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1076, 103, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false}]'),
(1036, 100, '_elementor_page_settings', 'a:0:{}'),
(1039, 101, '_wp_page_template', 'elementor_header_footer'),
(1040, 101, '_elementor_global_class_usage_indexed', '1'),
(1041, 101, '_elementor_edit_mode', 'builder'),
(1042, 101, '_elementor_template_type', 'wp-page'),
(1043, 101, '_elementor_version', '4.2.1'),
(1044, 101, '_elementor_pro_version', '4.2.1'),
(1045, 101, '_elementor_global_class_usage_indexed_preview', '1'),
(1046, 101, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1047, 101, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false}]'),
(1049, 101, '_elementor_page_settings', 'a:0:{}'),
(1053, 102, '_elementor_global_class_usage_indexed', '1'),
(1054, 102, '_elementor_edit_mode', 'builder'),
(1055, 102, '_elementor_template_type', 'wp-page'),
(1056, 102, '_elementor_version', '4.2.1'),
(1057, 102, '_elementor_pro_version', '4.2.1'),
(1058, 102, '_elementor_global_class_usage_indexed_preview', '1'),
(1059, 102, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1060, 102, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false}]'),
(1125, 106, '_elementor_version', '4.2.1'),
(1126, 106, '_elementor_pro_version', '4.2.1'),
(1127, 106, '_elementor_global_class_usage_indexed_preview', '1'),
(1128, 106, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1129, 106, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"89055d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"68e7b84\",\"elType\":\"widget\",\"settings\":{\"pp_display_conditions\":[{\"_id\":\"f827b21\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"724ba30\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"pp-info-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"494d203\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false}]'),
(1078, 103, '_elementor_page_settings', 'a:0:{}'),
(1081, 104, '_wp_page_template', 'elementor_header_footer'),
(1082, 104, '_elementor_global_class_usage_indexed', '1'),
(1083, 104, '_elementor_edit_mode', 'builder'),
(1084, 104, '_elementor_template_type', 'wp-page'),
(1085, 104, '_elementor_version', '4.2.1'),
(1086, 104, '_elementor_pro_version', '4.2.1'),
(1087, 104, '_elementor_global_class_usage_indexed_preview', '1'),
(1088, 104, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1089, 104, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false}]'),
(1091, 104, '_elementor_page_settings', 'a:0:{}'),
(1094, 105, '_wp_page_template', 'elementor_header_footer'),
(1095, 105, '_elementor_global_class_usage_indexed', '1'),
(1096, 105, '_elementor_edit_mode', 'builder'),
(1097, 105, '_elementor_template_type', 'wp-page'),
(1098, 105, '_elementor_version', '4.2.1'),
(1099, 105, '_elementor_pro_version', '4.2.1'),
(1100, 105, '_elementor_global_class_usage_indexed_preview', '1'),
(1101, 105, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1102, 105, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"89055d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"68e7b84\",\"elType\":\"widget\",\"settings\":{\"pp_display_conditions\":[{\"_id\":\"f827b21\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"724ba30\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"pp-info-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"494d203\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false}]'),
(1172, 110, '_wp_page_template', 'elementor_header_footer'),
(1173, 110, '_elementor_global_class_usage_indexed', '1'),
(1174, 110, '_elementor_edit_mode', 'builder'),
(1175, 110, '_elementor_template_type', 'wp-page'),
(1176, 110, '_elementor_version', '4.2.1'),
(1177, 110, '_elementor_pro_version', '4.2.1'),
(1178, 110, '_elementor_global_class_usage_indexed_preview', '1'),
(1179, 110, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1180, 110, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Research Use Only\",\"description_text\":\"For laboratory research purposes only.\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"_background_background\":\"classic\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Fast & Reliable Shipping\",\"description_text\":\"Quick processing and discreet delivery.\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"_background_background\":\"classic\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Premium Quality\",\"description_text\":\"High purity peptides you can trust.\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"_background_background\":\"classic\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ba5e458\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"3rd Party Lab Tested\",\"description_text\":\"Independent testing for purity and quality.\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"_background_background\":\"classic\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1111, 15, '_elementor_global_class_usage_indexed', '1'),
(1112, 15, '_elementor_edit_mode', 'builder'),
(1113, 15, '_astra_content_layout_flag', 'disabled'),
(1114, 15, 'ast-title-bar-display', 'disabled'),
(1115, 15, '_elementor_template_type', 'wp-page'),
(1116, 15, '_elementor_version', '4.2.1'),
(1117, 15, '_elementor_pro_version', '4.2.1'),
(3731, 15, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}],\"width\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":613,\"sizes\":[]},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video11.mp4\",\"id\":939,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video2-1.jpg\",\"id\":938,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"258ce4a6\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"63536395\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"7b881b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a491e08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22c7760d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1119, 15, '_elementor_global_class_usage_indexed_preview', '1'),
(1120, 15, '_elementor_migrations_state_d2a1', '4.2.2:4.2.1:7648e729aae38c0825752571ace57347'),
(1131, 106, '_elementor_page_settings', 'a:0:{}'),
(6589, 565, '_wp_page_template', 'elementor_header_footer'),
(6590, 565, '_elementor_global_class_usage_indexed', '1'),
(6591, 565, '_elementor_edit_mode', 'builder'),
(6592, 565, '_elementor_template_type', 'wp-page'),
(6593, 565, '_elementor_version', '4.2.1'),
(6594, 565, '_elementor_pro_version', '4.2.1'),
(6595, 565, '_elementor_global_class_usage_indexed_preview', '1'),
(6596, 565, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6597, 565, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"call-to-action-section\"},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1134, 107, '_wp_page_template', 'elementor_header_footer'),
(1135, 107, '_elementor_global_class_usage_indexed', '1'),
(1136, 107, '_elementor_edit_mode', 'builder'),
(1137, 107, '_elementor_template_type', 'wp-page'),
(1138, 107, '_elementor_version', '4.2.1'),
(1139, 107, '_elementor_pro_version', '4.2.1'),
(1140, 107, '_elementor_global_class_usage_indexed_preview', '1'),
(1141, 107, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1142, 107, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"89055d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"68e7b84\",\"elType\":\"widget\",\"settings\":{\"pp_display_conditions\":[{\"_id\":\"f827b21\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"724ba30\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"pp-info-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"494d203\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false}]'),
(1144, 107, '_elementor_page_settings', 'a:0:{}'),
(1198, 112, '_wp_page_template', 'elementor_header_footer'),
(1199, 112, '_elementor_global_class_usage_indexed', '1'),
(1200, 112, '_elementor_edit_mode', 'builder'),
(1201, 112, '_elementor_template_type', 'wp-page'),
(1202, 112, '_elementor_version', '4.2.1'),
(1203, 112, '_elementor_pro_version', '4.2.1'),
(1204, 112, '_elementor_global_class_usage_indexed_preview', '1'),
(1205, 112, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1206, 112, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Research Use Only\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fast & Reliable Shipping\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Premium Quality\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1147, 108, '_wp_page_template', 'elementor_header_footer'),
(1148, 108, '_elementor_global_class_usage_indexed', '1'),
(1149, 108, '_elementor_edit_mode', 'builder'),
(1150, 108, '_elementor_template_type', 'wp-page'),
(1151, 108, '_elementor_version', '4.2.1'),
(1152, 108, '_elementor_pro_version', '4.2.1'),
(1153, 108, '_elementor_global_class_usage_indexed_preview', '1'),
(1154, 108, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1155, 108, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Research Use Only\",\"description_text\":\"For laboratory research purposes only.\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"_background_background\":\"classic\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Fast & Reliable Shipping\",\"description_text\":\"Quick processing and discreet delivery.\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"_background_background\":\"classic\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Premium Quality\",\"description_text\":\"High purity peptides you can trust.\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"_background_background\":\"classic\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ba5e458\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"3rd Party Lab Tested\",\"description_text\":\"Independent testing for purity and quality.\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"_background_background\":\"classic\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1212, 113, '_wp_page_template', 'elementor_header_footer'),
(1213, 113, '_elementor_global_class_usage_indexed', '1'),
(1214, 113, '_elementor_edit_mode', 'builder'),
(1215, 113, '_elementor_template_type', 'wp-page'),
(1216, 113, '_elementor_version', '4.2.1'),
(1217, 113, '_elementor_pro_version', '4.2.1'),
(1218, 113, '_elementor_global_class_usage_indexed_preview', '1'),
(1219, 113, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1220, 113, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Research Use Only\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fast & Reliable Shipping\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Premium Quality\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(6622, 567, '_wp_page_template', 'elementor_header_footer'),
(6623, 567, '_elementor_global_class_usage_indexed', '1'),
(6624, 567, '_elementor_edit_mode', 'builder'),
(6625, 567, '_elementor_template_type', 'wp-page'),
(6626, 567, '_elementor_version', '4.2.1'),
(6627, 567, '_elementor_pro_version', '4.2.1'),
(6628, 567, '_elementor_global_class_usage_indexed_preview', '1'),
(6629, 567, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6630, 567, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"call-to-action-section\"},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1169, 109, '_wp_attached_file', '2026/07/checkmark_16703458-1.svg'),
(1170, 109, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:481;s:5:\"width\";i:100;s:6:\"height\";i:100;}'),
(623, 69, '_wp_page_template', 'elementor_header_footer'),
(625, 69, '_elementor_global_class_usage_indexed', '1'),
(626, 69, '_elementor_edit_mode', 'builder'),
(627, 69, '_elementor_template_type', 'wp-page'),
(628, 69, '_elementor_version', '4.2.1'),
(629, 69, '_elementor_pro_version', '4.2.1'),
(630, 69, '_elementor_global_class_usage_indexed_preview', '1'),
(631, 69, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(632, 69, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}]},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 Done Right.\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(633, 69, '_elementor_page_settings', 'a:0:{}'),
(812, 81, '_wp_page_template', 'elementor_header_footer'),
(813, 81, '_elementor_global_class_usage_indexed', '1'),
(814, 81, '_elementor_edit_mode', 'builder'),
(815, 81, '_elementor_template_type', 'wp-page'),
(816, 81, '_elementor_version', '4.2.1'),
(817, 81, '_elementor_pro_version', '4.2.1'),
(818, 81, '_elementor_global_class_usage_indexed_preview', '1'),
(819, 81, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(820, 81, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(638, 70, '_elementor_global_class_usage_indexed', '1'),
(639, 70, '_elementor_edit_mode', 'builder'),
(173, 10, '_elementor_global_classes_order_preview', 'a:1:{s:5:\"order\";a:0:{}}'),
(174, 10, '_elementor_global_classes_labels_preview', 'a:0:{}'),
(175, 28, '_wp_page_template', 'default'),
(384, 49, '_elementor_source', 'post'),
(385, 49, '_elementor_edit_mode', 'builder'),
(386, 49, '_elementor_template_type', 'header'),
(387, 49, '_elementor_version', '4.2.1'),
(388, 49, '_elementor_pro_version', '4.2.1'),
(389, 49, '_elementor_global_class_usage_indexed', '1'),
(390, 49, '_elementor_global_class_usage_indexed_preview', '1'),
(280, 43, '_elementor_source', 'post'),
(281, 43, '_elementor_edit_mode', 'builder'),
(282, 43, '_elementor_template_type', 'header'),
(283, 43, '_elementor_version', '4.2.1'),
(284, 43, '_elementor_pro_version', '4.2.1'),
(285, 43, '_elementor_global_class_usage_indexed', '1'),
(286, 43, '_elementor_global_class_usage_indexed_preview', '1'),
(287, 43, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(288, 43, '_wp_page_template', 'default'),
(289, 43, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/modernhomecarehh\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/modernhomecarellc?fbclid=IwZXh0bgNhZW0CMTAAAR2vcF8ghFhyPcka4WAqv2s18S8Bmgs7v24ryKWPZSfs1S7ukdm-Tlgyn2Y_aem_wYugYGBVO_28k3uF4EikcA\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@modernhomecare\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor0\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(291, 43, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(296, 44, '_elementor_template_type', 'header'),
(297, 44, '_elementor_version', '4.2.1'),
(298, 44, '_elementor_pro_version', '4.2.1'),
(299, 44, '_elementor_global_class_usage_indexed', '1'),
(300, 44, '_elementor_global_class_usage_indexed_preview', '1'),
(301, 44, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(302, 44, '_wp_page_template', 'default'),
(303, 44, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/modernhomecarehh\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/modernhomecarellc?fbclid=IwZXh0bgNhZW0CMTAAAR2vcF8ghFhyPcka4WAqv2s18S8Bmgs7v24ryKWPZSfs1S7ukdm-Tlgyn2Y_aem_wYugYGBVO_28k3uF4EikcA\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@modernhomecare\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor0\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(305, 44, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(391, 49, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(392, 49, '_wp_page_template', 'default');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(393, 49, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor0\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(294, 44, '_elementor_source', 'post'),
(295, 44, '_elementor_edit_mode', 'builder'),
(179, 31, '_elementor_source', 'post'),
(180, 31, '_elementor_edit_mode', 'builder'),
(181, 31, '_elementor_template_type', 'footer'),
(182, 31, '_elementor_version', '4.2.1'),
(183, 31, '_elementor_pro_version', '4.2.1'),
(184, 31, '_elementor_global_class_usage_indexed', '1'),
(185, 31, '_elementor_global_class_usage_indexed_preview', '1'),
(186, 31, '_astra_content_layout_flag', 'disabled'),
(188, 31, 'ast-title-bar-display', 'disabled'),
(189, 31, 'ast-featured-img', 'disabled'),
(190, 31, 'ast-site-content-layout', 'full-width-container'),
(191, 31, 'site-sidebar-layout', 'no-sidebar'),
(214, 31, '_elementor_data', '[{\"id\":\"1597a23\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#1C2321\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"footer-section\"},\"elements\":[{\"id\":\"1897922d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"flex_wrap_tablet_extra\":\"wrap\",\"flex_wrap_tablet\":\"wrap\",\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3da8ba46\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5124848\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c6eccc4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"5211a9b\"}],\"pp_display_conditions\":[{\"_id\":\"35c2317\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"5f301d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"id\":885,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"start\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"76ec8ee\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51bd0feb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"pp_display_conditions\":[{\"_id\":\"dcc856e\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d488eb0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/thedrywallmanllc\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c336438\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"left\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"1a6cbc1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"1c3a92f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72167a63\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c44a237\",\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Projects\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8983035\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"14cf0c5\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"link_click\":\"inline\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"28510d2a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"7a83e2f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16eafa73\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Drywall Repair\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Installation\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"85e76bc\"},{\"text\":\"Ceiling Repair\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"62fce55\"},{\"text\":\"Water Damage\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1f46bf6\"},{\"text\":\"Texture Matching\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"06c5698\"},{\"text\":\"Commercial\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ef2db4\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"divider_color\":\"#DDDDDD14\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"61773337\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"background_color\":\"#0F3768\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_motion_fx_motion_fx_mouse\":\"yes\",\"border_color\":\"#223ba2\"},\"elements\":[{\"id\":\"9a41330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a9625b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Louisville, KY Business hours\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"f722a06\"},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4b4b839\"},{\"text\":\"Phone:(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel;(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d15a454\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65e7c706\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dd16a01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"space-between\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF12\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_justify_content_mobile_extra\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"12\",\"row\":\"12\",\"isLinked\":true,\"unit\":\"px\",\"size\":12},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4388b0f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\u00a9 2026 The Drywall Man LLC | Website by Aldo \\/ NUX Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_css_classes\":\"copyright-text\",\"pp_display_conditions\":[{\"_id\":\"5823320\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(193, 31, '_elementor_migrations_state_d2a1', '4.2.2:4.2.1:7648e729aae38c0825752571ace57347'),
(194, 31, '_edit_lock', '1786445114:1'),
(195, 10, '_elementor_global_classes_order', 'a:1:{s:5:\"order\";a:0:{}}'),
(196, 10, '_elementor_global_classes_labels', 'a:0:{}'),
(197, 10, '_elementor_global_classes_sync_to_v3', 'a:0:{}'),
(198, 32, '_elementor_source', 'post'),
(199, 32, '_elementor_edit_mode', 'builder'),
(200, 32, '_elementor_template_type', 'header'),
(201, 32, '_elementor_version', '4.2.1'),
(202, 32, '_elementor_pro_version', '4.2.1'),
(203, 32, '_elementor_global_class_usage_indexed', '1'),
(204, 32, '_elementor_global_class_usage_indexed_preview', '1'),
(205, 32, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(206, 32, '_wp_page_template', 'default');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(207, 32, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/modernhomecarehh\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/modernhomecarellc?fbclid=IwZXh0bgNhZW0CMTAAAR2vcF8ghFhyPcka4WAqv2s18S8Bmgs7v24ryKWPZSfs1S7ukdm-Tlgyn2Y_aem_wYugYGBVO_28k3uF4EikcA\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@modernhomecare\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor0\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"19ec461c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"6af7d7bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"row\",\"flex_justify_content_tablet\":\"flex-start\",\"flex_align_items_tablet_extra\":\"flex-start\"},\"elements\":[{\"id\":\"cea19e9\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"icon_align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6f870e42\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items_tablet_extra\":\"flex-end\"},\"elements\":[{\"id\":\"72879ba2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/cffhealthcare\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/cffhealthcare\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/cffhealthcare?_l=en_US\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/cffhealthcare\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"shape\":\"circle\",\"content_width\":\"full\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"539b5d79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\"},\"elements\":[{\"id\":\"74ce521a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"829b8a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"733682df\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_direction_mobile\":\"row-reverse\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_wrap_mobile\":\"nowrap\"},\"elements\":[{\"id\":\"6689f879\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"color_menu_item\":\"#1e293b\",\"color_menu_item_hover\":\"#00bfff\",\"color_menu_item_active\":\"#00bfff\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#48aaad\",\"color_dropdown_item_hover\":\"#1e293b\",\"background_color_dropdown_item_hover\":\"#00bfff\",\"color_dropdown_item_active\":\"#1e293b\",\"background_color_dropdown_item_active\":\"#00bfff\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#F0F5FA36\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#48aaad\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#1e293b\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1e293b\",\"mobile_sub_link_color\":\"#334155\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_hover\":\"#1e293b\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"},{\"id\":\"1808a984\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now \",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7634e13c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#48aaad\",\"background_overlay_color_b\":\"#1E293B52\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"css_classes\":\"header-breadcrumbs-section\"},\"elements\":[{\"id\":\"327c9e4d\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false},{\"id\":\"7c523676\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#121212\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"580019c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"776e865c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"pp_display_conditions\":[{\"_id\":\"5313b69\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"large\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"32e4686d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.<\\/p>\",\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"37d413f\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"349acf9c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"4d780dea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65d6a0ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Our Approach\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\"},{\"text\":\"Industries\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"428ddef\"},{\"text\":\"Practice Areas\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0786040\"},{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"45484e0\"},{\"text\":\"Free Checklists\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"616a050\"},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b46ba8d\"},{\"text\":\"Press\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ef98a52\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5358f118\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"7c241b48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23dbd872\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Direct:  XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5835ae86\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"40728819\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor2\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"10cca672\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7bb0aec\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"14a801d9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a89190d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Statement\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"Accessibility Statement\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc3708c\"}],\"space_between\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\",\"view\":\"inline\",\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(209, 32, '_elementor_page_settings', 'a:0:{}'),
(309, 13, '_elementor_global_class_usage_indexed', '1'),
(212, 28, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(213, 31, '_wp_page_template', 'default'),
(3302, 295, '_wp_attachment_context', 'site-icon'),
(3303, 295, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:46:\"2026/07/cropped-drywall-man-logo-preview-1.png\";s:8:\"filesize\";i:32909;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"cropped-drywall-man-logo-preview-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16040;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"cropped-drywall-man-logo-preview-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6477;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:46:\"cropped-drywall-man-logo-preview-1-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13664;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:46:\"cropped-drywall-man-logo-preview-1-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8559;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:46:\"cropped-drywall-man-logo-preview-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8059;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:44:\"cropped-drywall-man-logo-preview-1-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1270;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(3301, 295, '_wp_attached_file', '2026/07/cropped-drywall-man-logo-preview-1.png'),
(220, 34, '_wp_attached_file', '2026/07/svg-image-38-1.svg'),
(221, 34, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1282;s:5:\"width\";i:30;s:6:\"height\";i:10;}'),
(222, 34, '_elementor_source_image_hash', '9d496bca691472c41fe3fabe3af05c73562c7037'),
(223, 35, '_wp_attached_file', '2026/07/svg-image-42.svg'),
(224, 35, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:817;s:5:\"width\";i:18;s:6:\"height\";i:19;}'),
(225, 35, '_elementor_source_image_hash', 'a653a146bfe24d4966e9f8672df6f1a79452dbcd'),
(226, 36, '_wp_attached_file', '2026/07/svg-image-41.svg'),
(227, 36, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:873;s:5:\"width\";i:16;s:6:\"height\";i:17;}'),
(228, 36, '_elementor_source_image_hash', '5a711c0daadf7cfd8306bff29291571afc7aa410'),
(229, 37, '_wp_attached_file', '2026/07/svg-image-40.svg'),
(230, 37, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1663;s:5:\"width\";i:16;s:6:\"height\";i:17;}'),
(231, 37, '_elementor_source_image_hash', 'fae0abd3964f4155831002da0ab4fdabecffa75b'),
(232, 38, '_wp_attached_file', '2026/07/svg-image-39.svg'),
(233, 38, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1302;s:5:\"width\";i:22;s:6:\"height\";i:15;}'),
(234, 38, '_elementor_source_image_hash', '53852086947dbf6fd496ef128f17cf393afc333c'),
(458, 54, '_elementor_source', 'post'),
(459, 54, '_elementor_edit_mode', 'builder'),
(460, 54, '_elementor_template_type', 'header'),
(461, 54, '_elementor_version', '4.2.1'),
(462, 54, '_elementor_pro_version', '4.2.1'),
(463, 54, '_elementor_global_class_usage_indexed', '1'),
(464, 54, '_elementor_global_class_usage_indexed_preview', '1'),
(465, 54, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(466, 54, '_wp_page_template', 'default'),
(467, 54, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":53,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/drywall-man-logo.svg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor0\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(501, 57, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(402, 50, '_wp_attached_file', '2026/07/drywall-man-logo-preview.png'),
(403, 50, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1040;s:6:\"height\";i:280;s:4:\"file\";s:36:\"2026/07/drywall-man-logo-preview.png\";s:8:\"filesize\";i:23537;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"drywall-man-logo-preview-300x81.png\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9321;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"drywall-man-logo-preview-1024x276.png\";s:5:\"width\";i:1024;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32789;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"drywall-man-logo-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4721;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"drywall-man-logo-preview-768x207.png\";s:5:\"width\";i:768;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24625;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(970, 96, '_elementor_pro_version', '4.2.1'),
(971, 96, '_elementor_global_class_usage_indexed', '1'),
(972, 96, '_elementor_global_class_usage_indexed_preview', '1'),
(973, 96, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(974, 96, '_wp_page_template', 'default'),
(975, 96, '_elementor_data', '[{\"id\":\"1597a23\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#1C2321\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"footer-section\"},\"elements\":[{\"id\":\"1897922d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"flex_wrap_tablet_extra\":\"wrap\",\"flex_wrap_tablet\":\"wrap\",\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3da8ba46\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5124848\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c6eccc4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"5211a9b\"}],\"pp_display_conditions\":[{\"_id\":\"35c2317\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"33a1cc3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Drywall Man LLC\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"a5ec45d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51bd0feb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"pp_display_conditions\":[{\"_id\":\"dcc856e\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d488eb0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"1a6cbc1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"1c3a92f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72167a63\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"Shop\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c44a237\",\"__dynamic__\":[]},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8983035\"},{\"text\":\"Research Article\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"14cf0c5\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"28510d2a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"7a83e2f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16eafa73\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Your Account\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"85e76bc\"},{\"text\":\"Shipping & Returns\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"62fce55\"},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1f46bf6\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"06c5698\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"divider_color\":\"#DDDDDD14\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"61773337\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"background_color\":\"#0F3768\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_motion_fx_motion_fx_mouse\":\"yes\",\"border_color\":\"#223ba2\"},\"elements\":[{\"id\":\"9a41330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a9625b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"f722a06\"},{\"text\":\"support@pch.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:support@pch.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4b4b839\"},{\"text\":\"Phone:XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel;XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d15a454\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65e7c706\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dd16a01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"space-between\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF12\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"flex_justify_content_mobile_extra\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"12\",\"row\":\"12\",\"isLinked\":true,\"unit\":\"px\",\"size\":12},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4388b0f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 [copyright]. All Rights Reserved. Website Developed by <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"https:\\/\\/devrivo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Devrivo<\\/a><\\/span><\\/p>\",\"align\":\"start\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_css_classes\":\"copyright-text\",\"pp_display_conditions\":[{\"_id\":\"5823320\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19427b6f\",\"elType\":\"widget\",\"settings\":{\"pp_logos\":[{\"logo_image\":{\"id\":34,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-38-1.svg\"},\"_id\":\"73f6c2b\"},{\"logo_image\":{\"id\":35,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-42.svg\"},\"_id\":\"9a642a0\"},{\"logo_image\":{\"id\":36,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-41.svg\"},\"_id\":\"f00a718\"},{\"logo_image\":{\"id\":37,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-40.svg\"},\"_id\":\"a29b799\"},{\"logo_image\":{\"id\":38,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-39.svg\"},\"_id\":\"54f2b24\"}],\"columns\":\"5\",\"logos_vertical_align\":\"middle\",\"logos_width\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"logos_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logo_bg_background\":\"classic\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_css_classes\":\"footer-bottom-icon\",\"pp_display_conditions\":[{\"_id\":\"87b4cdd\",\"pp_condition_date_time_before_value\":\"2026-07-21 13:39\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"logo_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"columns_tablet\":\"5\",\"columns_mobile\":\"5\",\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"pp-logo-grid\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(966, 96, '_elementor_source', 'post'),
(967, 96, '_elementor_edit_mode', 'builder'),
(968, 96, '_elementor_template_type', 'footer'),
(969, 96, '_elementor_version', '4.2.1'),
(591, 65, '_wp_page_template', 'elementor_header_footer'),
(593, 65, '_elementor_global_class_usage_indexed', '1'),
(594, 65, '_elementor_edit_mode', 'builder'),
(575, 63, '_elementor_pro_version', '4.2.1'),
(576, 63, '_elementor_global_class_usage_indexed_preview', '1'),
(577, 63, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(578, 63, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}]},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(579, 63, '_elementor_page_settings', 'a:0:{}'),
(580, 64, '_wp_page_template', 'elementor_header_footer'),
(582, 64, '_elementor_global_class_usage_indexed', '1'),
(583, 64, '_elementor_edit_mode', 'builder'),
(584, 64, '_elementor_template_type', 'wp-page'),
(585, 64, '_elementor_version', '4.2.1'),
(586, 64, '_elementor_pro_version', '4.2.1'),
(587, 64, '_elementor_global_class_usage_indexed_preview', '1'),
(588, 64, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(589, 64, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}]},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(590, 64, '_elementor_page_settings', 'a:0:{}'),
(636, 70, '_wp_page_template', 'elementor_header_footer'),
(610, 68, '_wp_page_template', 'elementor_header_footer'),
(612, 68, '_elementor_global_class_usage_indexed', '1'),
(613, 68, '_elementor_edit_mode', 'builder'),
(614, 68, '_elementor_template_type', 'wp-page'),
(615, 68, '_elementor_version', '4.2.1'),
(616, 68, '_elementor_pro_version', '4.2.1'),
(617, 68, '_elementor_global_class_usage_indexed_preview', '1'),
(618, 68, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(619, 68, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}]},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 Done Right.\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(652, 71, '_wp_page_template', 'elementor_header_footer'),
(654, 71, '_elementor_global_class_usage_indexed', '1'),
(655, 71, '_elementor_edit_mode', 'builder'),
(656, 71, '_elementor_template_type', 'wp-page'),
(657, 71, '_elementor_version', '4.2.1'),
(658, 71, '_elementor_pro_version', '4.2.1'),
(659, 71, '_elementor_global_class_usage_indexed_preview', '1'),
(660, 71, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(661, 71, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}]},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 Done Right.\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(605, 66, '_edit_lock', '1785397872:1'),
(606, 66, '_wp_trash_meta_status', 'publish'),
(607, 66, '_wp_trash_meta_time', '1785397882'),
(608, 67, '_wp_trash_meta_status', 'publish'),
(609, 67, '_wp_trash_meta_time', '1785397900'),
(620, 68, '_elementor_page_settings', 'a:0:{}'),
(595, 65, '_elementor_template_type', 'wp-page'),
(596, 65, '_elementor_version', '4.2.1'),
(597, 65, '_elementor_pro_version', '4.2.1'),
(598, 65, '_elementor_global_class_usage_indexed_preview', '1'),
(599, 65, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(600, 65, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}]},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 Done Right.\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(536, 60, '_elementor_template_type', 'wp-page'),
(537, 60, '_elementor_version', '4.2.1'),
(538, 60, '_elementor_pro_version', '4.2.1'),
(539, 60, '_elementor_page_settings', 'a:0:{}'),
(540, 60, '_elementor_global_class_usage_indexed_preview', '1'),
(541, 60, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(544, 61, '_wp_page_template', 'elementor_header_footer'),
(546, 61, '_elementor_global_class_usage_indexed', '1'),
(547, 61, '_elementor_edit_mode', 'builder'),
(548, 61, '_elementor_template_type', 'wp-page'),
(549, 61, '_elementor_version', '4.2.1'),
(550, 61, '_elementor_pro_version', '4.2.1'),
(551, 61, '_elementor_global_class_usage_indexed_preview', '1'),
(552, 61, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(554, 61, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}]},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(569, 63, '_wp_page_template', 'elementor_header_footer'),
(571, 63, '_elementor_global_class_usage_indexed', '1'),
(572, 63, '_elementor_edit_mode', 'builder'),
(573, 63, '_elementor_template_type', 'wp-page'),
(440, 52, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(906, 88, '_elementor_page_settings', 'a:0:{}'),
(909, 89, '_wp_page_template', 'elementor_header_footer'),
(910, 89, '_elementor_global_class_usage_indexed', '1'),
(911, 89, '_elementor_edit_mode', 'builder'),
(912, 89, '_elementor_template_type', 'wp-page'),
(913, 89, '_elementor_version', '4.2.1'),
(914, 89, '_elementor_pro_version', '4.2.1'),
(915, 89, '_elementor_global_class_usage_indexed_preview', '1'),
(916, 89, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(917, 89, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(919, 89, '_elementor_page_settings', 'a:0:{}'),
(490, 57, '_elementor_source', 'post'),
(491, 57, '_elementor_edit_mode', 'builder'),
(492, 57, '_elementor_template_type', 'header'),
(493, 57, '_elementor_version', '4.2.1'),
(494, 57, '_elementor_pro_version', '4.2.1'),
(495, 57, '_elementor_global_class_usage_indexed', '1'),
(496, 57, '_elementor_global_class_usage_indexed_preview', '1'),
(497, 57, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(498, 57, '_wp_page_template', 'default'),
(499, 57, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":56,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/drywall-man-logo-preview-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor0\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(446, 13, '_elementor_edit_mode', 'builder'),
(447, 13, '_astra_content_layout_flag', 'disabled'),
(448, 13, 'ast-title-bar-display', 'disabled'),
(449, 13, '_elementor_template_type', 'wp-page'),
(450, 13, '_elementor_version', '4.2.2'),
(451, 13, '_elementor_pro_version', '4.2.1'),
(453, 13, '_elementor_global_class_usage_indexed_preview', '1'),
(454, 13, '_elementor_migrations_state_d2a1', '4.2.2:4.2.1:7648e729aae38c0825752571ace57347'),
(455, 53, '_wp_attached_file', '2026/07/drywall-man-logo.svg'),
(456, 53, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1143;s:5:\"width\";i:680;s:6:\"height\";i:140;}'),
(469, 54, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(976, 96, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(870, 85, '_elementor_page_settings', 'a:0:{}'),
(871, 86, '_wp_page_template', 'elementor_header_footer'),
(872, 86, '_elementor_global_class_usage_indexed', '1'),
(873, 86, '_elementor_edit_mode', 'builder'),
(874, 86, '_elementor_template_type', 'wp-page'),
(875, 86, '_elementor_version', '4.2.1'),
(876, 86, '_elementor_pro_version', '4.2.1'),
(877, 86, '_elementor_global_class_usage_indexed_preview', '1'),
(878, 86, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(879, 86, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(881, 86, '_elementor_page_settings', 'a:0:{}'),
(883, 87, '_elementor_global_class_usage_indexed', '1'),
(884, 87, '_elementor_edit_mode', 'builder'),
(885, 87, '_elementor_template_type', 'wp-page'),
(886, 87, '_elementor_version', '4.2.1'),
(887, 87, '_elementor_pro_version', '4.2.1'),
(888, 87, '_elementor_global_class_usage_indexed_preview', '1'),
(889, 87, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(890, 87, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(896, 88, '_wp_page_template', 'elementor_header_footer'),
(897, 88, '_elementor_global_class_usage_indexed', '1'),
(898, 88, '_elementor_edit_mode', 'builder'),
(899, 88, '_elementor_template_type', 'wp-page'),
(900, 88, '_elementor_version', '4.2.1'),
(901, 88, '_elementor_pro_version', '4.2.1'),
(902, 88, '_elementor_global_class_usage_indexed_preview', '1'),
(903, 88, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(904, 88, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(984, 97, '_wp_page_template', 'elementor_header_footer'),
(985, 97, '_elementor_global_class_usage_indexed', '1'),
(986, 97, '_elementor_edit_mode', 'builder'),
(987, 97, '_elementor_template_type', 'wp-page'),
(988, 97, '_elementor_version', '4.2.1'),
(989, 97, '_elementor_pro_version', '4.2.1'),
(990, 97, '_elementor_global_class_usage_indexed_preview', '1'),
(991, 97, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(992, 97, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false}]'),
(488, 56, '_wp_attached_file', '2026/07/drywall-man-logo-preview-1.png'),
(489, 56, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1043;s:6:\"height\";i:280;s:4:\"file\";s:38:\"2026/07/drywall-man-logo-preview-1.png\";s:8:\"filesize\";i:20679;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"drywall-man-logo-preview-1-300x81.png\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9582;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"drywall-man-logo-preview-1-1024x275.png\";s:5:\"width\";i:1024;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33322;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"drywall-man-logo-preview-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5750;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"drywall-man-logo-preview-1-768x206.png\";s:5:\"width\";i:768;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25573;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(515, 58, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(3426, 305, '_elementor_source', 'post'),
(3391, 303, '_elementor_source', 'post'),
(3392, 303, '_elementor_edit_mode', 'builder'),
(3393, 303, '_elementor_template_type', 'header'),
(3394, 303, '_elementor_version', '4.2.1'),
(3395, 303, '_elementor_pro_version', '4.2.1'),
(3396, 303, '_elementor_global_class_usage_indexed', '1'),
(3397, 303, '_elementor_global_class_usage_indexed_preview', '1'),
(3398, 303, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3399, 303, '_wp_page_template', 'default');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3400, 303, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":56,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/drywall-man-logo-preview-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor0\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(574, 63, '_elementor_version', '4.2.1'),
(836, 82, '_elementor_page_settings', 'a:0:{}'),
(837, 83, '_wp_page_template', 'elementor_header_footer'),
(838, 83, '_elementor_global_class_usage_indexed', '1'),
(839, 83, '_elementor_edit_mode', 'builder'),
(840, 83, '_elementor_template_type', 'wp-page'),
(841, 83, '_elementor_version', '4.2.1'),
(842, 83, '_elementor_pro_version', '4.2.1'),
(843, 83, '_elementor_global_class_usage_indexed_preview', '1'),
(844, 83, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(845, 83, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(847, 83, '_elementor_page_settings', 'a:0:{}'),
(848, 84, '_wp_page_template', 'elementor_header_footer'),
(849, 84, '_elementor_global_class_usage_indexed', '1'),
(850, 84, '_elementor_edit_mode', 'builder'),
(851, 84, '_elementor_template_type', 'wp-page'),
(852, 84, '_elementor_version', '4.2.1'),
(853, 84, '_elementor_pro_version', '4.2.1'),
(854, 84, '_elementor_global_class_usage_indexed_preview', '1'),
(855, 84, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(856, 84, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(882, 87, '_wp_page_template', 'elementor_header_footer'),
(860, 85, '_wp_page_template', 'elementor_header_footer'),
(861, 85, '_elementor_global_class_usage_indexed', '1'),
(862, 85, '_elementor_edit_mode', 'builder'),
(863, 85, '_elementor_template_type', 'wp-page'),
(864, 85, '_elementor_version', '4.2.1'),
(865, 85, '_elementor_pro_version', '4.2.1'),
(866, 85, '_elementor_global_class_usage_indexed_preview', '1'),
(867, 85, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(868, 85, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(521, 59, '_wp_page_template', 'elementor_header_footer'),
(523, 59, '_elementor_global_class_usage_indexed', '1'),
(524, 59, '_elementor_edit_mode', 'builder'),
(525, 59, '_elementor_template_type', 'wp-page'),
(526, 59, '_elementor_version', '4.2.1'),
(527, 59, '_elementor_pro_version', '4.2.1'),
(528, 59, '_elementor_page_settings', 'a:0:{}'),
(529, 59, '_elementor_global_class_usage_indexed_preview', '1'),
(530, 59, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(532, 60, '_wp_page_template', 'elementor_header_footer'),
(534, 60, '_elementor_global_class_usage_indexed', '1'),
(535, 60, '_elementor_edit_mode', 'builder'),
(504, 58, '_elementor_source', 'post'),
(505, 58, '_elementor_edit_mode', 'builder'),
(506, 58, '_elementor_template_type', 'header'),
(507, 58, '_elementor_version', '4.2.1'),
(508, 58, '_elementor_pro_version', '4.2.1'),
(509, 58, '_elementor_global_class_usage_indexed', '1'),
(510, 58, '_elementor_global_class_usage_indexed_preview', '1'),
(511, 58, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(512, 58, '_wp_page_template', 'default'),
(513, 58, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":56,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/drywall-man-logo-preview-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor0\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(254, 41, '_elementor_source', 'post'),
(255, 41, '_elementor_edit_mode', 'builder'),
(256, 41, '_elementor_template_type', 'footer'),
(257, 41, '_elementor_version', '4.2.1'),
(258, 41, '_elementor_pro_version', '4.2.1'),
(259, 41, '_elementor_global_class_usage_indexed', '1'),
(260, 41, '_elementor_global_class_usage_indexed_preview', '1'),
(261, 41, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(262, 41, '_wp_page_template', 'default'),
(263, 41, '_elementor_data', '[]'),
(265, 41, '_elementor_page_settings', 'a:0:{}'),
(346, 47, '_elementor_source', 'post'),
(347, 47, '_elementor_edit_mode', 'builder'),
(348, 47, '_elementor_template_type', 'footer'),
(349, 47, '_elementor_version', '4.2.1'),
(350, 47, '_elementor_pro_version', '4.2.1'),
(351, 47, '_elementor_global_class_usage_indexed', '1'),
(352, 47, '_elementor_global_class_usage_indexed_preview', '1'),
(353, 47, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(330, 46, '_elementor_source', 'post'),
(331, 46, '_elementor_edit_mode', 'builder'),
(332, 46, '_elementor_template_type', 'footer'),
(333, 46, '_elementor_version', '4.2.1'),
(334, 46, '_elementor_pro_version', '4.2.1'),
(335, 46, '_elementor_global_class_usage_indexed', '1'),
(336, 46, '_elementor_global_class_usage_indexed_preview', '1'),
(337, 46, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(338, 46, '_wp_page_template', 'default');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(339, 46, '_elementor_data', '[{\"id\":\"1597a23\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#002B54\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"footer-section\"},\"elements\":[{\"id\":\"1897922d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"flex_wrap_tablet_extra\":\"wrap\",\"flex_wrap_tablet\":\"wrap\",\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3da8ba46\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5124848\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c6eccc4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"5211a9b\"}],\"pp_display_conditions\":[{\"_id\":\"35c2317\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d79a07a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":33,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/PCH-Logo.png\"},\"image_size\":\"full\",\"align\":\"start\",\"space\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"254b0e1\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"906f6a8\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51bd0feb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Research, Empowering Discovery . Precision. Quality. Reliability.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"pp_display_conditions\":[{\"_id\":\"dcc856e\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a6cbc1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"1c3a92f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72167a63\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"Shop\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c44a237\",\"__dynamic__\":[]},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8983035\"},{\"text\":\"Research Article\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"14cf0c5\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"28510d2a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"7a83e2f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16eafa73\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Your Account\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"85e76bc\"},{\"text\":\"Shipping & Returns\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"62fce55\"},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1f46bf6\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"06c5698\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"divider_color\":\"#DDDDDD14\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"61773337\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"background_color\":\"#0F3768\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_motion_fx_motion_fx_mouse\":\"yes\",\"border_color\":\"#223ba2\"},\"elements\":[{\"id\":\"9a41330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a9625b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"f722a06\"},{\"text\":\"support@pch.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:support@pch.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4b4b839\"},{\"text\":\"Phone:XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel;XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d15a454\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65e7c706\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dd16a01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"space-between\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF12\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"flex_justify_content_mobile_extra\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"12\",\"row\":\"12\",\"isLinked\":true,\"unit\":\"px\",\"size\":12},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4388b0f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 [copyright]. All Rights Reserved. Website Developed by <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"https:\\/\\/devrivo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Devrivo<\\/a><\\/span><\\/p>\",\"align\":\"start\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_css_classes\":\"copyright-text\",\"pp_display_conditions\":[{\"_id\":\"5823320\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19427b6f\",\"elType\":\"widget\",\"settings\":{\"pp_logos\":[{\"logo_image\":{\"id\":34,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-38-1.svg\"},\"_id\":\"73f6c2b\"},{\"logo_image\":{\"id\":35,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-42.svg\"},\"_id\":\"9a642a0\"},{\"logo_image\":{\"id\":36,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-41.svg\"},\"_id\":\"f00a718\"},{\"logo_image\":{\"id\":37,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-40.svg\"},\"_id\":\"a29b799\"},{\"logo_image\":{\"id\":38,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-39.svg\"},\"_id\":\"54f2b24\"}],\"columns\":\"5\",\"logos_vertical_align\":\"middle\",\"logos_width\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"logos_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logo_bg_background\":\"classic\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_css_classes\":\"footer-bottom-icon\",\"pp_display_conditions\":[{\"_id\":\"87b4cdd\",\"pp_condition_date_time_before_value\":\"2026-07-21 13:39\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"logo_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"columns_tablet\":\"5\",\"columns_mobile\":\"5\",\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"pp-logo-grid\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(314, 45, '_elementor_source', 'post'),
(315, 45, '_elementor_edit_mode', 'builder'),
(316, 45, '_elementor_template_type', 'footer'),
(317, 45, '_elementor_version', '4.2.1'),
(318, 45, '_elementor_pro_version', '4.2.1'),
(319, 45, '_elementor_global_class_usage_indexed', '1'),
(320, 45, '_elementor_global_class_usage_indexed_preview', '1'),
(321, 45, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(322, 45, '_wp_page_template', 'default'),
(323, 45, '_elementor_data', '[{\"id\":\"1597a23\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#002B54\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"footer-section\"},\"elements\":[{\"id\":\"1897922d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"flex_wrap_tablet_extra\":\"wrap\",\"flex_wrap_tablet\":\"wrap\",\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3da8ba46\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5124848\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c6eccc4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"5211a9b\"}],\"pp_display_conditions\":[{\"_id\":\"35c2317\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d79a07a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":33,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/PCH-Logo.png\"},\"image_size\":\"full\",\"align\":\"start\",\"space\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"254b0e1\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"906f6a8\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51bd0feb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Research, Empowering Discovery . Precision. Quality. Reliability.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"pp_display_conditions\":[{\"_id\":\"dcc856e\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a6cbc1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"1c3a92f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72167a63\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/pch\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Shop\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c44a237\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/pch\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[]},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8983035\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/pch\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Research Article\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/pch\\/research-article\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"14cf0c5\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"28510d2a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"7a83e2f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16eafa73\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/pch\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Your Account\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"85e76bc\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/pch\\/my-account\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Shipping & Returns\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"62fce55\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/pch\\/shipping-returns\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1f46bf6\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/pch\\/terms-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"06c5698\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/pch\\/privacy-policy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"divider_color\":\"#DDDDDD14\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"61773337\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"background_color\":\"#0F3768\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_motion_fx_motion_fx_mouse\":\"yes\",\"border_color\":\"#223ba2\"},\"elements\":[{\"id\":\"9a41330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a9625b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"f722a06\"},{\"text\":\"support@pch.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:support@pch.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4b4b839\"},{\"text\":\"Phone:XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel;XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d15a454\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65e7c706\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dd16a01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"space-between\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF12\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"flex_justify_content_mobile_extra\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"12\",\"row\":\"12\",\"isLinked\":true,\"unit\":\"px\",\"size\":12},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4388b0f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 [copyright]. All Rights Reserved. Website Developed by <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"https:\\/\\/devrivo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Devrivo<\\/a><\\/span><\\/p>\",\"align\":\"start\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_css_classes\":\"copyright-text\",\"pp_display_conditions\":[{\"_id\":\"5823320\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19427b6f\",\"elType\":\"widget\",\"settings\":{\"pp_logos\":[{\"logo_image\":{\"id\":34,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-38-1.svg\"},\"_id\":\"73f6c2b\"},{\"logo_image\":{\"id\":35,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-42.svg\"},\"_id\":\"9a642a0\"},{\"logo_image\":{\"id\":36,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-41.svg\"},\"_id\":\"f00a718\"},{\"logo_image\":{\"id\":37,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-40.svg\"},\"_id\":\"a29b799\"},{\"logo_image\":{\"id\":38,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-39.svg\"},\"_id\":\"54f2b24\"}],\"columns\":\"5\",\"logos_vertical_align\":\"middle\",\"logos_width\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"logos_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logo_bg_background\":\"classic\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_css_classes\":\"footer-bottom-icon\",\"pp_display_conditions\":[{\"_id\":\"87b4cdd\",\"pp_condition_date_time_before_value\":\"2026-07-21 13:39\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"logo_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"columns_tablet\":\"5\",\"columns_mobile\":\"5\",\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"pp-logo-grid\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(266, 42, '_elementor_source', 'post'),
(267, 42, '_elementor_edit_mode', 'builder'),
(268, 42, '_elementor_template_type', 'footer'),
(269, 42, '_elementor_version', '4.2.1'),
(270, 42, '_elementor_pro_version', '4.2.1'),
(271, 42, '_elementor_global_class_usage_indexed', '1'),
(272, 42, '_elementor_global_class_usage_indexed_preview', '1'),
(273, 42, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(274, 42, '_wp_page_template', 'default');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(275, 42, '_elementor_data', '[{\"id\":\"1597a23\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#002B54\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"footer-section\"},\"elements\":[{\"id\":\"1897922d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"flex_wrap_tablet_extra\":\"wrap\",\"flex_wrap_tablet\":\"wrap\",\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3da8ba46\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5124848\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c6eccc4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"5211a9b\"}],\"pp_display_conditions\":[{\"_id\":\"35c2317\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1d79a07a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":33,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/PCH-Logo.png\"},\"image_size\":\"full\",\"align\":\"start\",\"space\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"254b0e1\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"906f6a8\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51bd0feb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Research, Empowering Discovery . Precision. Quality. Reliability.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"pp_display_conditions\":[{\"_id\":\"dcc856e\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a6cbc1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"1c3a92f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72167a63\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/pch\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Shop\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c44a237\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/pch\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[]},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8983035\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/pch\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Research Article\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/pch\\/research-article\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"14cf0c5\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"28510d2a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"7a83e2f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16eafa73\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/pch\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Your Account\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"85e76bc\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/pch\\/my-account\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Shipping & Returns\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"62fce55\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/pch\\/shipping-returns\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1f46bf6\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/pch\\/terms-conditions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"06c5698\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/pch\\/privacy-policy\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"divider_color\":\"#DDDDDD14\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"61773337\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"background_color\":\"#0F3768\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_motion_fx_motion_fx_mouse\":\"yes\",\"border_color\":\"#223ba2\"},\"elements\":[{\"id\":\"9a41330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a9625b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"f722a06\"},{\"text\":\"support@pch.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:support@pch.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4b4b839\"},{\"text\":\"Phone:XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel;XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d15a454\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d3827ec\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"flex_wrap_tablet_extra\":\"wrap\",\"flex_wrap_tablet\":\"wrap\",\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"49751c84\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5124848\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c6eccc4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"5211a9b\"}],\"pp_display_conditions\":[{\"_id\":\"35c2317\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF12\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d061f73\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong><em>Disclaimer:<\\/em><\\/strong> All products are sold strictly for laboratory research purposes only and are not intended for human or veterinary use, consumption, therapeutic, or diagnostic applications. By purchasing, you confirm that you are legally permitted to handle these materials in compliance with all applicable laws and regulations. PCH disclaims all liability for misuse, improper handling, or regulatory non-compliance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"pp_display_conditions\":[{\"_id\":\"dcc856e\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"__globals__\":{\"text_color\":\"\"},\"typography_font_family\":\"Poppins\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65e7c706\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dd16a01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"space-between\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF12\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"flex_justify_content_mobile_extra\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"12\",\"row\":\"12\",\"isLinked\":true,\"unit\":\"px\",\"size\":12},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4388b0f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 [copyright]. All Rights Reserved. Website Developed by <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"https:\\/\\/devrivo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Devrivo<\\/a><\\/span><\\/p>\",\"align\":\"start\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_css_classes\":\"copyright-text\",\"pp_display_conditions\":[{\"_id\":\"5823320\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19427b6f\",\"elType\":\"widget\",\"settings\":{\"pp_logos\":[{\"logo_image\":{\"id\":34,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-38-1.svg\"},\"_id\":\"73f6c2b\"},{\"logo_image\":{\"id\":35,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-42.svg\"},\"_id\":\"9a642a0\"},{\"logo_image\":{\"id\":36,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-41.svg\"},\"_id\":\"f00a718\"},{\"logo_image\":{\"id\":37,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-40.svg\"},\"_id\":\"a29b799\"},{\"logo_image\":{\"id\":38,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-39.svg\"},\"_id\":\"54f2b24\"}],\"columns\":\"5\",\"logos_vertical_align\":\"middle\",\"logos_width\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"logos_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logo_bg_background\":\"classic\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_css_classes\":\"footer-bottom-icon\",\"pp_display_conditions\":[{\"_id\":\"87b4cdd\",\"pp_condition_date_time_before_value\":\"2026-07-21 13:39\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"logo_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"columns_tablet\":\"5\",\"columns_mobile\":\"5\",\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"pp-logo-grid\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(279, 31, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(429, 52, '_elementor_source', 'post'),
(430, 52, '_elementor_edit_mode', 'builder'),
(431, 52, '_elementor_template_type', 'header'),
(432, 52, '_elementor_version', '4.2.1'),
(433, 52, '_elementor_pro_version', '4.2.1'),
(434, 52, '_elementor_global_class_usage_indexed', '1'),
(435, 52, '_elementor_global_class_usage_indexed_preview', '1'),
(436, 52, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(437, 52, '_wp_page_template', 'default'),
(438, 52, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":50,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/drywall-man-logo-preview.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor0\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false}]'),
(325, 45, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(3285, 294, '_elementor_source', 'post'),
(3286, 294, '_elementor_edit_mode', 'builder'),
(3269, 293, '_elementor_source', 'post'),
(3270, 293, '_elementor_edit_mode', 'builder'),
(3271, 293, '_elementor_template_type', 'footer'),
(3272, 293, '_elementor_version', '4.2.1'),
(3273, 293, '_elementor_pro_version', '4.2.1'),
(3274, 293, '_elementor_global_class_usage_indexed', '1'),
(3275, 293, '_elementor_global_class_usage_indexed_preview', '1'),
(3276, 293, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(956, 92, '_wp_trash_meta_status', 'publish'),
(957, 92, '_wp_trash_meta_time', '1785398291'),
(958, 93, '_edit_lock', '1785398310:1'),
(959, 93, '_wp_trash_meta_status', 'publish'),
(960, 93, '_wp_trash_meta_time', '1785398321'),
(961, 94, '_wp_trash_meta_status', 'publish'),
(962, 94, '_wp_trash_meta_time', '1785398346'),
(963, 95, '_edit_lock', '1785398432:1'),
(964, 95, '_wp_trash_meta_status', 'publish'),
(965, 95, '_wp_trash_meta_time', '1785398433'),
(341, 46, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(354, 47, '_wp_page_template', 'default');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(355, 47, '_elementor_data', '[{\"id\":\"1597a23\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#002B54\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"footer-section\"},\"elements\":[{\"id\":\"1897922d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"flex_wrap_tablet_extra\":\"wrap\",\"flex_wrap_tablet\":\"wrap\",\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3da8ba46\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5124848\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c6eccc4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"5211a9b\"}],\"pp_display_conditions\":[{\"_id\":\"35c2317\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"33a1cc3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Drywall Man LLC\\n\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"a5ec45d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51bd0feb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Research, Empowering Discovery . Precision. Quality. Reliability.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"pp_display_conditions\":[{\"_id\":\"dcc856e\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a6cbc1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"1c3a92f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72167a63\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"Shop\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c44a237\",\"__dynamic__\":[]},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8983035\"},{\"text\":\"Research Article\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"14cf0c5\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"28510d2a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"7a83e2f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16eafa73\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Your Account\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"85e76bc\"},{\"text\":\"Shipping & Returns\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"62fce55\"},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1f46bf6\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"06c5698\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"divider_color\":\"#DDDDDD14\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"61773337\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"background_color\":\"#0F3768\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_motion_fx_motion_fx_mouse\":\"yes\",\"border_color\":\"#223ba2\"},\"elements\":[{\"id\":\"9a41330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a9625b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"f722a06\"},{\"text\":\"support@pch.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:support@pch.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4b4b839\"},{\"text\":\"Phone:XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel;XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d15a454\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65e7c706\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dd16a01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"space-between\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF12\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"flex_justify_content_mobile_extra\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"12\",\"row\":\"12\",\"isLinked\":true,\"unit\":\"px\",\"size\":12},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4388b0f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 [copyright]. All Rights Reserved. Website Developed by <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"https:\\/\\/devrivo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Devrivo<\\/a><\\/span><\\/p>\",\"align\":\"start\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_css_classes\":\"copyright-text\",\"pp_display_conditions\":[{\"_id\":\"5823320\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19427b6f\",\"elType\":\"widget\",\"settings\":{\"pp_logos\":[{\"logo_image\":{\"id\":34,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-38-1.svg\"},\"_id\":\"73f6c2b\"},{\"logo_image\":{\"id\":35,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-42.svg\"},\"_id\":\"9a642a0\"},{\"logo_image\":{\"id\":36,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-41.svg\"},\"_id\":\"f00a718\"},{\"logo_image\":{\"id\":37,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-40.svg\"},\"_id\":\"a29b799\"},{\"logo_image\":{\"id\":38,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-39.svg\"},\"_id\":\"54f2b24\"}],\"columns\":\"5\",\"logos_vertical_align\":\"middle\",\"logos_width\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"logos_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logo_bg_background\":\"classic\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_css_classes\":\"footer-bottom-icon\",\"pp_display_conditions\":[{\"_id\":\"87b4cdd\",\"pp_condition_date_time_before_value\":\"2026-07-21 13:39\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"logo_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"columns_tablet\":\"5\",\"columns_mobile\":\"5\",\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"pp-logo-grid\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3287, 294, '_elementor_template_type', 'footer'),
(3288, 294, '_elementor_version', '4.2.1'),
(3289, 294, '_elementor_pro_version', '4.2.1'),
(3290, 294, '_elementor_global_class_usage_indexed', '1'),
(3291, 294, '_elementor_global_class_usage_indexed_preview', '1'),
(3292, 294, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3293, 294, '_wp_page_template', 'default'),
(3294, 294, '_elementor_data', '[{\"id\":\"1597a23\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#1C2321\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"footer-section\"},\"elements\":[{\"id\":\"1897922d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"flex_wrap_tablet_extra\":\"wrap\",\"flex_wrap_tablet\":\"wrap\",\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3da8ba46\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5124848\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c6eccc4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"5211a9b\"}],\"pp_display_conditions\":[{\"_id\":\"35c2317\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"33a1cc3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Drywall Man LLC\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"a5ec45d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51bd0feb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"pp_display_conditions\":[{\"_id\":\"dcc856e\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d488eb0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"1a6cbc1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"1c3a92f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72167a63\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c44a237\",\"__dynamic__\":[]},{\"text\":\"Projects\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8983035\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"14cf0c5\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"28510d2a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"7a83e2f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16eafa73\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Drywall Repair\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Installation\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"85e76bc\"},{\"text\":\"Ceiling Repair\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"62fce55\"},{\"text\":\"Water Damage\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1f46bf6\"},{\"text\":\"Texture Matching\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"06c5698\"},{\"text\":\"Commercial\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ef2db4\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"divider_color\":\"#DDDDDD14\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"61773337\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"background_color\":\"#0F3768\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_motion_fx_motion_fx_mouse\":\"yes\",\"border_color\":\"#223ba2\"},\"elements\":[{\"id\":\"9a41330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a9625b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Louisville, KY Business hours\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"f722a06\"},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4b4b839\"},{\"text\":\"Phone:(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel;(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d15a454\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65e7c706\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dd16a01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"space-between\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF12\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_justify_content_mobile_extra\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"12\",\"row\":\"12\",\"isLinked\":true,\"unit\":\"px\",\"size\":12},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4388b0f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 [copyright]. All Rights Reserved. Website Developed by <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"https:\\/\\/devrivo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Devrivo<\\/a><\\/span><\\/p>\",\"align\":\"start\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_css_classes\":\"copyright-text\",\"pp_display_conditions\":[{\"_id\":\"5823320\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(366, 48, '_elementor_source', 'post'),
(367, 48, '_elementor_edit_mode', 'builder'),
(368, 48, '_elementor_template_type', 'footer'),
(369, 48, '_elementor_version', '4.2.1'),
(370, 48, '_elementor_pro_version', '4.2.1'),
(371, 48, '_elementor_global_class_usage_indexed', '1'),
(372, 48, '_elementor_global_class_usage_indexed_preview', '1'),
(373, 48, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(374, 48, '_wp_page_template', 'default');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(375, 48, '_elementor_data', '[{\"id\":\"1597a23\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#002B54\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"footer-section\"},\"elements\":[{\"id\":\"1897922d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"flex_wrap_tablet_extra\":\"wrap\",\"flex_wrap_tablet\":\"wrap\",\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3da8ba46\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5124848\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c6eccc4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"5211a9b\"}],\"pp_display_conditions\":[{\"_id\":\"35c2317\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"33a1cc3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Drywall Man LLC\\n\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"a5ec45d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51bd0feb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"pp_display_conditions\":[{\"_id\":\"dcc856e\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d488eb0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"1a6cbc1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"1c3a92f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72167a63\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"Shop\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c44a237\",\"__dynamic__\":[]},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8983035\"},{\"text\":\"Research Article\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"14cf0c5\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"28510d2a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"7a83e2f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16eafa73\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Your Account\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"85e76bc\"},{\"text\":\"Shipping & Returns\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"62fce55\"},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1f46bf6\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"06c5698\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"divider_color\":\"#DDDDDD14\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"61773337\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"background_color\":\"#0F3768\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_motion_fx_motion_fx_mouse\":\"yes\",\"border_color\":\"#223ba2\"},\"elements\":[{\"id\":\"9a41330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a9625b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"f722a06\"},{\"text\":\"support@pch.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:support@pch.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4b4b839\"},{\"text\":\"Phone:XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel;XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d15a454\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65e7c706\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dd16a01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"space-between\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF12\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"flex_justify_content_mobile_extra\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"12\",\"row\":\"12\",\"isLinked\":true,\"unit\":\"px\",\"size\":12},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4388b0f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 [copyright]. All Rights Reserved. Website Developed by <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"https:\\/\\/devrivo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Devrivo<\\/a><\\/span><\\/p>\",\"align\":\"start\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_css_classes\":\"copyright-text\",\"pp_display_conditions\":[{\"_id\":\"5823320\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19427b6f\",\"elType\":\"widget\",\"settings\":{\"pp_logos\":[{\"logo_image\":{\"id\":34,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-38-1.svg\"},\"_id\":\"73f6c2b\"},{\"logo_image\":{\"id\":35,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-42.svg\"},\"_id\":\"9a642a0\"},{\"logo_image\":{\"id\":36,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-41.svg\"},\"_id\":\"f00a718\"},{\"logo_image\":{\"id\":37,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-40.svg\"},\"_id\":\"a29b799\"},{\"logo_image\":{\"id\":38,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-39.svg\"},\"_id\":\"54f2b24\"}],\"columns\":\"5\",\"logos_vertical_align\":\"middle\",\"logos_width\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"logos_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logo_bg_background\":\"classic\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_css_classes\":\"footer-bottom-icon\",\"pp_display_conditions\":[{\"_id\":\"87b4cdd\",\"pp_condition_date_time_before_value\":\"2026-07-21 13:39\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"logo_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"columns_tablet\":\"5\",\"columns_mobile\":\"5\",\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"pp-logo-grid\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(363, 25, '_elementor_global_class_usage_indexed', '1'),
(357, 47, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(3277, 293, '_wp_page_template', 'default'),
(3278, 293, '_elementor_data', '[{\"id\":\"1597a23\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#1C2321\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"footer-section\"},\"elements\":[{\"id\":\"1897922d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"flex_wrap_tablet_extra\":\"wrap\",\"flex_wrap_tablet\":\"wrap\",\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3da8ba46\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5124848\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c6eccc4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"5211a9b\"}],\"pp_display_conditions\":[{\"_id\":\"35c2317\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"33a1cc3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Drywall Man LLC\\n\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"a5ec45d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51bd0feb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"pp_display_conditions\":[{\"_id\":\"dcc856e\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d488eb0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"1a6cbc1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"1c3a92f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72167a63\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c44a237\",\"__dynamic__\":[]},{\"text\":\"Projects\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8983035\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"14cf0c5\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"28510d2a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"7a83e2f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16eafa73\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Drywall Repair\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Installation\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"85e76bc\"},{\"text\":\"Ceiling Repair\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"62fce55\"},{\"text\":\"Water Damage\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1f46bf6\"},{\"text\":\"Texture Matching\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"06c5698\"},{\"text\":\"Commercial\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ef2db4\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"divider_color\":\"#DDDDDD14\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"61773337\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"background_color\":\"#0F3768\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_motion_fx_motion_fx_mouse\":\"yes\",\"border_color\":\"#223ba2\"},\"elements\":[{\"id\":\"9a41330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a9625b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Louisville, KY Business hours\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"f722a06\"},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4b4b839\"},{\"text\":\"Phone:(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel;(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d15a454\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65e7c706\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dd16a01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"space-between\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF12\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"flex_justify_content_mobile_extra\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"12\",\"row\":\"12\",\"isLinked\":true,\"unit\":\"px\",\"size\":12},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4388b0f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 [copyright]. All Rights Reserved. Website Developed by <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"https:\\/\\/devrivo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Devrivo<\\/a><\\/span><\\/p>\",\"align\":\"start\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_css_classes\":\"copyright-text\",\"pp_display_conditions\":[{\"_id\":\"5823320\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19427b6f\",\"elType\":\"widget\",\"settings\":{\"pp_logos\":[{\"logo_image\":{\"id\":34,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-38-1.svg\"},\"_id\":\"73f6c2b\"},{\"logo_image\":{\"id\":35,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-42.svg\"},\"_id\":\"9a642a0\"},{\"logo_image\":{\"id\":36,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-41.svg\"},\"_id\":\"f00a718\"},{\"logo_image\":{\"id\":37,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-40.svg\"},\"_id\":\"a29b799\"},{\"logo_image\":{\"id\":38,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-39.svg\"},\"_id\":\"54f2b24\"}],\"columns\":\"5\",\"logos_vertical_align\":\"middle\",\"logos_width\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"logos_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logo_bg_background\":\"classic\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_css_classes\":\"footer-bottom-icon\",\"pp_display_conditions\":[{\"_id\":\"87b4cdd\",\"pp_condition_date_time_before_value\":\"2026-07-21 13:39\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"logo_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"columns_tablet\":\"5\",\"columns_mobile\":\"5\",\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"pp-logo-grid\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(938, 91, '_elementor_source', 'post'),
(939, 91, '_elementor_edit_mode', 'builder'),
(940, 91, '_elementor_template_type', 'footer'),
(941, 91, '_elementor_version', '4.2.1'),
(942, 91, '_elementor_pro_version', '4.2.1'),
(943, 91, '_elementor_global_class_usage_indexed', '1'),
(944, 91, '_elementor_global_class_usage_indexed_preview', '1'),
(945, 91, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(946, 91, '_wp_page_template', 'default');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(947, 91, '_elementor_data', '[{\"id\":\"1597a23\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#1C2321\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"footer-section\"},\"elements\":[{\"id\":\"1897922d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"flex_wrap_tablet_extra\":\"wrap\",\"flex_wrap_tablet\":\"wrap\",\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3da8ba46\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5124848\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c6eccc4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"5211a9b\"}],\"pp_display_conditions\":[{\"_id\":\"35c2317\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"33a1cc3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Drywall Man LLC\\n\",\"header_size\":\"h3\",\"pp_display_conditions\":[{\"_id\":\"a5ec45d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51bd0feb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"pp_display_conditions\":[{\"_id\":\"dcc856e\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d488eb0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"1a6cbc1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"1c3a92f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72167a63\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"Shop\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c44a237\",\"__dynamic__\":[]},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8983035\"},{\"text\":\"Research Article\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"14cf0c5\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"28510d2a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"7a83e2f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Support\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16eafa73\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Your Account\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"85e76bc\"},{\"text\":\"Shipping & Returns\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"62fce55\"},{\"text\":\"Terms & Conditions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1f46bf6\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"06c5698\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"divider_color\":\"#DDDDDD14\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"61773337\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"background_color\":\"#0F3768\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_motion_fx_motion_fx_mouse\":\"yes\",\"border_color\":\"#223ba2\"},\"elements\":[{\"id\":\"9a41330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a9625b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"f722a06\"},{\"text\":\"support@pch.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:support@pch.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4b4b839\"},{\"text\":\"Phone:XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel;XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d15a454\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65e7c706\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dd16a01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"space-between\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF12\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"flex_justify_content_mobile_extra\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"12\",\"row\":\"12\",\"isLinked\":true,\"unit\":\"px\",\"size\":12},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4388b0f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 [copyright]. All Rights Reserved. Website Developed by <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"https:\\/\\/devrivo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Devrivo<\\/a><\\/span><\\/p>\",\"align\":\"start\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_css_classes\":\"copyright-text\",\"pp_display_conditions\":[{\"_id\":\"5823320\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19427b6f\",\"elType\":\"widget\",\"settings\":{\"pp_logos\":[{\"logo_image\":{\"id\":34,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-38-1.svg\"},\"_id\":\"73f6c2b\"},{\"logo_image\":{\"id\":35,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-42.svg\"},\"_id\":\"9a642a0\"},{\"logo_image\":{\"id\":36,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-41.svg\"},\"_id\":\"f00a718\"},{\"logo_image\":{\"id\":37,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-40.svg\"},\"_id\":\"a29b799\"},{\"logo_image\":{\"id\":38,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/svg-image-39.svg\"},\"_id\":\"54f2b24\"}],\"columns\":\"5\",\"logos_vertical_align\":\"middle\",\"logos_width\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"logos_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logos_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"logo_bg_background\":\"classic\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_css_classes\":\"footer-bottom-icon\",\"pp_display_conditions\":[{\"_id\":\"87b4cdd\",\"pp_condition_date_time_before_value\":\"2026-07-21 13:39\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"logo_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"columns_tablet\":\"5\",\"columns_mobile\":\"5\",\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"pp-logo-grid\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(377, 48, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(948, 91, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(3427, 305, '_elementor_edit_mode', 'builder'),
(3428, 305, '_elementor_template_type', 'header'),
(3429, 305, '_elementor_version', '4.2.1'),
(3430, 305, '_elementor_pro_version', '4.2.1'),
(3431, 305, '_elementor_global_class_usage_indexed', '1'),
(3432, 305, '_elementor_global_class_usage_indexed_preview', '1'),
(3433, 305, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3434, 305, '_wp_page_template', 'default'),
(3435, 305, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":56,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/drywall-man-logo-preview-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(826, 82, '_wp_page_template', 'elementor_header_footer'),
(827, 82, '_elementor_global_class_usage_indexed', '1'),
(828, 82, '_elementor_edit_mode', 'builder'),
(829, 82, '_elementor_template_type', 'wp-page'),
(830, 82, '_elementor_version', '4.2.1'),
(831, 82, '_elementor_pro_version', '4.2.1'),
(832, 82, '_elementor_global_class_usage_indexed_preview', '1'),
(833, 82, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(834, 82, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3295, 294, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(395, 49, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(922, 90, '_wp_page_template', 'elementor_header_footer'),
(923, 90, '_elementor_global_class_usage_indexed', '1'),
(924, 90, '_elementor_edit_mode', 'builder'),
(925, 90, '_elementor_template_type', 'wp-page'),
(926, 90, '_elementor_version', '4.2.1'),
(927, 90, '_elementor_pro_version', '4.2.1'),
(928, 90, '_elementor_global_class_usage_indexed_preview', '1'),
(929, 90, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(930, 90, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}]},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false}]'),
(1052, 102, '_wp_page_template', 'elementor_header_footer'),
(1026, 100, '_wp_page_template', 'elementor_header_footer'),
(1027, 100, '_elementor_global_class_usage_indexed', '1'),
(1028, 100, '_elementor_edit_mode', 'builder'),
(1029, 100, '_elementor_template_type', 'wp-page'),
(1030, 100, '_elementor_version', '4.2.1'),
(1031, 100, '_elementor_pro_version', '4.2.1'),
(1032, 100, '_elementor_global_class_usage_indexed_preview', '1'),
(1033, 100, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1034, 100, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings \\u2014 <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false}]'),
(1121, 106, '_wp_page_template', 'elementor_header_footer'),
(1122, 106, '_elementor_global_class_usage_indexed', '1'),
(1123, 106, '_elementor_edit_mode', 'builder'),
(1124, 106, '_elementor_template_type', 'wp-page'),
(1182, 110, '_elementor_page_settings', 'a:0:{}'),
(1185, 111, '_wp_page_template', 'elementor_header_footer'),
(1186, 111, '_elementor_global_class_usage_indexed', '1'),
(1187, 111, '_elementor_edit_mode', 'builder'),
(1188, 111, '_elementor_template_type', 'wp-page'),
(1189, 111, '_elementor_version', '4.2.1'),
(1190, 111, '_elementor_pro_version', '4.2.1'),
(1191, 111, '_elementor_global_class_usage_indexed_preview', '1'),
(1192, 111, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1193, 111, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Research Use Only\",\"description_text\":\"For laboratory research purposes only.\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"_background_background\":\"classic\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Fast & Reliable Shipping\",\"description_text\":\"Quick processing and discreet delivery.\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"_background_background\":\"classic\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Premium Quality\",\"description_text\":\"High purity peptides you can trust.\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"_background_background\":\"classic\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ba5e458\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"3rd Party Lab Tested\",\"description_text\":\"Independent testing for purity and quality.\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"_background_background\":\"classic\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1195, 111, '_elementor_page_settings', 'a:0:{}'),
(1222, 113, '_elementor_page_settings', 'a:0:{}'),
(1223, 114, '_wp_page_template', 'elementor_header_footer'),
(1224, 114, '_elementor_global_class_usage_indexed', '1'),
(1225, 114, '_elementor_edit_mode', 'builder'),
(1226, 114, '_elementor_template_type', 'wp-page'),
(1227, 114, '_elementor_version', '4.2.1'),
(1228, 114, '_elementor_pro_version', '4.2.1'),
(1229, 114, '_elementor_global_class_usage_indexed_preview', '1'),
(1230, 114, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1231, 114, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Research Use Only\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fast & Reliable Shipping\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Premium Quality\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1233, 114, '_elementor_page_settings', 'a:0:{}'),
(1234, 115, '_wp_page_template', 'elementor_header_footer'),
(1235, 115, '_elementor_global_class_usage_indexed', '1'),
(1236, 115, '_elementor_edit_mode', 'builder'),
(1237, 115, '_elementor_template_type', 'wp-page'),
(1238, 115, '_elementor_version', '4.2.1'),
(1239, 115, '_elementor_pro_version', '4.2.1'),
(1240, 115, '_elementor_global_class_usage_indexed_preview', '1'),
(1241, 115, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1242, 115, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Research Use Only\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fast & Reliable Shipping\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Premium Quality\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1275, 118, '_wp_page_template', 'elementor_header_footer'),
(1249, 116, '_wp_page_template', 'elementor_header_footer'),
(1250, 116, '_elementor_global_class_usage_indexed', '1'),
(1251, 116, '_elementor_edit_mode', 'builder'),
(1252, 116, '_elementor_template_type', 'wp-page'),
(1253, 116, '_elementor_version', '4.2.1'),
(1254, 116, '_elementor_pro_version', '4.2.1'),
(1255, 116, '_elementor_global_class_usage_indexed_preview', '1'),
(1256, 116, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1257, 116, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Research Use Only\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fast & Reliable Shipping\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Premium Quality\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1317, 121, '_wp_page_template', 'elementor_header_footer'),
(1291, 119, '_wp_page_template', 'elementor_header_footer'),
(1292, 119, '_elementor_global_class_usage_indexed', '1'),
(1293, 119, '_elementor_edit_mode', 'builder'),
(1294, 119, '_elementor_template_type', 'wp-page'),
(1295, 119, '_elementor_version', '4.2.1'),
(1296, 119, '_elementor_pro_version', '4.2.1'),
(1297, 119, '_elementor_global_class_usage_indexed_preview', '1'),
(1298, 119, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1299, 119, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1259, 116, '_elementor_page_settings', 'a:0:{}'),
(6585, 564, '_elementor_page_settings', 'a:0:{}'),
(1262, 117, '_wp_page_template', 'elementor_header_footer'),
(1263, 117, '_elementor_global_class_usage_indexed', '1'),
(1264, 117, '_elementor_edit_mode', 'builder'),
(1265, 117, '_elementor_template_type', 'wp-page'),
(1266, 117, '_elementor_version', '4.2.1'),
(1267, 117, '_elementor_pro_version', '4.2.1'),
(1268, 117, '_elementor_global_class_usage_indexed_preview', '1'),
(1269, 117, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1270, 117, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Research Use Only\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fast & Reliable Shipping\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Premium Quality\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1272, 117, '_elementor_page_settings', 'a:0:{}'),
(1276, 118, '_elementor_global_class_usage_indexed', '1'),
(1277, 118, '_elementor_edit_mode', 'builder'),
(1278, 118, '_elementor_template_type', 'wp-page'),
(1279, 118, '_elementor_version', '4.2.1'),
(1280, 118, '_elementor_pro_version', '4.2.1'),
(1281, 118, '_elementor_global_class_usage_indexed_preview', '1'),
(1282, 118, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1283, 118, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1333, 122, '_wp_page_template', 'elementor_header_footer'),
(1334, 122, '_elementor_global_class_usage_indexed', '1'),
(1335, 122, '_elementor_edit_mode', 'builder'),
(1336, 122, '_elementor_template_type', 'wp-page'),
(1337, 122, '_elementor_version', '4.2.1'),
(1338, 122, '_elementor_pro_version', '4.2.1'),
(1339, 122, '_elementor_global_class_usage_indexed_preview', '1'),
(1340, 122, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1341, 122, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1301, 119, '_elementor_page_settings', 'a:0:{}'),
(1304, 120, '_wp_page_template', 'elementor_header_footer'),
(1305, 120, '_elementor_global_class_usage_indexed', '1'),
(1306, 120, '_elementor_edit_mode', 'builder'),
(1307, 120, '_elementor_template_type', 'wp-page'),
(1308, 120, '_elementor_version', '4.2.1'),
(1309, 120, '_elementor_pro_version', '4.2.1'),
(1310, 120, '_elementor_global_class_usage_indexed_preview', '1'),
(1311, 120, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1312, 120, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1314, 120, '_elementor_page_settings', 'a:0:{}'),
(1318, 121, '_elementor_global_class_usage_indexed', '1'),
(1319, 121, '_elementor_edit_mode', 'builder'),
(1320, 121, '_elementor_template_type', 'wp-page'),
(1321, 121, '_elementor_version', '4.2.1'),
(1322, 121, '_elementor_pro_version', '4.2.1'),
(1323, 121, '_elementor_global_class_usage_indexed_preview', '1'),
(1324, 121, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1325, 121, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1373, 125, '_wp_page_template', 'elementor_header_footer'),
(1374, 125, '_elementor_global_class_usage_indexed', '1'),
(1375, 125, '_elementor_edit_mode', 'builder'),
(1376, 125, '_elementor_template_type', 'wp-page'),
(1377, 125, '_elementor_version', '4.2.1'),
(1378, 125, '_elementor_pro_version', '4.2.1'),
(1379, 125, '_elementor_global_class_usage_indexed_preview', '1'),
(1380, 125, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1381, 125, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1343, 122, '_elementor_page_settings', 'a:0:{}'),
(6576, 564, '_wp_page_template', 'elementor_header_footer'),
(6577, 564, '_elementor_global_class_usage_indexed', '1'),
(6578, 564, '_elementor_edit_mode', 'builder'),
(6579, 564, '_elementor_template_type', 'wp-page'),
(6580, 564, '_elementor_version', '4.2.1'),
(6581, 564, '_elementor_pro_version', '4.2.1'),
(6582, 564, '_elementor_global_class_usage_indexed_preview', '1'),
(6583, 564, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6584, 564, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1346, 123, '_wp_page_template', 'elementor_header_footer'),
(1347, 123, '_elementor_global_class_usage_indexed', '1'),
(1348, 123, '_elementor_edit_mode', 'builder'),
(1349, 123, '_elementor_template_type', 'wp-page'),
(1350, 123, '_elementor_version', '4.2.1'),
(1351, 123, '_elementor_pro_version', '4.2.1'),
(1352, 123, '_elementor_global_class_usage_indexed_preview', '1'),
(1353, 123, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1354, 123, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1356, 123, '_elementor_page_settings', 'a:0:{}'),
(1359, 124, '_wp_page_template', 'elementor_header_footer'),
(1360, 124, '_elementor_global_class_usage_indexed', '1'),
(1361, 124, '_elementor_edit_mode', 'builder'),
(1362, 124, '_elementor_template_type', 'wp-page'),
(1363, 124, '_elementor_version', '4.2.1'),
(1364, 124, '_elementor_pro_version', '4.2.1'),
(1365, 124, '_elementor_global_class_usage_indexed_preview', '1'),
(1366, 124, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1367, 124, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1383, 125, '_elementor_page_settings', 'a:0:{}'),
(1384, 126, '_wp_page_template', 'elementor_header_footer'),
(1385, 126, '_elementor_global_class_usage_indexed', '1'),
(1386, 126, '_elementor_edit_mode', 'builder'),
(1387, 126, '_elementor_template_type', 'wp-page'),
(1388, 126, '_elementor_version', '4.2.1'),
(1389, 126, '_elementor_pro_version', '4.2.1'),
(1390, 126, '_elementor_global_class_usage_indexed_preview', '1'),
(1391, 126, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1392, 126, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1394, 126, '_elementor_page_settings', 'a:0:{}'),
(1643, 147, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1644, 147, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false}]'),
(1395, 127, '_wp_page_template', 'elementor_header_footer'),
(1396, 127, '_elementor_global_class_usage_indexed', '1'),
(1397, 127, '_elementor_edit_mode', 'builder'),
(1398, 127, '_elementor_template_type', 'wp-page'),
(1399, 127, '_elementor_version', '4.2.1'),
(1400, 127, '_elementor_pro_version', '4.2.1'),
(1401, 127, '_elementor_global_class_usage_indexed_preview', '1'),
(1402, 127, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1403, 127, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1409, 128, '_wp_page_template', 'elementor_header_footer'),
(1410, 128, '_elementor_global_class_usage_indexed', '1'),
(1411, 128, '_elementor_edit_mode', 'builder'),
(1412, 128, '_elementor_template_type', 'wp-page'),
(1413, 128, '_elementor_version', '4.2.1'),
(1414, 128, '_elementor_pro_version', '4.2.1'),
(1415, 128, '_elementor_global_class_usage_indexed_preview', '1'),
(1416, 128, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1417, 128, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1641, 147, '_elementor_pro_version', '4.2.1'),
(1464, 133, '_wp_page_template', 'elementor_header_footer'),
(1465, 133, '_elementor_global_class_usage_indexed', '1'),
(1466, 133, '_elementor_edit_mode', 'builder'),
(1467, 133, '_elementor_template_type', 'wp-page'),
(1468, 133, '_elementor_version', '4.2.1'),
(1469, 133, '_elementor_pro_version', '4.2.1'),
(1470, 133, '_elementor_global_class_usage_indexed_preview', '1'),
(1471, 133, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1472, 133, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1449, 131, '_wp_attached_file', '2026/07/phone-call_3059407-1.svg'),
(1450, 131, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1136;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(1508, 136, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1419, 128, '_elementor_page_settings', 'a:0:{}'),
(1422, 129, '_wp_page_template', 'elementor_header_footer'),
(1423, 129, '_elementor_global_class_usage_indexed', '1'),
(1424, 129, '_elementor_edit_mode', 'builder'),
(1425, 129, '_elementor_template_type', 'wp-page'),
(1426, 129, '_elementor_version', '4.2.1'),
(1427, 129, '_elementor_pro_version', '4.2.1'),
(1428, 129, '_elementor_global_class_usage_indexed_preview', '1'),
(1429, 129, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1430, 129, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"background_color\":\"#02010100\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1432, 129, '_elementor_page_settings', 'a:0:{}'),
(6572, 563, '_elementor_page_settings', 'a:0:{}'),
(1642, 147, '_elementor_global_class_usage_indexed_preview', '1'),
(1435, 130, '_wp_page_template', 'elementor_header_footer'),
(1436, 130, '_elementor_global_class_usage_indexed', '1'),
(1437, 130, '_elementor_edit_mode', 'builder'),
(1438, 130, '_elementor_template_type', 'wp-page'),
(1439, 130, '_elementor_version', '4.2.1'),
(1440, 130, '_elementor_pro_version', '4.2.1'),
(1441, 130, '_elementor_global_class_usage_indexed_preview', '1'),
(1442, 130, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1443, 130, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1638, 147, '_elementor_edit_mode', 'builder'),
(1639, 147, '_elementor_template_type', 'wp-page'),
(1640, 147, '_elementor_version', '4.2.1'),
(1486, 135, '_wp_page_template', 'elementor_header_footer'),
(1487, 135, '_elementor_global_class_usage_indexed', '1'),
(1488, 135, '_elementor_edit_mode', 'builder'),
(1489, 135, '_elementor_template_type', 'wp-page'),
(1490, 135, '_elementor_version', '4.2.1'),
(1491, 135, '_elementor_pro_version', '4.2.1'),
(1492, 135, '_elementor_global_class_usage_indexed_preview', '1'),
(1493, 135, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1494, 135, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1474, 133, '_elementor_page_settings', 'a:0:{}'),
(1475, 134, '_wp_page_template', 'elementor_header_footer'),
(1476, 134, '_elementor_global_class_usage_indexed', '1'),
(1477, 134, '_elementor_edit_mode', 'builder'),
(1478, 134, '_elementor_template_type', 'wp-page'),
(1479, 134, '_elementor_version', '4.2.1'),
(1480, 134, '_elementor_pro_version', '4.2.1'),
(1481, 134, '_elementor_global_class_usage_indexed_preview', '1'),
(1482, 134, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1483, 134, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1485, 134, '_elementor_page_settings', 'a:0:{}'),
(1500, 136, '_wp_page_template', 'elementor_header_footer'),
(1501, 136, '_elementor_global_class_usage_indexed', '1'),
(1502, 136, '_elementor_edit_mode', 'builder'),
(1503, 136, '_elementor_template_type', 'wp-page'),
(1504, 136, '_elementor_version', '4.2.1'),
(1505, 136, '_elementor_pro_version', '4.2.1'),
(1506, 136, '_elementor_global_class_usage_indexed_preview', '1'),
(1507, 136, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1540, 139, '_wp_page_template', 'elementor_header_footer'),
(1541, 139, '_elementor_global_class_usage_indexed', '1'),
(1542, 139, '_elementor_edit_mode', 'builder'),
(1543, 139, '_elementor_template_type', 'wp-page'),
(1544, 139, '_elementor_version', '4.2.1'),
(1545, 139, '_elementor_pro_version', '4.2.1'),
(1546, 139, '_elementor_global_class_usage_indexed_preview', '1'),
(1547, 139, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1548, 139, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1510, 136, '_elementor_page_settings', 'a:0:{}'),
(1513, 137, '_wp_page_template', 'elementor_header_footer'),
(1514, 137, '_elementor_global_class_usage_indexed', '1'),
(1515, 137, '_elementor_edit_mode', 'builder'),
(1516, 137, '_elementor_template_type', 'wp-page'),
(1517, 137, '_elementor_version', '4.2.1'),
(1518, 137, '_elementor_pro_version', '4.2.1'),
(1519, 137, '_elementor_global_class_usage_indexed_preview', '1'),
(1520, 137, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1521, 137, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1523, 137, '_elementor_page_settings', 'a:0:{}'),
(1637, 147, '_elementor_global_class_usage_indexed', '1'),
(1526, 138, '_wp_page_template', 'elementor_header_footer'),
(1527, 138, '_elementor_global_class_usage_indexed', '1'),
(1528, 138, '_elementor_edit_mode', 'builder'),
(1529, 138, '_elementor_template_type', 'wp-page'),
(1530, 138, '_elementor_version', '4.2.1'),
(1531, 138, '_elementor_pro_version', '4.2.1'),
(1532, 138, '_elementor_global_class_usage_indexed_preview', '1'),
(1533, 138, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1534, 138, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(6887, 588, '_wp_page_template', 'elementor_header_footer'),
(1550, 139, '_elementor_page_settings', 'a:0:{}'),
(1551, 140, '_wp_page_template', 'elementor_header_footer'),
(1552, 140, '_elementor_global_class_usage_indexed', '1'),
(1553, 140, '_elementor_edit_mode', 'builder'),
(1554, 140, '_elementor_template_type', 'wp-page'),
(1555, 140, '_elementor_version', '4.2.1'),
(1556, 140, '_elementor_pro_version', '4.2.1'),
(1557, 140, '_elementor_global_class_usage_indexed_preview', '1'),
(1558, 140, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1559, 140, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1561, 140, '_elementor_page_settings', 'a:0:{}'),
(1636, 147, '_wp_page_template', 'elementor_header_footer'),
(1562, 141, '_wp_page_template', 'elementor_header_footer'),
(1563, 141, '_elementor_global_class_usage_indexed', '1'),
(1564, 141, '_elementor_edit_mode', 'builder'),
(1565, 141, '_elementor_template_type', 'wp-page'),
(1566, 141, '_elementor_version', '4.2.1'),
(1567, 141, '_elementor_pro_version', '4.2.1'),
(1568, 141, '_elementor_global_class_usage_indexed_preview', '1'),
(1569, 141, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1570, 141, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1596, 144, '_wp_page_template', 'elementor_header_footer'),
(1574, 142, '_wp_page_template', 'elementor_header_footer'),
(1575, 142, '_elementor_global_class_usage_indexed', '1'),
(1576, 142, '_elementor_edit_mode', 'builder'),
(1577, 142, '_elementor_template_type', 'wp-page'),
(1578, 142, '_elementor_version', '4.2.1'),
(1579, 142, '_elementor_pro_version', '4.2.1'),
(1580, 142, '_elementor_global_class_usage_indexed_preview', '1'),
(1581, 142, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1582, 142, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1584, 142, '_elementor_page_settings', 'a:0:{}'),
(1585, 143, '_wp_page_template', 'elementor_header_footer'),
(1586, 143, '_elementor_global_class_usage_indexed', '1'),
(1587, 143, '_elementor_edit_mode', 'builder'),
(1588, 143, '_elementor_template_type', 'wp-page'),
(1589, 143, '_elementor_version', '4.2.1'),
(1590, 143, '_elementor_pro_version', '4.2.1'),
(1591, 143, '_elementor_global_class_usage_indexed_preview', '1'),
(1592, 143, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1593, 143, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#F9F9F9\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1595, 143, '_elementor_page_settings', 'a:0:{}'),
(1597, 144, '_elementor_global_class_usage_indexed', '1'),
(1598, 144, '_elementor_edit_mode', 'builder'),
(1599, 144, '_elementor_template_type', 'wp-page'),
(1600, 144, '_elementor_version', '4.2.1'),
(1601, 144, '_elementor_pro_version', '4.2.1'),
(1602, 144, '_elementor_global_class_usage_indexed_preview', '1'),
(1603, 144, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1604, 144, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1610, 145, '_wp_page_template', 'elementor_header_footer'),
(1611, 145, '_elementor_global_class_usage_indexed', '1'),
(1612, 145, '_elementor_edit_mode', 'builder'),
(1613, 145, '_elementor_template_type', 'wp-page'),
(1614, 145, '_elementor_version', '4.2.1'),
(1615, 145, '_elementor_pro_version', '4.2.1'),
(1616, 145, '_elementor_global_class_usage_indexed_preview', '1'),
(1617, 145, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1618, 145, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1697, 152, '_elementor_template_type', 'wp-page'),
(1698, 152, '_elementor_version', '4.2.1'),
(1699, 152, '_elementor_pro_version', '4.2.1'),
(1652, 148, '_wp_page_template', 'elementor_header_footer'),
(1653, 148, '_elementor_global_class_usage_indexed', '1'),
(1654, 148, '_elementor_edit_mode', 'builder'),
(1655, 148, '_elementor_template_type', 'wp-page'),
(1656, 148, '_elementor_version', '4.2.1'),
(1657, 148, '_elementor_pro_version', '4.2.1'),
(1658, 148, '_elementor_global_class_usage_indexed_preview', '1'),
(1659, 148, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1660, 148, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false}]'),
(1694, 152, '_wp_page_template', 'elementor_header_footer'),
(1695, 152, '_elementor_global_class_usage_indexed', '1'),
(1696, 152, '_elementor_edit_mode', 'builder'),
(1692, 151, '_wp_attached_file', '2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4'),
(1693, 151, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:4810668;s:8:\"filesize\";i:7550302;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:13;s:16:\"length_formatted\";s:4:\"0:13\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:16:\"H.264/MPEG-4 AVC\";s:17:\"created_timestamp\";i:-2082844800;}'),
(1620, 145, '_elementor_page_settings', 'a:0:{}'),
(6861, 586, '_wp_page_template', 'elementor_header_footer'),
(6862, 586, '_elementor_global_class_usage_indexed', '1'),
(6863, 586, '_elementor_edit_mode', 'builder'),
(6864, 586, '_elementor_template_type', 'wp-page'),
(6865, 586, '_elementor_version', '4.2.1'),
(6866, 586, '_elementor_pro_version', '4.2.1'),
(6867, 586, '_elementor_global_class_usage_indexed_preview', '1'),
(6868, 586, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6869, 586, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.mp4\",\"id\":562,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1623, 146, '_wp_page_template', 'elementor_header_footer'),
(1624, 146, '_elementor_global_class_usage_indexed', '1'),
(1625, 146, '_elementor_edit_mode', 'builder'),
(1626, 146, '_elementor_template_type', 'wp-page'),
(1627, 146, '_elementor_version', '4.2.1'),
(1628, 146, '_elementor_pro_version', '4.2.1'),
(1629, 146, '_elementor_global_class_usage_indexed_preview', '1'),
(1630, 146, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1631, 146, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"d2d722d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6984338\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"93632d8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6c5592e\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DCE3E2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"170aaed\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}]},\"elements\":[],\"isInner\":false}]'),
(1633, 146, '_elementor_page_settings', 'a:0:{}'),
(1700, 152, '_elementor_global_class_usage_indexed_preview', '1'),
(1701, 152, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1702, 152, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(1662, 148, '_elementor_page_settings', 'a:0:{}'),
(1665, 149, '_wp_page_template', 'elementor_header_footer'),
(1666, 149, '_elementor_global_class_usage_indexed', '1'),
(1667, 149, '_elementor_edit_mode', 'builder'),
(1668, 149, '_elementor_template_type', 'wp-page'),
(1669, 149, '_elementor_version', '4.2.1'),
(1670, 149, '_elementor_pro_version', '4.2.1'),
(1671, 149, '_elementor_global_class_usage_indexed_preview', '1'),
(1672, 149, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1673, 149, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}]},\"elements\":[],\"isInner\":false}]'),
(1675, 149, '_elementor_page_settings', 'a:0:{}'),
(1678, 150, '_wp_page_template', 'elementor_header_footer'),
(1679, 150, '_elementor_global_class_usage_indexed', '1'),
(1680, 150, '_elementor_edit_mode', 'builder'),
(1681, 150, '_elementor_template_type', 'wp-page'),
(1682, 150, '_elementor_version', '4.2.1'),
(1683, 150, '_elementor_pro_version', '4.2.1'),
(1684, 150, '_elementor_global_class_usage_indexed_preview', '1'),
(1685, 150, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1686, 150, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(1704, 152, '_elementor_page_settings', 'a:0:{}'),
(1705, 153, '_wp_page_template', 'elementor_header_footer'),
(1706, 153, '_elementor_global_class_usage_indexed', '1'),
(1707, 153, '_elementor_edit_mode', 'builder'),
(1708, 153, '_elementor_template_type', 'wp-page'),
(1709, 153, '_elementor_version', '4.2.1'),
(1710, 153, '_elementor_pro_version', '4.2.1'),
(1711, 153, '_elementor_global_class_usage_indexed_preview', '1'),
(1712, 153, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1713, 153, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(1715, 153, '_elementor_page_settings', 'a:0:{}'),
(1716, 154, '_wp_page_template', 'elementor_header_footer'),
(1717, 154, '_elementor_global_class_usage_indexed', '1'),
(1718, 154, '_elementor_edit_mode', 'builder'),
(1719, 154, '_elementor_template_type', 'wp-page'),
(1720, 154, '_elementor_version', '4.2.1'),
(1721, 154, '_elementor_pro_version', '4.2.1'),
(1722, 154, '_elementor_global_class_usage_indexed_preview', '1'),
(1723, 154, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1724, 154, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"43\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(1728, 155, '_wp_page_template', 'elementor_header_footer'),
(1729, 155, '_elementor_global_class_usage_indexed', '1'),
(1730, 155, '_elementor_edit_mode', 'builder'),
(1731, 155, '_elementor_template_type', 'wp-page'),
(1732, 155, '_elementor_version', '4.2.1'),
(1733, 155, '_elementor_pro_version', '4.2.1'),
(1734, 155, '_elementor_global_class_usage_indexed_preview', '1'),
(1735, 155, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1736, 155, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"43\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(1738, 155, '_elementor_page_settings', 'a:0:{}'),
(1739, 156, '_wp_page_template', 'elementor_header_footer'),
(1740, 156, '_elementor_global_class_usage_indexed', '1'),
(1741, 156, '_elementor_edit_mode', 'builder'),
(1742, 156, '_elementor_template_type', 'wp-page'),
(1743, 156, '_elementor_version', '4.2.1'),
(1744, 156, '_elementor_pro_version', '4.2.1'),
(1745, 156, '_elementor_global_class_usage_indexed_preview', '1'),
(1746, 156, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1747, 156, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"43\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(1749, 156, '_elementor_page_settings', 'a:0:{}'),
(1750, 157, '_wp_page_template', 'elementor_header_footer'),
(1751, 157, '_elementor_global_class_usage_indexed', '1'),
(1752, 157, '_elementor_edit_mode', 'builder'),
(1753, 157, '_elementor_template_type', 'wp-page'),
(1754, 157, '_elementor_version', '4.2.1'),
(1755, 157, '_elementor_pro_version', '4.2.1'),
(1756, 157, '_elementor_global_class_usage_indexed_preview', '1'),
(1757, 157, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1758, 157, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"43\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1762, 158, '_wp_page_template', 'elementor_header_footer'),
(1763, 158, '_elementor_global_class_usage_indexed', '1'),
(1764, 158, '_elementor_edit_mode', 'builder'),
(1765, 158, '_elementor_template_type', 'wp-page'),
(1766, 158, '_elementor_version', '4.2.1'),
(1767, 158, '_elementor_pro_version', '4.2.1'),
(1768, 158, '_elementor_global_class_usage_indexed_preview', '1'),
(1769, 158, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1770, 158, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"43\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1772, 158, '_elementor_page_settings', 'a:0:{}'),
(1773, 159, '_wp_page_template', 'elementor_header_footer'),
(1774, 159, '_elementor_global_class_usage_indexed', '1'),
(1775, 159, '_elementor_edit_mode', 'builder'),
(1776, 159, '_elementor_template_type', 'wp-page'),
(1777, 159, '_elementor_version', '4.2.1'),
(1778, 159, '_elementor_pro_version', '4.2.1'),
(1779, 159, '_elementor_global_class_usage_indexed_preview', '1'),
(1780, 159, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1781, 159, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"43\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1783, 159, '_elementor_page_settings', 'a:0:{}'),
(1784, 160, '_wp_page_template', 'elementor_header_footer'),
(1785, 160, '_elementor_global_class_usage_indexed', '1'),
(1786, 160, '_elementor_edit_mode', 'builder'),
(1787, 160, '_elementor_template_type', 'wp-page'),
(1788, 160, '_elementor_version', '4.2.1'),
(1789, 160, '_elementor_pro_version', '4.2.1'),
(1790, 160, '_elementor_global_class_usage_indexed_preview', '1'),
(1791, 160, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1792, 160, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1798, 161, '_wp_page_template', 'elementor_header_footer'),
(1799, 161, '_elementor_global_class_usage_indexed', '1'),
(1800, 161, '_elementor_edit_mode', 'builder'),
(1801, 161, '_elementor_template_type', 'wp-page'),
(1802, 161, '_elementor_version', '4.2.1'),
(1803, 161, '_elementor_pro_version', '4.2.1'),
(1804, 161, '_elementor_global_class_usage_indexed_preview', '1'),
(1805, 161, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1806, 161, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1882, 167, '_wp_page_template', 'elementor_header_footer'),
(1883, 167, '_elementor_global_class_usage_indexed', '1'),
(1884, 167, '_elementor_edit_mode', 'builder'),
(1840, 164, '_wp_page_template', 'elementor_header_footer'),
(1841, 164, '_elementor_global_class_usage_indexed', '1'),
(1842, 164, '_elementor_edit_mode', 'builder'),
(1843, 164, '_elementor_template_type', 'wp-page'),
(1844, 164, '_elementor_version', '4.2.1'),
(1845, 164, '_elementor_pro_version', '4.2.1'),
(1846, 164, '_elementor_global_class_usage_indexed_preview', '1'),
(1847, 164, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1848, 164, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1808, 161, '_elementor_page_settings', 'a:0:{}'),
(6545, 561, '_wp_page_template', 'elementor_header_footer'),
(6546, 561, '_elementor_global_class_usage_indexed', '1'),
(6547, 561, '_elementor_edit_mode', 'builder'),
(6548, 561, '_elementor_template_type', 'wp-page'),
(6549, 561, '_elementor_version', '4.2.1'),
(6550, 561, '_elementor_pro_version', '4.2.1'),
(6551, 561, '_elementor_global_class_usage_indexed_preview', '1'),
(6552, 561, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6553, 561, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1811, 162, '_wp_page_template', 'elementor_header_footer'),
(1812, 162, '_elementor_global_class_usage_indexed', '1'),
(1813, 162, '_elementor_edit_mode', 'builder'),
(1814, 162, '_elementor_template_type', 'wp-page'),
(1815, 162, '_elementor_version', '4.2.1'),
(1816, 162, '_elementor_pro_version', '4.2.1'),
(1817, 162, '_elementor_global_class_usage_indexed_preview', '1'),
(1818, 162, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1819, 162, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1821, 162, '_elementor_page_settings', 'a:0:{}'),
(1824, 163, '_wp_page_template', 'elementor_header_footer'),
(1825, 163, '_elementor_global_class_usage_indexed', '1'),
(1826, 163, '_elementor_edit_mode', 'builder'),
(1827, 163, '_elementor_template_type', 'wp-page'),
(1828, 163, '_elementor_version', '4.2.1'),
(1829, 163, '_elementor_pro_version', '4.2.1'),
(1830, 163, '_elementor_global_class_usage_indexed_preview', '1'),
(1831, 163, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1832, 163, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1885, 167, '_elementor_template_type', 'wp-page'),
(1886, 167, '_elementor_version', '4.2.1'),
(1887, 167, '_elementor_pro_version', '4.2.1'),
(1888, 167, '_elementor_global_class_usage_indexed_preview', '1'),
(1889, 167, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1890, 167, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1850, 164, '_elementor_page_settings', 'a:0:{}'),
(1853, 165, '_wp_page_template', 'elementor_header_footer'),
(1854, 165, '_elementor_global_class_usage_indexed', '1'),
(1855, 165, '_elementor_edit_mode', 'builder'),
(1856, 165, '_elementor_template_type', 'wp-page'),
(1857, 165, '_elementor_version', '4.2.1'),
(1858, 165, '_elementor_pro_version', '4.2.1'),
(1859, 165, '_elementor_global_class_usage_indexed_preview', '1'),
(1860, 165, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1861, 165, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1863, 165, '_elementor_page_settings', 'a:0:{}'),
(6542, 560, '_elementor_page_settings', 'a:0:{}'),
(1866, 166, '_wp_page_template', 'elementor_header_footer'),
(1868, 166, '_elementor_global_class_usage_indexed', '1'),
(1869, 166, '_elementor_edit_mode', 'builder'),
(1870, 166, '_elementor_template_type', 'wp-page'),
(1871, 166, '_elementor_version', '4.2.1'),
(1872, 166, '_elementor_pro_version', '4.2.1'),
(1873, 166, '_elementor_global_class_usage_indexed_preview', '1'),
(1874, 19, '_elementor_global_class_usage_indexed', '1'),
(1875, 166, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1876, 166, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1892, 167, '_elementor_page_settings', 'a:0:{}'),
(1893, 168, '_wp_page_template', 'elementor_header_footer'),
(1894, 168, '_elementor_global_class_usage_indexed', '1'),
(1895, 168, '_elementor_edit_mode', 'builder'),
(1896, 168, '_elementor_template_type', 'wp-page'),
(1897, 168, '_elementor_version', '4.2.1'),
(1898, 168, '_elementor_pro_version', '4.2.1'),
(1899, 168, '_elementor_global_class_usage_indexed_preview', '1'),
(1900, 168, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1901, 168, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1903, 168, '_elementor_page_settings', 'a:0:{}'),
(1904, 169, '_wp_page_template', 'elementor_header_footer'),
(1905, 169, '_elementor_global_class_usage_indexed', '1'),
(1906, 169, '_elementor_edit_mode', 'builder'),
(1907, 169, '_elementor_template_type', 'wp-page'),
(1908, 169, '_elementor_version', '4.2.1'),
(1909, 169, '_elementor_pro_version', '4.2.1'),
(1910, 169, '_elementor_global_class_usage_indexed_preview', '1'),
(1911, 169, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1912, 169, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1916, 170, '_wp_page_template', 'elementor_header_footer'),
(1917, 170, '_elementor_global_class_usage_indexed', '1'),
(1918, 170, '_elementor_edit_mode', 'builder'),
(1919, 170, '_elementor_template_type', 'wp-page'),
(1920, 170, '_elementor_version', '4.2.1'),
(1921, 170, '_elementor_pro_version', '4.2.1'),
(1922, 170, '_elementor_global_class_usage_indexed_preview', '1'),
(1923, 170, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(1924, 170, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1926, 170, '_elementor_page_settings', 'a:0:{}'),
(1927, 171, '_wp_page_template', 'elementor_header_footer'),
(1928, 171, '_elementor_global_class_usage_indexed', '1'),
(1929, 171, '_elementor_edit_mode', 'builder'),
(1930, 171, '_elementor_template_type', 'wp-page'),
(1931, 171, '_elementor_version', '4.2.1'),
(1932, 171, '_elementor_pro_version', '4.2.1'),
(1933, 171, '_elementor_global_class_usage_indexed_preview', '1'),
(1934, 171, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1935, 171, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(1937, 171, '_elementor_page_settings', 'a:0:{}'),
(1938, 172, '_wp_page_template', 'elementor_header_footer'),
(1939, 172, '_elementor_global_class_usage_indexed', '1'),
(1940, 172, '_elementor_edit_mode', 'builder'),
(1941, 172, '_elementor_template_type', 'wp-page'),
(1942, 172, '_elementor_version', '4.2.1'),
(1943, 172, '_elementor_pro_version', '4.2.1'),
(1944, 172, '_elementor_global_class_usage_indexed_preview', '1'),
(1945, 172, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1946, 172, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"Holes, cracks, water damage \\u2014 we match your existing texture perfectly.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"New construction or remodel \\u2014 smooth, level walls ready to paint.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"We blend seamlessly with your existing wall texture. No visible patches.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"Remove damaged drywall and restore walls affected by leaks or flooding.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(1950, 173, '_wp_page_template', 'elementor_header_footer'),
(1951, 173, '_elementor_global_class_usage_indexed', '1'),
(1952, 173, '_elementor_edit_mode', 'builder'),
(1953, 173, '_elementor_template_type', 'wp-page'),
(1954, 173, '_elementor_version', '4.2.1'),
(1955, 173, '_elementor_pro_version', '4.2.1'),
(1956, 173, '_elementor_global_class_usage_indexed_preview', '1'),
(1957, 173, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1958, 173, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"Holes, cracks, water damage \\u2014 we match your existing texture perfectly.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"New construction or remodel \\u2014 smooth, level walls ready to paint.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"We blend seamlessly with your existing wall texture. No visible patches.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"Remove damaged drywall and restore walls affected by leaks or flooding.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(1960, 173, '_elementor_page_settings', 'a:0:{}'),
(1961, 174, '_wp_page_template', 'elementor_header_footer'),
(1962, 174, '_elementor_global_class_usage_indexed', '1'),
(1963, 174, '_elementor_edit_mode', 'builder'),
(1964, 174, '_elementor_template_type', 'wp-page'),
(1965, 174, '_elementor_version', '4.2.1'),
(1966, 174, '_elementor_pro_version', '4.2.1'),
(1967, 174, '_elementor_global_class_usage_indexed_preview', '1'),
(1968, 174, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1969, 174, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"Holes, cracks, water damage \\u2014 we match your existing texture perfectly.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"New construction or remodel \\u2014 smooth, level walls ready to paint.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"We blend seamlessly with your existing wall texture. No visible patches.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"Remove damaged drywall and restore walls affected by leaks or flooding.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(1971, 174, '_elementor_page_settings', 'a:0:{}'),
(1972, 175, '_wp_page_template', 'elementor_header_footer'),
(1973, 175, '_elementor_global_class_usage_indexed', '1'),
(1974, 175, '_elementor_edit_mode', 'builder'),
(1975, 175, '_elementor_template_type', 'wp-page'),
(1976, 175, '_elementor_version', '4.2.1'),
(1977, 175, '_elementor_pro_version', '4.2.1'),
(1978, 175, '_elementor_global_class_usage_indexed_preview', '1'),
(1979, 175, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1980, 175, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"Holes, cracks, water damage \\u2014 we match your existing texture perfectly.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"New construction or remodel \\u2014 smooth, level walls ready to paint.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"We blend seamlessly with your existing wall texture. No visible patches.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"Remove damaged drywall and restore walls affected by leaks or flooding.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(1984, 176, '_wp_page_template', 'elementor_header_footer'),
(1985, 176, '_elementor_global_class_usage_indexed', '1'),
(1986, 176, '_elementor_edit_mode', 'builder'),
(1987, 176, '_elementor_template_type', 'wp-page'),
(1988, 176, '_elementor_version', '4.2.1'),
(1989, 176, '_elementor_pro_version', '4.2.1'),
(1990, 176, '_elementor_global_class_usage_indexed_preview', '1'),
(1991, 176, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1992, 176, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"Holes, cracks, water damage \\u2014 we match your existing texture perfectly.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"New construction or remodel \\u2014 smooth, level walls ready to paint.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"We blend seamlessly with your existing wall texture. No visible patches.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"Remove damaged drywall and restore walls affected by leaks or flooding.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(1994, 176, '_elementor_page_settings', 'a:0:{}'),
(1995, 177, '_wp_page_template', 'elementor_header_footer'),
(1996, 177, '_elementor_global_class_usage_indexed', '1'),
(1997, 177, '_elementor_edit_mode', 'builder'),
(1998, 177, '_elementor_template_type', 'wp-page'),
(1999, 177, '_elementor_version', '4.2.1'),
(2000, 177, '_elementor_pro_version', '4.2.1'),
(2001, 177, '_elementor_global_class_usage_indexed_preview', '1'),
(2002, 177, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2003, 177, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"Holes, cracks, water damage \\u2014 we match your existing texture perfectly.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"New construction or remodel \\u2014 smooth, level walls ready to paint.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"We blend seamlessly with your existing wall texture. No visible patches.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"Remove damaged drywall and restore walls affected by leaks or flooding.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2005, 177, '_elementor_page_settings', 'a:0:{}'),
(2006, 178, '_wp_page_template', 'elementor_header_footer'),
(2007, 178, '_elementor_global_class_usage_indexed', '1'),
(2008, 178, '_elementor_edit_mode', 'builder'),
(2009, 178, '_elementor_template_type', 'wp-page'),
(2010, 178, '_elementor_version', '4.2.1'),
(2011, 178, '_elementor_pro_version', '4.2.1'),
(2012, 178, '_elementor_global_class_usage_indexed_preview', '1'),
(2013, 178, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2014, 178, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"Holes, cracks, water damage \\u2014 we match your existing texture perfectly.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"New construction or remodel \\u2014 smooth, level walls ready to paint.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"We blend seamlessly with your existing wall texture. No visible patches.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"Remove damaged drywall and restore walls affected by leaks or flooding.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2040, 181, '_wp_page_template', 'elementor_header_footer'),
(2018, 179, '_wp_page_template', 'elementor_header_footer'),
(2019, 179, '_elementor_global_class_usage_indexed', '1'),
(2020, 179, '_elementor_edit_mode', 'builder'),
(2021, 179, '_elementor_template_type', 'wp-page'),
(2022, 179, '_elementor_version', '4.2.1'),
(2023, 179, '_elementor_pro_version', '4.2.1'),
(2024, 179, '_elementor_global_class_usage_indexed_preview', '1'),
(2025, 179, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2026, 179, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"Holes, cracks, water damage \\u2014 we match your existing texture perfectly.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"New construction or remodel \\u2014 smooth, level walls ready to paint.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"We blend seamlessly with your existing wall texture. No visible patches.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"Remove damaged drywall and restore walls affected by leaks or flooding.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2028, 179, '_elementor_page_settings', 'a:0:{}'),
(2029, 180, '_wp_page_template', 'elementor_header_footer'),
(2030, 180, '_elementor_global_class_usage_indexed', '1'),
(2031, 180, '_elementor_edit_mode', 'builder'),
(2032, 180, '_elementor_template_type', 'wp-page'),
(2033, 180, '_elementor_version', '4.2.1'),
(2034, 180, '_elementor_pro_version', '4.2.1'),
(2035, 180, '_elementor_global_class_usage_indexed_preview', '1'),
(2036, 180, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2037, 180, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"Holes, cracks, water damage \\u2014 we match your existing texture perfectly.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"New construction or remodel \\u2014 smooth, level walls ready to paint.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"We blend seamlessly with your existing wall texture. No visible patches.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"Remove damaged drywall and restore walls affected by leaks or flooding.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2039, 180, '_elementor_page_settings', 'a:0:{}'),
(2041, 181, '_elementor_global_class_usage_indexed', '1'),
(2042, 181, '_elementor_edit_mode', 'builder'),
(2043, 181, '_elementor_template_type', 'wp-page'),
(2044, 181, '_elementor_version', '4.2.1'),
(2045, 181, '_elementor_pro_version', '4.2.1'),
(2046, 181, '_elementor_global_class_usage_indexed_preview', '1'),
(2047, 181, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2048, 181, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"Holes, cracks, water damage \\u2014 we match your existing texture perfectly.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"New construction or remodel \\u2014 smooth, level walls ready to paint.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"We blend seamlessly with your existing wall texture. No visible patches.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"Remove damaged drywall and restore walls affected by leaks or flooding.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2052, 182, '_wp_page_template', 'elementor_header_footer'),
(2053, 182, '_elementor_global_class_usage_indexed', '1'),
(2054, 182, '_elementor_edit_mode', 'builder'),
(2055, 182, '_elementor_template_type', 'wp-page'),
(2056, 182, '_elementor_version', '4.2.1'),
(2057, 182, '_elementor_pro_version', '4.2.1'),
(2058, 182, '_elementor_global_class_usage_indexed_preview', '1'),
(2059, 182, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2060, 182, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"Holes, cracks, water damage \\u2014 we match your existing texture perfectly.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"New construction or remodel \\u2014 smooth, level walls ready to paint.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"We blend seamlessly with your existing wall texture. No visible patches.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"Remove damaged drywall and restore walls affected by leaks or flooding.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2062, 182, '_elementor_page_settings', 'a:0:{}'),
(2063, 183, '_wp_page_template', 'elementor_header_footer'),
(2064, 183, '_elementor_global_class_usage_indexed', '1'),
(2065, 183, '_elementor_edit_mode', 'builder'),
(2066, 183, '_elementor_template_type', 'wp-page'),
(2067, 183, '_elementor_version', '4.2.1'),
(2068, 183, '_elementor_pro_version', '4.2.1'),
(2069, 183, '_elementor_global_class_usage_indexed_preview', '1'),
(2070, 183, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2071, 183, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"Holes, cracks, water damage \\u2014 we match your existing texture perfectly.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"New construction or remodel \\u2014 smooth, level walls ready to paint.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"We blend seamlessly with your existing wall texture. No visible patches.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"Remove damaged drywall and restore walls affected by leaks or flooding.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2073, 183, '_elementor_page_settings', 'a:0:{}'),
(2074, 184, '_wp_page_template', 'elementor_header_footer'),
(2075, 184, '_elementor_global_class_usage_indexed', '1'),
(2076, 184, '_elementor_edit_mode', 'builder'),
(2077, 184, '_elementor_template_type', 'wp-page'),
(2078, 184, '_elementor_version', '4.2.1'),
(2079, 184, '_elementor_pro_version', '4.2.1'),
(2080, 184, '_elementor_global_class_usage_indexed_preview', '1'),
(2081, 184, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2082, 184, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2086, 185, '_wp_page_template', 'elementor_header_footer'),
(2087, 185, '_elementor_global_class_usage_indexed', '1'),
(2088, 185, '_elementor_edit_mode', 'builder'),
(2089, 185, '_elementor_template_type', 'wp-page'),
(2090, 185, '_elementor_version', '4.2.1'),
(2091, 185, '_elementor_pro_version', '4.2.1'),
(2092, 185, '_elementor_global_class_usage_indexed_preview', '1'),
(2093, 185, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2094, 185, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2096, 185, '_elementor_page_settings', 'a:0:{}'),
(2097, 186, '_wp_page_template', 'elementor_header_footer'),
(2098, 186, '_elementor_global_class_usage_indexed', '1'),
(2099, 186, '_elementor_edit_mode', 'builder'),
(2100, 186, '_elementor_template_type', 'wp-page'),
(2101, 186, '_elementor_version', '4.2.1'),
(2102, 186, '_elementor_pro_version', '4.2.1'),
(2103, 186, '_elementor_global_class_usage_indexed_preview', '1'),
(2104, 186, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2105, 186, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2107, 186, '_elementor_page_settings', 'a:0:{}'),
(2108, 187, '_wp_page_template', 'elementor_header_footer'),
(2109, 187, '_elementor_global_class_usage_indexed', '1'),
(2110, 187, '_elementor_edit_mode', 'builder'),
(2111, 187, '_elementor_template_type', 'wp-page'),
(2112, 187, '_elementor_version', '4.2.1'),
(2113, 187, '_elementor_pro_version', '4.2.1'),
(2114, 187, '_elementor_global_class_usage_indexed_preview', '1'),
(2115, 187, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2116, 187, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"description_color\":\"#4B534F\",\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2122, 188, '_wp_page_template', 'elementor_header_footer'),
(2123, 188, '_elementor_global_class_usage_indexed', '1'),
(2124, 188, '_elementor_edit_mode', 'builder'),
(2125, 188, '_elementor_template_type', 'wp-page'),
(2126, 188, '_elementor_version', '4.2.1'),
(2127, 188, '_elementor_pro_version', '4.2.1'),
(2128, 188, '_elementor_global_class_usage_indexed_preview', '1'),
(2129, 188, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2130, 188, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"description_color\":\"#4B534F\",\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2165, 192, '_wp_page_template', 'elementor_header_footer'),
(2166, 192, '_elementor_global_class_usage_indexed', '1'),
(2167, 192, '_elementor_edit_mode', 'builder'),
(2168, 192, '_elementor_template_type', 'wp-page'),
(2169, 192, '_elementor_version', '4.2.1'),
(2170, 192, '_elementor_pro_version', '4.2.1'),
(2171, 192, '_elementor_global_class_usage_indexed_preview', '1'),
(2172, 192, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2173, 192, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2162, 191, '_wp_attached_file', '2026/07/spatula_2245725.svg'),
(2163, 191, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2087;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(2132, 188, '_elementor_page_settings', 'a:0:{}'),
(6532, 560, '_wp_page_template', 'elementor_header_footer'),
(6533, 560, '_elementor_global_class_usage_indexed', '1'),
(6534, 560, '_elementor_edit_mode', 'builder'),
(6535, 560, '_elementor_template_type', 'wp-page'),
(6536, 560, '_elementor_version', '4.2.1'),
(6537, 560, '_elementor_pro_version', '4.2.1'),
(6538, 560, '_elementor_global_class_usage_indexed_preview', '1'),
(6539, 560, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6540, 560, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2135, 189, '_wp_page_template', 'elementor_header_footer'),
(2136, 189, '_elementor_global_class_usage_indexed', '1'),
(2137, 189, '_elementor_edit_mode', 'builder'),
(2138, 189, '_elementor_template_type', 'wp-page'),
(2139, 189, '_elementor_version', '4.2.1'),
(2140, 189, '_elementor_pro_version', '4.2.1'),
(2141, 189, '_elementor_global_class_usage_indexed_preview', '1'),
(2142, 189, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2143, 189, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"description_color\":\"#4B534F\",\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2145, 189, '_elementor_page_settings', 'a:0:{}'),
(2148, 190, '_wp_page_template', 'elementor_header_footer'),
(2149, 190, '_elementor_global_class_usage_indexed', '1'),
(2150, 190, '_elementor_edit_mode', 'builder'),
(2151, 190, '_elementor_template_type', 'wp-page'),
(2152, 190, '_elementor_version', '4.2.1'),
(2153, 190, '_elementor_pro_version', '4.2.1'),
(2154, 190, '_elementor_global_class_usage_indexed_preview', '1'),
(2155, 190, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2156, 190, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(6529, 559, '_elementor_page_settings', 'a:0:{}'),
(2175, 192, '_elementor_page_settings', 'a:0:{}'),
(2176, 193, '_wp_page_template', 'elementor_header_footer'),
(2177, 193, '_elementor_global_class_usage_indexed', '1'),
(2178, 193, '_elementor_edit_mode', 'builder'),
(2179, 193, '_elementor_template_type', 'wp-page'),
(2180, 193, '_elementor_version', '4.2.1'),
(2181, 193, '_elementor_pro_version', '4.2.1'),
(2182, 193, '_elementor_global_class_usage_indexed_preview', '1'),
(2183, 193, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2184, 193, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2186, 193, '_elementor_page_settings', 'a:0:{}'),
(2187, 194, '_wp_page_template', 'elementor_header_footer'),
(2188, 194, '_elementor_global_class_usage_indexed', '1'),
(2189, 194, '_elementor_edit_mode', 'builder'),
(2190, 194, '_elementor_template_type', 'wp-page'),
(2191, 194, '_elementor_version', '4.2.1'),
(2192, 194, '_elementor_pro_version', '4.2.1'),
(2193, 194, '_elementor_global_class_usage_indexed_preview', '1'),
(2194, 194, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2195, 194, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2199, 195, '_wp_page_template', 'elementor_header_footer'),
(2200, 195, '_elementor_global_class_usage_indexed', '1'),
(2201, 195, '_elementor_edit_mode', 'builder'),
(2202, 195, '_elementor_template_type', 'wp-page'),
(2203, 195, '_elementor_version', '4.2.1'),
(2204, 195, '_elementor_pro_version', '4.2.1'),
(2205, 195, '_elementor_global_class_usage_indexed_preview', '1'),
(2206, 195, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2207, 195, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2209, 195, '_elementor_page_settings', 'a:0:{}'),
(2210, 196, '_wp_page_template', 'elementor_header_footer'),
(2211, 196, '_elementor_global_class_usage_indexed', '1'),
(2212, 196, '_elementor_edit_mode', 'builder'),
(2213, 196, '_elementor_template_type', 'wp-page'),
(2214, 196, '_elementor_version', '4.2.1'),
(2215, 196, '_elementor_pro_version', '4.2.1'),
(2216, 196, '_elementor_global_class_usage_indexed_preview', '1'),
(2217, 196, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2218, 196, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2220, 196, '_elementor_page_settings', 'a:0:{}'),
(2221, 197, '_wp_page_template', 'elementor_header_footer'),
(2222, 197, '_elementor_global_class_usage_indexed', '1'),
(2223, 197, '_elementor_edit_mode', 'builder'),
(2224, 197, '_elementor_template_type', 'wp-page'),
(2225, 197, '_elementor_version', '4.2.1'),
(2226, 197, '_elementor_pro_version', '4.2.1'),
(2227, 197, '_elementor_global_class_usage_indexed_preview', '1'),
(2228, 197, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2229, 197, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2264, 204, '_wp_page_template', 'elementor_header_footer'),
(2265, 204, '_elementor_global_class_usage_indexed', '1'),
(2266, 204, '_elementor_edit_mode', 'builder'),
(2267, 204, '_elementor_template_type', 'wp-page'),
(2268, 204, '_elementor_version', '4.2.1'),
(2269, 204, '_elementor_pro_version', '4.2.1'),
(2270, 204, '_elementor_global_class_usage_indexed_preview', '1'),
(2271, 204, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2272, 204, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2303, 207, '_wp_page_template', 'elementor_header_footer'),
(2304, 207, '_elementor_global_class_usage_indexed', '1'),
(2305, 207, '_elementor_edit_mode', 'builder'),
(2306, 207, '_elementor_template_type', 'wp-page'),
(2307, 207, '_elementor_version', '4.2.1'),
(2308, 207, '_elementor_pro_version', '4.2.1'),
(2309, 207, '_elementor_global_class_usage_indexed_preview', '1'),
(2310, 207, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2311, 207, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2235, 198, '_wp_attached_file', '2026/07/paintbrush_10177140.svg'),
(2236, 198, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1519;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(2288, 206, '_wp_page_template', 'elementor_header_footer'),
(2289, 206, '_elementor_global_class_usage_indexed', '1'),
(2290, 206, '_elementor_edit_mode', 'builder'),
(2291, 206, '_elementor_template_type', 'wp-page'),
(2292, 206, '_elementor_version', '4.2.1'),
(2293, 206, '_elementor_pro_version', '4.2.1'),
(2294, 206, '_elementor_global_class_usage_indexed_preview', '1'),
(2295, 206, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2296, 206, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2252, 200, '_wp_attached_file', '2026/07/hanging-bulb_15265897.svg'),
(2253, 200, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:8878;s:5:\"width\";i:53;s:6:\"height\";i:53;}'),
(2255, 201, '_wp_attached_file', '2026/07/call_14213939.svg'),
(2256, 201, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:736;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),
(2258, 202, '_wp_attached_file', '2026/07/house-control_7803007.svg'),
(2259, 202, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1515;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(2261, 203, '_wp_attached_file', '2026/07/villa_9939629.svg'),
(2262, 203, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2748;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(6694, 572, '_elementor_version', '4.2.1'),
(6695, 572, '_elementor_pro_version', '4.2.1'),
(6696, 572, '_elementor_global_class_usage_indexed_preview', '1'),
(6697, 572, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6698, 572, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.mp4\",\"id\":562,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6691, 572, '_elementor_global_class_usage_indexed', '1'),
(6692, 572, '_elementor_edit_mode', 'builder'),
(6693, 572, '_elementor_template_type', 'wp-page'),
(2274, 204, '_elementor_page_settings', 'a:0:{}'),
(6690, 572, '_wp_page_template', 'elementor_header_footer'),
(6664, 570, '_wp_page_template', 'elementor_header_footer'),
(6665, 570, '_elementor_global_class_usage_indexed', '1'),
(6666, 570, '_elementor_edit_mode', 'builder'),
(6667, 570, '_elementor_template_type', 'wp-page'),
(6668, 570, '_elementor_version', '4.2.1'),
(6669, 570, '_elementor_pro_version', '4.2.1'),
(6670, 570, '_elementor_global_class_usage_indexed_preview', '1'),
(6671, 570, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6672, 570, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2276, 205, '_wp_page_template', 'elementor_header_footer'),
(2277, 205, '_elementor_global_class_usage_indexed', '1'),
(2278, 205, '_elementor_edit_mode', 'builder'),
(2279, 205, '_elementor_template_type', 'wp-page'),
(2280, 205, '_elementor_version', '4.2.1'),
(2281, 205, '_elementor_pro_version', '4.2.1'),
(2282, 205, '_elementor_global_class_usage_indexed_preview', '1'),
(2283, 205, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2284, 205, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2286, 205, '_elementor_page_settings', 'a:0:{}'),
(2345, 210, '_wp_page_template', 'elementor_header_footer'),
(2346, 210, '_elementor_global_class_usage_indexed', '1'),
(2347, 210, '_elementor_edit_mode', 'builder'),
(2348, 210, '_elementor_template_type', 'wp-page'),
(2349, 210, '_elementor_version', '4.2.1'),
(2350, 210, '_elementor_pro_version', '4.2.1'),
(2351, 210, '_elementor_global_class_usage_indexed_preview', '1'),
(2352, 210, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2353, 210, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2313, 207, '_elementor_page_settings', 'a:0:{}'),
(13264, 1056, '_wp_page_template', 'elementor_header_footer'),
(13265, 1056, '_elementor_global_class_usage_indexed', '1'),
(13266, 1056, '_elementor_edit_mode', 'builder'),
(13267, 1056, '_elementor_template_type', 'wp-page'),
(13268, 1056, '_elementor_version', '4.2.1'),
(13269, 1056, '_elementor_pro_version', '4.2.1'),
(13270, 1056, '_elementor_global_class_usage_indexed_preview', '1'),
(13271, 1056, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13272, 1056, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2316, 208, '_wp_page_template', 'elementor_header_footer'),
(2317, 208, '_elementor_global_class_usage_indexed', '1'),
(2318, 208, '_elementor_edit_mode', 'builder'),
(2319, 208, '_elementor_template_type', 'wp-page'),
(2320, 208, '_elementor_version', '4.2.1'),
(2321, 208, '_elementor_pro_version', '4.2.1'),
(2322, 208, '_elementor_global_class_usage_indexed_preview', '1'),
(2323, 208, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(2324, 208, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2326, 208, '_elementor_page_settings', 'a:0:{}'),
(6503, 558, '_wp_page_template', 'elementor_header_footer'),
(6504, 558, '_elementor_global_class_usage_indexed', '1'),
(6505, 558, '_elementor_edit_mode', 'builder'),
(6506, 558, '_elementor_template_type', 'wp-page'),
(6507, 558, '_elementor_version', '4.2.1'),
(6508, 558, '_elementor_pro_version', '4.2.1'),
(6509, 558, '_elementor_global_class_usage_indexed_preview', '1'),
(6510, 558, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6511, 558, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2329, 209, '_wp_page_template', 'elementor_header_footer'),
(2330, 209, '_elementor_global_class_usage_indexed', '1'),
(2331, 209, '_elementor_edit_mode', 'builder'),
(2332, 209, '_elementor_template_type', 'wp-page'),
(2333, 209, '_elementor_version', '4.2.1'),
(2334, 209, '_elementor_pro_version', '4.2.1'),
(2335, 209, '_elementor_global_class_usage_indexed_preview', '1'),
(2336, 209, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2337, 209, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2385, 213, '_wp_page_template', 'elementor_header_footer'),
(2386, 213, '_elementor_global_class_usage_indexed', '1'),
(2387, 213, '_elementor_edit_mode', 'builder'),
(2388, 213, '_elementor_template_type', 'wp-page'),
(2389, 213, '_elementor_version', '4.2.1'),
(2390, 213, '_elementor_pro_version', '4.2.1'),
(2391, 213, '_elementor_global_class_usage_indexed_preview', '1'),
(2392, 213, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2393, 213, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2355, 210, '_elementor_page_settings', 'a:0:{}'),
(6500, 557, '_elementor_page_settings', 'a:0:{}'),
(2358, 211, '_wp_page_template', 'elementor_header_footer'),
(2359, 211, '_elementor_global_class_usage_indexed', '1'),
(2360, 211, '_elementor_edit_mode', 'builder'),
(2361, 211, '_elementor_template_type', 'wp-page'),
(2362, 211, '_elementor_version', '4.2.1'),
(2363, 211, '_elementor_pro_version', '4.2.1'),
(2364, 211, '_elementor_global_class_usage_indexed_preview', '1'),
(2365, 211, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2366, 211, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2368, 211, '_elementor_page_settings', 'a:0:{}'),
(6492, 557, '_elementor_edit_mode', 'builder'),
(6493, 557, '_elementor_template_type', 'wp-page'),
(6494, 557, '_elementor_version', '4.2.1'),
(6495, 557, '_elementor_pro_version', '4.2.1'),
(6496, 557, '_elementor_global_class_usage_indexed_preview', '1'),
(6497, 557, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6498, 557, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2371, 212, '_wp_page_template', 'elementor_header_footer'),
(2372, 212, '_elementor_global_class_usage_indexed', '1'),
(2373, 212, '_elementor_edit_mode', 'builder'),
(2374, 212, '_elementor_template_type', 'wp-page'),
(2375, 212, '_elementor_version', '4.2.1'),
(2376, 212, '_elementor_pro_version', '4.2.1'),
(2377, 212, '_elementor_global_class_usage_indexed_preview', '1'),
(2378, 212, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2379, 212, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(6490, 557, '_wp_page_template', 'elementor_header_footer'),
(6491, 557, '_elementor_global_class_usage_indexed', '1'),
(2395, 213, '_elementor_page_settings', 'a:0:{}'),
(2396, 214, '_wp_page_template', 'elementor_header_footer'),
(2397, 214, '_elementor_global_class_usage_indexed', '1'),
(2398, 214, '_elementor_edit_mode', 'builder'),
(2399, 214, '_elementor_template_type', 'wp-page'),
(2400, 214, '_elementor_version', '4.2.1'),
(2401, 214, '_elementor_pro_version', '4.2.1'),
(2402, 214, '_elementor_global_class_usage_indexed_preview', '1'),
(2403, 214, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2404, 214, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2406, 214, '_elementor_page_settings', 'a:0:{}'),
(2407, 215, '_wp_page_template', 'elementor_header_footer'),
(2408, 215, '_elementor_global_class_usage_indexed', '1'),
(2409, 215, '_elementor_edit_mode', 'builder'),
(2410, 215, '_elementor_template_type', 'wp-page'),
(2411, 215, '_elementor_version', '4.2.1'),
(2412, 215, '_elementor_pro_version', '4.2.1'),
(2413, 215, '_elementor_global_class_usage_indexed_preview', '1'),
(2414, 215, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2415, 215, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2421, 216, '_wp_page_template', 'elementor_header_footer'),
(2422, 216, '_elementor_global_class_usage_indexed', '1'),
(2423, 216, '_elementor_edit_mode', 'builder'),
(2424, 216, '_elementor_template_type', 'wp-page'),
(2425, 216, '_elementor_version', '4.2.1'),
(2426, 216, '_elementor_pro_version', '4.2.1'),
(2427, 216, '_elementor_global_class_usage_indexed_preview', '1'),
(2428, 216, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2429, 216, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2463, 219, '_wp_page_template', 'elementor_header_footer'),
(2464, 219, '_elementor_global_class_usage_indexed', '1'),
(2465, 219, '_elementor_edit_mode', 'builder'),
(2466, 219, '_elementor_template_type', 'wp-page'),
(2467, 219, '_elementor_version', '4.2.1'),
(2468, 219, '_elementor_pro_version', '4.2.1'),
(2469, 219, '_elementor_global_class_usage_indexed_preview', '1'),
(2470, 219, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2471, 219, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"d0a8a8f\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2545, 225, '_wp_page_template', 'elementor_header_footer'),
(2546, 225, '_elementor_global_class_usage_indexed', '1'),
(2547, 225, '_elementor_edit_mode', 'builder'),
(2548, 225, '_elementor_template_type', 'wp-page'),
(2549, 225, '_elementor_version', '4.2.1'),
(2550, 225, '_elementor_pro_version', '4.2.1'),
(2551, 225, '_elementor_global_class_usage_indexed_preview', '1'),
(2552, 225, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2553, 225, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\"RE Q U E S T Y O U R E S TIMATE\",\"description\":\"Call, text, or fill out the form online. Jaime\\nwill get back to you fast \\u2014 usually same\\nday.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"01\",\"subtitle\":\"RE Q U E S T Y O U R E S TIMATE\",\"description\":\"<p>Call, text, or fill out the form online. Jaime<br \\/>will get back to you fast \\u2014 usually same<br \\/>day.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"01\",\"subtitle\":\"RE Q U E S T Y O U R E S TIMATE\",\"description\":\"<p>Call, text, or fill out the form online. Jaime<br \\/>will get back to you fast \\u2014 usually same<br \\/>day.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(5729, 487, '_elementor_page_settings', 'a:0:{}'),
(2431, 216, '_elementor_page_settings', 'a:0:{}'),
(2434, 217, '_wp_page_template', 'elementor_header_footer'),
(2435, 217, '_elementor_global_class_usage_indexed', '1'),
(2436, 217, '_elementor_edit_mode', 'builder'),
(2437, 217, '_elementor_template_type', 'wp-page'),
(2438, 217, '_elementor_version', '4.2.1'),
(2439, 217, '_elementor_pro_version', '4.2.1'),
(2440, 217, '_elementor_global_class_usage_indexed_preview', '1'),
(2441, 217, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2442, 217, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2444, 217, '_elementor_page_settings', 'a:0:{}'),
(6487, 556, '_elementor_page_settings', 'a:0:{}'),
(2489, 221, '_wp_page_template', 'elementor_header_footer'),
(2490, 221, '_elementor_global_class_usage_indexed', '1'),
(2491, 221, '_elementor_edit_mode', 'builder'),
(2492, 221, '_elementor_template_type', 'wp-page'),
(2493, 221, '_elementor_version', '4.2.1'),
(2494, 221, '_elementor_pro_version', '4.2.1'),
(2495, 221, '_elementor_global_class_usage_indexed_preview', '1'),
(2496, 221, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2497, 221, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"380b67b\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"dc18ef4\",\"subtitle\":\"RE Q U E S T Y O U R E S TIMATE\",\"description\":\"<p>Enter info box description<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"sub_title_html_tag\":\"h6\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"775c65c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(2447, 218, '_wp_page_template', 'elementor_header_footer'),
(2448, 218, '_elementor_global_class_usage_indexed', '1'),
(2449, 218, '_elementor_edit_mode', 'builder'),
(2450, 218, '_elementor_template_type', 'wp-page'),
(2451, 218, '_elementor_version', '4.2.1'),
(2452, 218, '_elementor_pro_version', '4.2.1'),
(2453, 218, '_elementor_global_class_usage_indexed_preview', '1'),
(2454, 218, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2455, 218, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"d0a8a8f\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(6520, 559, '_elementor_global_class_usage_indexed', '1'),
(6521, 559, '_elementor_edit_mode', 'builder'),
(6522, 559, '_elementor_template_type', 'wp-page'),
(6523, 559, '_elementor_version', '4.2.1'),
(6524, 559, '_elementor_pro_version', '4.2.1'),
(6525, 559, '_elementor_global_class_usage_indexed_preview', '1'),
(6526, 559, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6527, 559, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2505, 222, '_wp_page_template', 'elementor_header_footer'),
(2506, 222, '_elementor_global_class_usage_indexed', '1'),
(2507, 222, '_elementor_edit_mode', 'builder'),
(2508, 222, '_elementor_template_type', 'wp-page'),
(2509, 222, '_elementor_version', '4.2.1'),
(2510, 222, '_elementor_pro_version', '4.2.1'),
(2511, 222, '_elementor_global_class_usage_indexed_preview', '1'),
(2512, 222, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2513, 222, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"380b67b\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"dc18ef4\",\"subtitle\":\"RE Q U E S T Y O U R E S TIMATE\",\"description\":\"<p>Enter info box description<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"sub_title_html_tag\":\"h6\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"775c65c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(2473, 219, '_elementor_page_settings', 'a:0:{}'),
(2476, 220, '_wp_page_template', 'elementor_header_footer'),
(2477, 220, '_elementor_global_class_usage_indexed', '1'),
(2478, 220, '_elementor_edit_mode', 'builder'),
(2479, 220, '_elementor_template_type', 'wp-page'),
(2480, 220, '_elementor_version', '4.2.1'),
(2481, 220, '_elementor_pro_version', '4.2.1'),
(2482, 220, '_elementor_global_class_usage_indexed_preview', '1'),
(2483, 220, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2484, 220, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"d0a8a8f\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2486, 220, '_elementor_page_settings', 'a:0:{}'),
(6461, 555, '_wp_page_template', 'elementor_header_footer'),
(6462, 555, '_elementor_global_class_usage_indexed', '1'),
(6463, 555, '_elementor_edit_mode', 'builder'),
(6464, 555, '_elementor_template_type', 'wp-page'),
(6465, 555, '_elementor_version', '4.2.1'),
(6466, 555, '_elementor_pro_version', '4.2.1'),
(6467, 555, '_elementor_global_class_usage_indexed_preview', '1'),
(6468, 555, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6469, 555, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(13288, 1058, '_wp_page_template', 'elementor_header_footer'),
(2567, 227, '_wp_page_template', 'elementor_header_footer'),
(2515, 222, '_elementor_page_settings', 'a:0:{}'),
(6458, 554, '_elementor_page_settings', 'a:0:{}'),
(2518, 223, '_wp_page_template', 'elementor_header_footer'),
(2519, 223, '_elementor_global_class_usage_indexed', '1'),
(2520, 223, '_elementor_edit_mode', 'builder'),
(2521, 223, '_elementor_template_type', 'wp-page'),
(2522, 223, '_elementor_version', '4.2.1'),
(2523, 223, '_elementor_pro_version', '4.2.1'),
(2524, 223, '_elementor_global_class_usage_indexed_preview', '1'),
(2525, 223, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2526, 223, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"380b67b\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"dc18ef4\",\"subtitle\":\"RE Q U E S T Y O U R E S TIMATE\",\"description\":\"<p>Enter info box description<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"sub_title_html_tag\":\"h6\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"775c65c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(2528, 223, '_elementor_page_settings', 'a:0:{}'),
(6448, 554, '_wp_page_template', 'elementor_header_footer'),
(6449, 554, '_elementor_global_class_usage_indexed', '1'),
(6450, 554, '_elementor_edit_mode', 'builder'),
(6451, 554, '_elementor_template_type', 'wp-page'),
(6452, 554, '_elementor_version', '4.2.1'),
(6453, 554, '_elementor_pro_version', '4.2.1'),
(6454, 554, '_elementor_global_class_usage_indexed_preview', '1'),
(6455, 554, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6456, 554, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2531, 224, '_wp_page_template', 'elementor_header_footer'),
(2532, 224, '_elementor_global_class_usage_indexed', '1'),
(2533, 224, '_elementor_edit_mode', 'builder'),
(2534, 224, '_elementor_template_type', 'wp-page'),
(2535, 224, '_elementor_version', '4.2.1'),
(2536, 224, '_elementor_pro_version', '4.2.1'),
(2537, 224, '_elementor_global_class_usage_indexed_preview', '1'),
(2538, 224, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2539, 224, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\"RE Q U E S T Y O U R E S TIMATE\",\"description\":\"Call, text, or fill out the form online. Jaime\\nwill get back to you fast \\u2014 usually same\\nday.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"01\",\"subtitle\":\"RE Q U E S T Y O U R E S TIMATE\",\"description\":\"<p>Call, text, or fill out the form online. Jaime<br \\/>will get back to you fast \\u2014 usually same<br \\/>day.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"01\",\"subtitle\":\"RE Q U E S T Y O U R E S TIMATE\",\"description\":\"<p>Call, text, or fill out the form online. Jaime<br \\/>will get back to you fast \\u2014 usually same<br \\/>day.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(2555, 225, '_elementor_page_settings', 'a:0:{}'),
(2556, 226, '_wp_page_template', 'elementor_header_footer'),
(2557, 226, '_elementor_global_class_usage_indexed', '1'),
(2558, 226, '_elementor_edit_mode', 'builder'),
(2559, 226, '_elementor_template_type', 'wp-page'),
(2560, 226, '_elementor_version', '4.2.1'),
(2561, 226, '_elementor_pro_version', '4.2.1'),
(2562, 226, '_elementor_global_class_usage_indexed_preview', '1'),
(2563, 226, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2564, 226, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\"RE Q U E S T Y O U R E S TIMATE\",\"description\":\"Call, text, or fill out the form online. Jaime\\nwill get back to you fast \\u2014 usually same\\nday.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"01\",\"subtitle\":\"RE Q U E S T Y O U R E S TIMATE\",\"description\":\"<p>Call, text, or fill out the form online. Jaime<br \\/>will get back to you fast \\u2014 usually same<br \\/>day.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"01\",\"subtitle\":\"RE Q U E S T Y O U R E S TIMATE\",\"description\":\"<p>Call, text, or fill out the form online. Jaime<br \\/>will get back to you fast \\u2014 usually same<br \\/>day.<\\/p>\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(2566, 226, '_elementor_page_settings', 'a:0:{}'),
(2568, 227, '_elementor_global_class_usage_indexed', '1'),
(2569, 227, '_elementor_edit_mode', 'builder'),
(2570, 227, '_elementor_template_type', 'wp-page'),
(2571, 227, '_elementor_version', '4.2.1'),
(2572, 227, '_elementor_pro_version', '4.2.1'),
(2573, 227, '_elementor_global_class_usage_indexed_preview', '1'),
(2574, 227, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2575, 227, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\"RE Q U E S T Y O U R E S TIMATE\",\"description\":\"Call, text, or fill out the form online. Jaime\\nwill get back to you fast \\u2014 usually same\\nday.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"WE C OME T O Y O U\",\"description\":\"Jaime visits your home or property,\\nassesses the work, and gives you a clear,\\nhonest quote \\u2014 no surprises.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"C LEA N WO RK, D O N E RI G H T\",\"description\":\"We complete the job on schedule, clean up\\ncompletely, and leave your walls smooth\\nand ready to paint.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(2579, 228, '_wp_page_template', 'elementor_header_footer'),
(2580, 228, '_elementor_global_class_usage_indexed', '1'),
(2581, 228, '_elementor_edit_mode', 'builder'),
(2582, 228, '_elementor_template_type', 'wp-page'),
(2583, 228, '_elementor_version', '4.2.1'),
(2584, 228, '_elementor_pro_version', '4.2.1'),
(2585, 228, '_elementor_global_class_usage_indexed_preview', '1'),
(2586, 228, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2587, 228, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\"RE Q U E S T Y O U R E S TIMATE\",\"description\":\"Call, text, or fill out the form online. Jaime\\nwill get back to you fast \\u2014 usually same\\nday.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"WE C OME T O Y O U\",\"description\":\"Jaime visits your home or property,\\nassesses the work, and gives you a clear,\\nhonest quote \\u2014 no surprises.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"C LEA N WO RK, D O N E RI G H T\",\"description\":\"We complete the job on schedule, clean up\\ncompletely, and leave your walls smooth\\nand ready to paint.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(2589, 228, '_elementor_page_settings', 'a:0:{}'),
(2590, 229, '_wp_page_template', 'elementor_header_footer'),
(2591, 229, '_elementor_global_class_usage_indexed', '1'),
(2592, 229, '_elementor_edit_mode', 'builder'),
(2593, 229, '_elementor_template_type', 'wp-page'),
(2594, 229, '_elementor_version', '4.2.1'),
(2595, 229, '_elementor_pro_version', '4.2.1'),
(2596, 229, '_elementor_global_class_usage_indexed_preview', '1'),
(2597, 229, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2598, 229, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\"RE Q U E S T Y O U R E S TIMATE\",\"description\":\"Call, text, or fill out the form online. Jaime\\nwill get back to you fast \\u2014 usually same\\nday.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"WE C OME T O Y O U\",\"description\":\"Jaime visits your home or property,\\nassesses the work, and gives you a clear,\\nhonest quote \\u2014 no surprises.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"C LEA N WO RK, D O N E RI G H T\",\"description\":\"We complete the job on schedule, clean up\\ncompletely, and leave your walls smooth\\nand ready to paint.\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(2600, 229, '_elementor_page_settings', 'a:0:{}'),
(2601, 230, '_wp_page_template', 'elementor_header_footer'),
(2602, 230, '_elementor_global_class_usage_indexed', '1'),
(2603, 230, '_elementor_edit_mode', 'builder'),
(2604, 230, '_elementor_template_type', 'wp-page'),
(2605, 230, '_elementor_version', '4.2.1'),
(2606, 230, '_elementor_pro_version', '4.2.1'),
(2607, 230, '_elementor_global_class_usage_indexed_preview', '1'),
(2608, 230, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2609, 230, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\"RE Q U E S T Y O U R E S TIMATE\",\"description\":\"Call, text, or fill out the form online. Jaime\\nwill get back to you fast \\u2014 usually same\\nday.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"WE C OME T O Y O U\",\"description\":\"Jaime visits your home or property,\\nassesses the work, and gives you a clear,\\nhonest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"C LEA N WO RK, D O N E RI G H T\",\"description\":\"We complete the job on schedule, clean up\\ncompletely, and leave your walls smooth\\nand ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(2617, 232, '_wp_page_template', 'elementor_header_footer'),
(2618, 232, '_elementor_global_class_usage_indexed', '1'),
(2619, 232, '_elementor_edit_mode', 'builder'),
(2620, 232, '_elementor_template_type', 'wp-page'),
(2621, 232, '_elementor_version', '4.2.1'),
(2622, 232, '_elementor_pro_version', '4.2.1'),
(2623, 232, '_elementor_global_class_usage_indexed_preview', '1'),
(2624, 232, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2625, 232, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\"RE Q U E S T Y O U R E S TIMATE\",\"description\":\"Call, text, or fill out the form online. Jaime\\nwill get back to you fast \\u2014 usually same\\nday.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"WE C OME T O Y O U\",\"description\":\"Jaime visits your home or property,\\nassesses the work, and gives you a clear,\\nhonest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"C LEA N WO RK, D O N E RI G H T\",\"description\":\"We complete the job on schedule, clean up\\ncompletely, and leave your walls smooth\\nand ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(2660, 236, '_wp_page_template', 'elementor_header_footer'),
(2661, 236, '_elementor_global_class_usage_indexed', '1'),
(2662, 236, '_elementor_edit_mode', 'builder'),
(2663, 236, '_elementor_template_type', 'wp-page'),
(2664, 236, '_elementor_version', '4.2.1'),
(2665, 236, '_elementor_pro_version', '4.2.1'),
(2666, 236, '_elementor_global_class_usage_indexed_preview', '1'),
(2667, 236, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2668, 236, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime<br \\/>will get back to you fast \\u2014 usually same<br \\/>day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property,<br \\/>assesses the work, and gives you a clear,<br \\/>honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up<br \\/>completely, and leave your walls smooth<br \\/>and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(2657, 235, '_edit_lock', '1785416771:1'),
(2658, 235, '_wp_trash_meta_status', 'publish'),
(2659, 235, '_wp_trash_meta_time', '1785416796'),
(2615, 231, '_wp_trash_meta_status', 'publish'),
(2616, 231, '_wp_trash_meta_time', '1785416656'),
(2627, 232, '_elementor_page_settings', 'a:0:{}'),
(6445, 553, '_elementor_page_settings', 'a:0:{}'),
(2630, 233, '_wp_page_template', 'elementor_header_footer'),
(2631, 233, '_elementor_global_class_usage_indexed', '1'),
(2632, 233, '_elementor_edit_mode', 'builder'),
(2633, 233, '_elementor_template_type', 'wp-page'),
(2634, 233, '_elementor_version', '4.2.1'),
(2635, 233, '_elementor_pro_version', '4.2.1'),
(2636, 233, '_elementor_global_class_usage_indexed_preview', '1'),
(2637, 233, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2638, 233, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\"RE Q U E S T Y O U R E S TIMATE\",\"description\":\"Call, text, or fill out the form online. Jaime\\nwill get back to you fast \\u2014 usually same\\nday.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"WE C OME T O Y O U\",\"description\":\"Jaime visits your home or property,\\nassesses the work, and gives you a clear,\\nhonest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"C LEA N WO RK, D O N E RI G H T\",\"description\":\"We complete the job on schedule, clean up\\ncompletely, and leave your walls smooth\\nand ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(2640, 233, '_elementor_page_settings', 'a:0:{}'),
(6477, 556, '_wp_page_template', 'elementor_header_footer'),
(6478, 556, '_elementor_global_class_usage_indexed', '1'),
(6479, 556, '_elementor_edit_mode', 'builder'),
(6480, 556, '_elementor_template_type', 'wp-page'),
(6481, 556, '_elementor_version', '4.2.1'),
(6482, 556, '_elementor_pro_version', '4.2.1'),
(6483, 556, '_elementor_global_class_usage_indexed_preview', '1'),
(6484, 556, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6485, 556, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6714, 573, '_elementor_page_settings', 'a:0:{}'),
(2643, 234, '_wp_page_template', 'elementor_header_footer'),
(2644, 234, '_elementor_global_class_usage_indexed', '1'),
(2645, 234, '_elementor_edit_mode', 'builder'),
(2646, 234, '_elementor_template_type', 'wp-page'),
(2647, 234, '_elementor_version', '4.2.1'),
(2648, 234, '_elementor_pro_version', '4.2.1'),
(2649, 234, '_elementor_global_class_usage_indexed_preview', '1'),
(2650, 234, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2651, 234, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime<br \\/>will get back to you fast \\u2014 usually same<br \\/>day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property,<br \\/>assesses the work, and gives you a clear,<br \\/>honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up<br \\/>completely, and leave your walls smooth<br \\/>and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(2670, 236, '_elementor_page_settings', 'a:0:{}'),
(2671, 237, '_wp_page_template', 'elementor_header_footer'),
(2672, 237, '_elementor_global_class_usage_indexed', '1'),
(2673, 237, '_elementor_edit_mode', 'builder'),
(2674, 237, '_elementor_template_type', 'wp-page'),
(2675, 237, '_elementor_version', '4.2.1'),
(2676, 237, '_elementor_pro_version', '4.2.1'),
(2677, 237, '_elementor_global_class_usage_indexed_preview', '1'),
(2678, 237, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2679, 237, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime<br \\/>will get back to you fast \\u2014 usually same<br \\/>day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property,<br \\/>assesses the work, and gives you a clear,<br \\/>honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up<br \\/>completely, and leave your walls smooth<br \\/>and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(2681, 237, '_elementor_page_settings', 'a:0:{}'),
(2682, 238, '_wp_page_template', 'elementor_header_footer'),
(2683, 238, '_elementor_global_class_usage_indexed', '1'),
(2684, 238, '_elementor_edit_mode', 'builder'),
(2685, 238, '_elementor_template_type', 'wp-page'),
(2686, 238, '_elementor_version', '4.2.1'),
(2687, 238, '_elementor_pro_version', '4.2.1'),
(2688, 238, '_elementor_global_class_usage_indexed_preview', '1'),
(2689, 238, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2690, 238, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime<br \\/>will get back to you fast \\u2014 usually same<br \\/>day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property,<br \\/>assesses the work, and gives you a clear,<br \\/>honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up<br \\/>completely, and leave your walls smooth<br \\/>and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(2696, 239, '_wp_page_template', 'elementor_header_footer'),
(2697, 239, '_elementor_global_class_usage_indexed', '1'),
(2698, 239, '_elementor_edit_mode', 'builder'),
(2699, 239, '_elementor_template_type', 'wp-page'),
(2700, 239, '_elementor_version', '4.2.1'),
(2701, 239, '_elementor_pro_version', '4.2.1'),
(2702, 239, '_elementor_global_class_usage_indexed_preview', '1'),
(2703, 239, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2704, 239, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime<br \\/>will get back to you fast \\u2014 usually same<br \\/>day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property,<br \\/>assesses the work, and gives you a clear,<br \\/>honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up<br \\/>completely, and leave your walls smooth<br \\/>and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(2752, 243, '_wp_page_template', 'elementor_header_footer'),
(2753, 243, '_elementor_global_class_usage_indexed', '1'),
(2754, 243, '_elementor_edit_mode', 'builder'),
(2755, 243, '_elementor_template_type', 'wp-page'),
(2756, 243, '_elementor_version', '4.2.1'),
(2757, 243, '_elementor_pro_version', '4.2.1'),
(2758, 243, '_elementor_global_class_usage_indexed_preview', '1'),
(2759, 243, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2760, 243, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(2706, 239, '_elementor_page_settings', 'a:0:{}'),
(6420, 551, '_elementor_page_settings', 'a:0:{}'),
(6435, 553, '_wp_page_template', 'elementor_header_footer'),
(6436, 553, '_elementor_global_class_usage_indexed', '1'),
(6437, 553, '_elementor_edit_mode', 'builder'),
(6438, 553, '_elementor_template_type', 'wp-page'),
(6439, 553, '_elementor_version', '4.2.1'),
(6440, 553, '_elementor_pro_version', '4.2.1'),
(6441, 553, '_elementor_global_class_usage_indexed_preview', '1'),
(6519, 559, '_wp_page_template', 'elementor_header_footer'),
(2709, 240, '_wp_page_template', 'elementor_header_footer'),
(2710, 240, '_elementor_global_class_usage_indexed', '1'),
(2711, 240, '_elementor_edit_mode', 'builder'),
(2712, 240, '_elementor_template_type', 'wp-page'),
(2713, 240, '_elementor_version', '4.2.1'),
(2714, 240, '_elementor_pro_version', '4.2.1'),
(2715, 240, '_elementor_global_class_usage_indexed_preview', '1'),
(2716, 240, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2717, 240, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime<br \\/>will get back to you fast \\u2014 usually same<br \\/>day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property,<br \\/>assesses the work, and gives you a clear,<br \\/>honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up<br \\/>completely, and leave your walls smooth<br \\/>and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(2719, 240, '_elementor_page_settings', 'a:0:{}'),
(6421, 552, '_wp_page_template', 'elementor_header_footer'),
(6422, 552, '_elementor_global_class_usage_indexed', '1'),
(6423, 552, '_elementor_edit_mode', 'builder'),
(6424, 552, '_elementor_template_type', 'wp-page'),
(6425, 552, '_elementor_version', '4.2.1'),
(6426, 552, '_elementor_pro_version', '4.2.1'),
(6427, 552, '_elementor_global_class_usage_indexed_preview', '1'),
(6397, 549, '_wp_attached_file', '2026/08/video-1.jpg'),
(6442, 553, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6443, 553, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6398, 549, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:19:\"2026/08/video-1.jpg\";s:8:\"filesize\";i:102966;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"video-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20955;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"video-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8837;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"video-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92764;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(6409, 550, '_elementor_page_settings', 'a:0:{}'),
(6410, 551, '_wp_page_template', 'elementor_header_footer'),
(6411, 551, '_elementor_global_class_usage_indexed', '1'),
(6412, 551, '_elementor_edit_mode', 'builder'),
(6413, 551, '_elementor_template_type', 'wp-page'),
(6414, 551, '_elementor_version', '4.2.1'),
(6415, 551, '_elementor_pro_version', '4.2.1'),
(6416, 551, '_elementor_global_class_usage_indexed_preview', '1'),
(6417, 551, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6418, 551, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2722, 241, '_wp_page_template', 'elementor_header_footer'),
(2723, 241, '_elementor_global_class_usage_indexed', '1'),
(2724, 241, '_elementor_edit_mode', 'builder'),
(2725, 241, '_elementor_template_type', 'wp-page'),
(2726, 241, '_elementor_version', '4.2.1'),
(2727, 241, '_elementor_pro_version', '4.2.1'),
(2728, 241, '_elementor_global_class_usage_indexed_preview', '1'),
(2729, 241, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2730, 241, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(6399, 550, '_wp_page_template', 'elementor_header_footer'),
(6400, 550, '_elementor_global_class_usage_indexed', '1'),
(6401, 550, '_elementor_edit_mode', 'builder'),
(6402, 550, '_elementor_template_type', 'wp-page'),
(6403, 550, '_elementor_version', '4.2.1'),
(6404, 550, '_elementor_pro_version', '4.2.1'),
(6405, 550, '_elementor_global_class_usage_indexed_preview', '1'),
(6406, 550, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6407, 550, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6428, 552, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6429, 552, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2791, 246, '_wp_page_template', 'elementor_header_footer'),
(2792, 246, '_elementor_global_class_usage_indexed', '1'),
(2793, 246, '_elementor_edit_mode', 'builder'),
(2794, 246, '_elementor_template_type', 'wp-page'),
(2795, 246, '_elementor_version', '4.2.1'),
(2796, 246, '_elementor_pro_version', '4.2.1'),
(2797, 246, '_elementor_global_class_usage_indexed_preview', '1'),
(2798, 246, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2799, 246, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"Based in Louisville. We know the area and show up when we say we will\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"f469655\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2782, 245, '_elementor_global_class_usage_indexed_preview', '1'),
(2783, 245, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2784, 245, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"Based in Louisville. We know the area and show up when we say we will\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"f469655\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2853, 251, '_wp_page_template', 'elementor_header_footer'),
(2854, 251, '_elementor_global_class_usage_indexed', '1'),
(2855, 251, '_elementor_edit_mode', 'builder'),
(2856, 251, '_elementor_template_type', 'wp-page'),
(2817, 248, '_wp_page_template', 'elementor_header_footer'),
(2776, 245, '_wp_page_template', 'elementor_header_footer'),
(2777, 245, '_elementor_global_class_usage_indexed', '1'),
(2778, 245, '_elementor_edit_mode', 'builder'),
(2779, 245, '_elementor_template_type', 'wp-page'),
(2780, 245, '_elementor_version', '4.2.1'),
(2781, 245, '_elementor_pro_version', '4.2.1'),
(2762, 243, '_elementor_page_settings', 'a:0:{}'),
(2764, 244, '_wp_page_template', 'elementor_header_footer'),
(2765, 244, '_elementor_global_class_usage_indexed', '1'),
(2766, 244, '_elementor_edit_mode', 'builder'),
(2767, 244, '_elementor_template_type', 'wp-page'),
(2768, 244, '_elementor_version', '4.2.1'),
(2769, 244, '_elementor_pro_version', '4.2.1'),
(2770, 244, '_elementor_global_class_usage_indexed_preview', '1'),
(2771, 244, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2772, 244, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),
(2774, 244, '_elementor_page_settings', 'a:0:{}'),
(5787, 492, '_wp_page_template', 'elementor_header_footer'),
(5761, 490, '_wp_page_template', 'elementor_header_footer'),
(5762, 490, '_elementor_global_class_usage_indexed', '1'),
(5763, 490, '_elementor_edit_mode', 'builder'),
(5764, 490, '_elementor_template_type', 'wp-page'),
(5765, 490, '_elementor_version', '4.2.1'),
(5766, 490, '_elementor_pro_version', '4.2.1'),
(5767, 490, '_elementor_global_class_usage_indexed_preview', '1'),
(5768, 490, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5769, 490, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\"\\/*.tab_section .e-n-tab-title{*\\/\\n\\/*    width: 95px !important;*\\/\\n \\n\\/*}*\\/\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(6035, 515, '_elementor_page_settings', 'a:0:{}'),
(6037, 516, '_elementor_global_class_usage_indexed', '1'),
(6038, 516, '_elementor_edit_mode', 'builder'),
(6039, 516, '_elementor_template_type', 'wp-page'),
(6040, 516, '_elementor_version', '4.2.1'),
(6041, 516, '_elementor_pro_version', '4.2.1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6042, 516, '_elementor_global_class_usage_indexed_preview', '1'),
(6043, 516, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6044, 516, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(2857, 251, '_elementor_version', '4.2.1'),
(2831, 249, '_wp_page_template', 'elementor_header_footer'),
(2832, 249, '_elementor_global_class_usage_indexed', '1'),
(2833, 249, '_elementor_edit_mode', 'builder'),
(2834, 249, '_elementor_template_type', 'wp-page'),
(2835, 249, '_elementor_version', '4.2.1'),
(2836, 249, '_elementor_pro_version', '4.2.1'),
(2837, 249, '_elementor_global_class_usage_indexed_preview', '1'),
(2838, 249, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2839, 249, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"Based in Louisville. We know the area and show up when we say we will\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"f469655\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2801, 246, '_elementor_page_settings', 'a:0:{}'),
(6337, 544, '_wp_page_template', 'elementor_header_footer'),
(6338, 544, '_elementor_global_class_usage_indexed', '1'),
(6339, 544, '_elementor_edit_mode', 'builder'),
(6340, 544, '_elementor_template_type', 'wp-page'),
(6341, 544, '_elementor_version', '4.2.1'),
(6342, 544, '_elementor_pro_version', '4.2.1'),
(6343, 544, '_elementor_global_class_usage_indexed_preview', '1'),
(6344, 544, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6345, 544, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"20e8e40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2804, 247, '_wp_page_template', 'elementor_header_footer'),
(2805, 247, '_elementor_global_class_usage_indexed', '1'),
(2806, 247, '_elementor_edit_mode', 'builder'),
(2807, 247, '_elementor_template_type', 'wp-page'),
(2808, 247, '_elementor_version', '4.2.1'),
(2809, 247, '_elementor_pro_version', '4.2.1'),
(2810, 247, '_elementor_global_class_usage_indexed_preview', '1'),
(2811, 247, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2812, 247, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"Based in Louisville. We know the area and show up when we say we will\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"f469655\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2814, 247, '_elementor_page_settings', 'a:0:{}'),
(2818, 248, '_elementor_global_class_usage_indexed', '1'),
(2819, 248, '_elementor_edit_mode', 'builder'),
(2820, 248, '_elementor_template_type', 'wp-page'),
(2821, 248, '_elementor_version', '4.2.1'),
(2822, 248, '_elementor_pro_version', '4.2.1'),
(2823, 248, '_elementor_global_class_usage_indexed_preview', '1'),
(2824, 248, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2825, 248, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"Based in Louisville. We know the area and show up when we say we will\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"f469655\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(5829, 495, '_wp_page_template', 'elementor_header_footer'),
(5803, 493, '_wp_page_template', 'elementor_header_footer'),
(5804, 493, '_elementor_global_class_usage_indexed', '1'),
(5805, 493, '_elementor_edit_mode', 'builder'),
(5806, 493, '_elementor_template_type', 'wp-page'),
(5807, 493, '_elementor_version', '4.2.1'),
(5808, 493, '_elementor_pro_version', '4.2.1'),
(5809, 493, '_elementor_global_class_usage_indexed_preview', '1'),
(5810, 493, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5811, 493, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title{\\n       padding: 15px 77px;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(6024, 514, '_elementor_page_settings', 'a:0:{}'),
(6025, 515, '_wp_page_template', 'elementor_header_footer'),
(6026, 515, '_elementor_global_class_usage_indexed', '1'),
(6027, 515, '_elementor_edit_mode', 'builder'),
(6028, 515, '_elementor_template_type', 'wp-page'),
(6029, 515, '_elementor_version', '4.2.1'),
(6030, 515, '_elementor_pro_version', '4.2.1'),
(6031, 515, '_elementor_global_class_usage_indexed_preview', '1'),
(6032, 515, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6033, 515, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(2841, 249, '_elementor_page_settings', 'a:0:{}'),
(2842, 250, '_wp_page_template', 'elementor_header_footer'),
(2843, 250, '_elementor_global_class_usage_indexed', '1'),
(2844, 250, '_elementor_edit_mode', 'builder'),
(2845, 250, '_elementor_template_type', 'wp-page'),
(2846, 250, '_elementor_version', '4.2.1'),
(2847, 250, '_elementor_pro_version', '4.2.1'),
(2848, 250, '_elementor_global_class_usage_indexed_preview', '1'),
(2849, 250, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2850, 250, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"Based in Louisville. We know the area and show up when we say we will\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"f469655\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2852, 250, '_elementor_page_settings', 'a:0:{}'),
(2858, 251, '_elementor_pro_version', '4.2.1'),
(2859, 251, '_elementor_global_class_usage_indexed_preview', '1'),
(2860, 251, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2861, 251, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"Based in Louisville. We know the area and show up when we say we will\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2887, 254, '_wp_page_template', 'elementor_header_footer'),
(2865, 252, '_wp_page_template', 'elementor_header_footer'),
(2866, 252, '_elementor_global_class_usage_indexed', '1'),
(2867, 252, '_elementor_edit_mode', 'builder'),
(2868, 252, '_elementor_template_type', 'wp-page'),
(2869, 252, '_elementor_version', '4.2.1'),
(2870, 252, '_elementor_pro_version', '4.2.1'),
(2871, 252, '_elementor_global_class_usage_indexed_preview', '1'),
(2872, 252, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2873, 252, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"Based in Louisville. We know the area and show up when we say we will\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2875, 252, '_elementor_page_settings', 'a:0:{}'),
(2876, 253, '_wp_page_template', 'elementor_header_footer'),
(2877, 253, '_elementor_global_class_usage_indexed', '1'),
(2878, 253, '_elementor_edit_mode', 'builder'),
(2879, 253, '_elementor_template_type', 'wp-page'),
(2880, 253, '_elementor_version', '4.2.1'),
(2881, 253, '_elementor_pro_version', '4.2.1'),
(2882, 253, '_elementor_global_class_usage_indexed_preview', '1'),
(2883, 253, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2884, 253, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"Based in Louisville. We know the area and show up when we say we will\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2886, 253, '_elementor_page_settings', 'a:0:{}'),
(2888, 254, '_elementor_global_class_usage_indexed', '1'),
(2889, 254, '_elementor_edit_mode', 'builder'),
(2890, 254, '_elementor_template_type', 'wp-page'),
(2891, 254, '_elementor_version', '4.2.1'),
(2892, 254, '_elementor_pro_version', '4.2.1'),
(2893, 254, '_elementor_global_class_usage_indexed_preview', '1'),
(2894, 254, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2895, 254, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"Based in Louisville. We know the area and show up when we say we will\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2901, 255, '_wp_page_template', 'elementor_header_footer'),
(2902, 255, '_elementor_global_class_usage_indexed', '1'),
(2903, 255, '_elementor_edit_mode', 'builder'),
(2904, 255, '_elementor_template_type', 'wp-page'),
(2905, 255, '_elementor_version', '4.2.1'),
(2906, 255, '_elementor_pro_version', '4.2.1'),
(2907, 255, '_elementor_global_class_usage_indexed_preview', '1'),
(2908, 255, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2909, 255, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"Based in Louisville. We know the area and show up when we say we will\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2943, 258, '_wp_page_template', 'elementor_header_footer'),
(2944, 258, '_elementor_global_class_usage_indexed', '1'),
(2945, 258, '_elementor_edit_mode', 'builder'),
(2946, 258, '_elementor_template_type', 'wp-page'),
(2947, 258, '_elementor_version', '4.2.1'),
(2948, 258, '_elementor_pro_version', '4.2.1'),
(2949, 258, '_elementor_global_class_usage_indexed_preview', '1'),
(2950, 258, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2951, 258, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2911, 255, '_elementor_page_settings', 'a:0:{}'),
(6324, 543, '_wp_page_template', 'elementor_header_footer'),
(6325, 543, '_elementor_global_class_usage_indexed', '1'),
(6326, 543, '_elementor_edit_mode', 'builder'),
(6327, 543, '_elementor_template_type', 'wp-page'),
(6328, 543, '_elementor_version', '4.2.1'),
(6329, 543, '_elementor_pro_version', '4.2.1'),
(6330, 543, '_elementor_global_class_usage_indexed_preview', '1'),
(6331, 543, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6332, 543, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"videopress\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"20e8e40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6334, 543, '_elementor_page_settings', 'a:0:{}'),
(2914, 256, '_wp_page_template', 'elementor_header_footer'),
(2915, 256, '_elementor_global_class_usage_indexed', '1'),
(2916, 256, '_elementor_edit_mode', 'builder'),
(2917, 256, '_elementor_template_type', 'wp-page'),
(2918, 256, '_elementor_version', '4.2.1'),
(2919, 256, '_elementor_pro_version', '4.2.1'),
(2920, 256, '_elementor_global_class_usage_indexed_preview', '1'),
(2921, 256, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2922, 256, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"Based in Louisville. We know the area and show up when we say we will\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2924, 256, '_elementor_page_settings', 'a:0:{}'),
(2927, 257, '_wp_page_template', 'elementor_header_footer'),
(2928, 257, '_elementor_global_class_usage_indexed', '1'),
(2929, 257, '_elementor_edit_mode', 'builder'),
(2930, 257, '_elementor_template_type', 'wp-page'),
(2931, 257, '_elementor_version', '4.2.1'),
(2932, 257, '_elementor_pro_version', '4.2.1'),
(2933, 257, '_elementor_global_class_usage_indexed_preview', '1'),
(2934, 257, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2935, 257, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(5771, 490, '_elementor_page_settings', 'a:0:{}'),
(3047, 272, '_wp_page_template', 'elementor_header_footer'),
(3023, 270, '_wp_page_template', 'elementor_header_footer'),
(3024, 270, '_elementor_global_class_usage_indexed', '1'),
(3025, 270, '_elementor_edit_mode', 'builder'),
(3026, 270, '_elementor_template_type', 'wp-page'),
(3027, 270, '_elementor_version', '4.2.1'),
(3028, 270, '_elementor_pro_version', '4.2.1'),
(3029, 270, '_elementor_global_class_usage_indexed_preview', '1'),
(3030, 270, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3031, 270, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2953, 258, '_elementor_page_settings', 'a:0:{}'),
(6378, 547, '_elementor_pro_version', '4.2.1'),
(6321, 542, '_elementor_page_settings', 'a:0:{}'),
(2956, 259, '_wp_page_template', 'elementor_header_footer'),
(2957, 259, '_elementor_global_class_usage_indexed', '1'),
(2958, 259, '_elementor_edit_mode', 'builder'),
(2959, 259, '_elementor_template_type', 'wp-page'),
(2960, 259, '_elementor_version', '4.2.1'),
(2961, 259, '_elementor_pro_version', '4.2.1'),
(2962, 259, '_elementor_global_class_usage_indexed_preview', '1'),
(2963, 259, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2964, 259, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2966, 259, '_elementor_page_settings', 'a:0:{}'),
(6351, 545, '_wp_page_template', 'elementor_header_footer'),
(6352, 545, '_elementor_global_class_usage_indexed', '1'),
(6353, 545, '_elementor_edit_mode', 'builder'),
(6354, 545, '_elementor_template_type', 'wp-page'),
(6355, 545, '_elementor_version', '4.2.1'),
(6356, 545, '_elementor_pro_version', '4.2.1'),
(6357, 545, '_elementor_global_class_usage_indexed_preview', '1'),
(6358, 545, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6359, 545, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"20e8e40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6361, 545, '_elementor_page_settings', 'a:0:{}'),
(6362, 546, '_wp_page_template', 'elementor_header_footer'),
(6363, 546, '_elementor_global_class_usage_indexed', '1'),
(6364, 546, '_elementor_edit_mode', 'builder'),
(6365, 546, '_elementor_template_type', 'wp-page'),
(6366, 546, '_elementor_version', '4.2.1'),
(6367, 546, '_elementor_pro_version', '4.2.1'),
(6368, 546, '_elementor_global_class_usage_indexed_preview', '1'),
(6369, 546, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6370, 546, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"20e8e40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2969, 260, '_wp_page_template', 'elementor_header_footer'),
(2970, 260, '_elementor_global_class_usage_indexed', '1'),
(2971, 260, '_elementor_edit_mode', 'builder'),
(2972, 260, '_elementor_template_type', 'wp-page'),
(2973, 260, '_elementor_version', '4.2.1'),
(2974, 260, '_elementor_pro_version', '4.2.1'),
(2975, 260, '_elementor_global_class_usage_indexed_preview', '1'),
(2976, 260, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2977, 260, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(5774, 491, '_wp_page_template', 'elementor_header_footer'),
(5775, 491, '_elementor_global_class_usage_indexed', '1'),
(5776, 491, '_elementor_edit_mode', 'builder'),
(5777, 491, '_elementor_template_type', 'wp-page'),
(5778, 491, '_elementor_version', '4.2.1'),
(5779, 491, '_elementor_pro_version', '4.2.1'),
(5780, 491, '_elementor_global_class_usage_indexed_preview', '1'),
(5781, 491, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5782, 491, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\"\\/*.tab_section .e-n-tab-title{*\\/\\n\\/*    width: 95px !important;*\\/\\n \\n\\/*}*\\/\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(3091, 276, '_wp_page_template', 'elementor_header_footer'),
(3065, 274, '_wp_page_template', 'elementor_header_footer'),
(3066, 274, '_elementor_global_class_usage_indexed', '1'),
(3067, 274, '_elementor_edit_mode', 'builder'),
(3068, 274, '_elementor_template_type', 'wp-page'),
(3069, 274, '_elementor_version', '4.2.1'),
(3070, 274, '_elementor_pro_version', '4.2.1'),
(3071, 274, '_elementor_global_class_usage_indexed_preview', '1'),
(3072, 274, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3073, 274, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/security_9397598.svg\",\"id\":262},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(2985, 261, '_wp_attached_file', '2026/07/service_16229789.svg'),
(2986, 261, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:3016;s:5:\"width\";i:64;s:6:\"height\";i:64;}'),
(2988, 262, '_wp_attached_file', '2026/07/security_9397598.svg'),
(2989, 262, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:558;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(2991, 263, '_wp_attached_file', '2026/07/map-pointer_3731692.svg'),
(2992, 263, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1292;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(10898, 887, '_elementor_source', 'post'),
(10899, 887, '_elementor_edit_mode', 'builder'),
(10900, 887, '_elementor_template_type', 'header'),
(10901, 887, '_elementor_version', '4.2.1'),
(10902, 887, '_elementor_pro_version', '4.2.1'),
(10903, 887, '_elementor_global_class_usage_indexed', '1'),
(10904, 887, '_elementor_global_class_usage_indexed_preview', '1'),
(10905, 887, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10906, 887, '_wp_page_template', 'default');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10907, 887, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":885,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":112,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2994, 264, '_wp_attached_file', '2026/07/paper_14090534.svg'),
(2995, 264, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1270;s:5:\"width\";i:482600;s:6:\"height\";i:482600;}'),
(2997, 265, '_wp_attached_file', '2026/07/favourite_11526941.svg'),
(2998, 265, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:5639;s:5:\"width\";i:32;s:6:\"height\";i:32;}'),
(3000, 266, '_wp_attached_file', '2026/07/audit_6416441.svg'),
(3001, 266, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1829;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(3003, 267, '_wp_attached_file', '2026/07/accounting_6416410.svg'),
(3004, 267, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1915;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(12624, 1013, '_elementor_source', 'post'),
(11017, 894, '_elementor_source', 'post'),
(11018, 894, '_elementor_edit_mode', 'builder'),
(11019, 894, '_elementor_template_type', 'footer'),
(11020, 894, '_elementor_version', '4.2.1'),
(11021, 894, '_elementor_pro_version', '4.2.1'),
(11022, 894, '_elementor_global_class_usage_indexed', '1'),
(11023, 894, '_elementor_global_class_usage_indexed_preview', '1'),
(11024, 894, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11025, 894, '_wp_page_template', 'default'),
(11026, 894, '_elementor_data', '[{\"id\":\"1597a23\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#1C2321\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"footer-section\"},\"elements\":[{\"id\":\"1897922d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"flex_wrap_tablet_extra\":\"wrap\",\"flex_wrap_tablet\":\"wrap\",\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3da8ba46\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5124848\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c6eccc4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"5211a9b\"}],\"pp_display_conditions\":[{\"_id\":\"35c2317\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"5f301d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"id\":885,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"start\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"76ec8ee\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51bd0feb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"pp_display_conditions\":[{\"_id\":\"dcc856e\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d488eb0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"1a6cbc1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"1c3a92f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72167a63\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c44a237\",\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Projects\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8983035\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"14cf0c5\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"link_click\":\"inline\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"28510d2a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"7a83e2f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16eafa73\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Drywall Repair\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Installation\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"85e76bc\"},{\"text\":\"Ceiling Repair\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"62fce55\"},{\"text\":\"Water Damage\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1f46bf6\"},{\"text\":\"Texture Matching\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"06c5698\"},{\"text\":\"Commercial\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ef2db4\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"divider_color\":\"#DDDDDD14\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"61773337\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"background_color\":\"#0F3768\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_motion_fx_motion_fx_mouse\":\"yes\",\"border_color\":\"#223ba2\"},\"elements\":[{\"id\":\"9a41330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a9625b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Louisville, KY Business hours\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"f722a06\"},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4b4b839\"},{\"text\":\"Phone:(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel;(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d15a454\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65e7c706\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dd16a01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"space-between\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF12\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_justify_content_mobile_extra\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"12\",\"row\":\"12\",\"isLinked\":true,\"unit\":\"px\",\"size\":12},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4388b0f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 [copyright]. All Rights Reserved. Website Developed by <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"https:\\/\\/devrivo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Devrivo<\\/a><\\/span><\\/p>\",\"align\":\"start\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_css_classes\":\"copyright-text\",\"pp_display_conditions\":[{\"_id\":\"5823320\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5784, 491, '_elementor_page_settings', 'a:0:{}'),
(3051, 272, '_elementor_version', '4.2.1'),
(3052, 272, '_elementor_pro_version', '4.2.1'),
(3053, 272, '_elementor_global_class_usage_indexed_preview', '1'),
(3054, 272, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3055, 272, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/security_9397598.svg\",\"id\":262},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3048, 272, '_elementor_global_class_usage_indexed', '1'),
(3049, 272, '_elementor_edit_mode', 'builder'),
(3050, 272, '_elementor_template_type', 'wp-page'),
(3020, 269, '_wp_attached_file', '2026/07/paper_7182329.svg'),
(3021, 269, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2574;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(3033, 270, '_elementor_page_settings', 'a:0:{}'),
(6373, 547, '_wp_page_template', 'elementor_header_footer'),
(6311, 542, '_wp_page_template', 'elementor_header_footer'),
(6312, 542, '_elementor_global_class_usage_indexed', '1'),
(6313, 542, '_elementor_edit_mode', 'builder'),
(6314, 542, '_elementor_template_type', 'wp-page'),
(6315, 542, '_elementor_version', '4.2.1'),
(6316, 542, '_elementor_pro_version', '4.2.1'),
(6317, 542, '_elementor_global_class_usage_indexed_preview', '1'),
(6318, 542, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6319, 542, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"videopress\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"20e8e40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6372, 546, '_elementor_page_settings', 'a:0:{}'),
(6379, 547, '_elementor_global_class_usage_indexed_preview', '1'),
(6380, 547, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6381, 547, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3035, 271, '_wp_page_template', 'elementor_header_footer'),
(3036, 271, '_elementor_global_class_usage_indexed', '1'),
(3037, 271, '_elementor_edit_mode', 'builder'),
(3038, 271, '_elementor_template_type', 'wp-page'),
(3039, 271, '_elementor_version', '4.2.1'),
(3040, 271, '_elementor_pro_version', '4.2.1'),
(3041, 271, '_elementor_global_class_usage_indexed_preview', '1'),
(3042, 271, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3043, 271, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3045, 271, '_elementor_page_settings', 'a:0:{}'),
(6296, 540, '_elementor_page_settings', 'a:0:{}'),
(6374, 547, '_elementor_global_class_usage_indexed', '1'),
(6375, 547, '_elementor_edit_mode', 'builder'),
(6376, 547, '_elementor_template_type', 'wp-page'),
(6377, 547, '_elementor_version', '4.2.1'),
(6297, 541, '_wp_page_template', 'elementor_header_footer'),
(6298, 541, '_elementor_global_class_usage_indexed', '1'),
(6299, 541, '_elementor_edit_mode', 'builder'),
(6300, 541, '_elementor_template_type', 'wp-page'),
(6301, 541, '_elementor_version', '4.2.1'),
(6302, 541, '_elementor_pro_version', '4.2.1'),
(6303, 541, '_elementor_global_class_usage_indexed_preview', '1'),
(6304, 541, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6305, 541, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"videopress\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"20e8e40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3107, 277, '_wp_page_template', 'elementor_header_footer'),
(3108, 277, '_elementor_global_class_usage_indexed', '1'),
(3109, 277, '_elementor_edit_mode', 'builder'),
(3110, 277, '_elementor_template_type', 'wp-page'),
(3111, 277, '_elementor_version', '4.2.1'),
(3112, 277, '_elementor_pro_version', '4.2.1'),
(3113, 277, '_elementor_global_class_usage_indexed_preview', '1'),
(3114, 277, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3115, 277, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3062, 273, '_wp_attached_file', '2026/07/power_14869333.svg'),
(3063, 273, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1960;s:5:\"width\";i:6;s:6:\"height\";i:6;}'),
(10942, 889, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(3075, 274, '_elementor_page_settings', 'a:0:{}'),
(3078, 275, '_wp_page_template', 'elementor_header_footer'),
(3079, 275, '_elementor_global_class_usage_indexed', '1'),
(3080, 275, '_elementor_edit_mode', 'builder'),
(3081, 275, '_elementor_template_type', 'wp-page'),
(3082, 275, '_elementor_version', '4.2.1'),
(3083, 275, '_elementor_pro_version', '4.2.1'),
(3084, 275, '_elementor_global_class_usage_indexed_preview', '1'),
(3085, 275, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3086, 275, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/security_9397598.svg\",\"id\":262},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3088, 275, '_elementor_page_settings', 'a:0:{}'),
(6247, 536, '_elementor_page_settings', 'a:0:{}'),
(3092, 276, '_elementor_global_class_usage_indexed', '1'),
(3093, 276, '_elementor_edit_mode', 'builder'),
(3094, 276, '_elementor_template_type', 'wp-page'),
(3095, 276, '_elementor_version', '4.2.1'),
(3096, 276, '_elementor_pro_version', '4.2.1'),
(3097, 276, '_elementor_global_class_usage_indexed_preview', '1'),
(3098, 276, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3099, 276, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(6235, 535, '_elementor_page_settings', 'a:0:{}'),
(3165, 284, '_wp_page_template', 'elementor_header_footer'),
(3166, 284, '_elementor_global_class_usage_indexed', '1'),
(3167, 284, '_elementor_edit_mode', 'builder'),
(3168, 284, '_elementor_template_type', 'wp-page'),
(3169, 284, '_elementor_version', '4.2.1'),
(3170, 284, '_elementor_pro_version', '4.2.1'),
(3171, 284, '_elementor_global_class_usage_indexed_preview', '1'),
(3172, 284, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3173, 284, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(3117, 277, '_elementor_page_settings', 'a:0:{}'),
(6237, 536, '_wp_page_template', 'elementor_header_footer'),
(6238, 536, '_elementor_global_class_usage_indexed', '1'),
(6239, 536, '_elementor_edit_mode', 'builder'),
(6240, 536, '_elementor_template_type', 'wp-page'),
(6241, 536, '_elementor_version', '4.2.1'),
(6242, 536, '_elementor_pro_version', '4.2.1'),
(6243, 536, '_elementor_global_class_usage_indexed_preview', '1'),
(6244, 536, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6245, 536, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(3120, 278, '_wp_page_template', 'elementor_header_footer'),
(3121, 278, '_elementor_global_class_usage_indexed', '1'),
(3122, 278, '_elementor_edit_mode', 'builder'),
(3123, 278, '_elementor_template_type', 'wp-page'),
(3124, 278, '_elementor_version', '4.2.1'),
(3125, 278, '_elementor_pro_version', '4.2.1'),
(3126, 278, '_elementor_global_class_usage_indexed_preview', '1'),
(3127, 278, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3128, 278, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3130, 278, '_elementor_page_settings', 'a:0:{}'),
(6249, 537, '_wp_page_template', 'elementor_header_footer'),
(6250, 537, '_elementor_global_class_usage_indexed', '1'),
(6251, 537, '_elementor_edit_mode', 'builder'),
(6252, 537, '_elementor_template_type', 'wp-page'),
(6253, 537, '_elementor_version', '4.2.1'),
(6254, 537, '_elementor_pro_version', '4.2.1'),
(6255, 537, '_elementor_global_class_usage_indexed_preview', '1'),
(6256, 537, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6257, 537, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"20e8e40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3133, 279, '_wp_page_template', 'elementor_header_footer'),
(3134, 279, '_elementor_global_class_usage_indexed', '1'),
(3135, 279, '_elementor_edit_mode', 'builder'),
(3136, 279, '_elementor_template_type', 'wp-page'),
(3137, 279, '_elementor_version', '4.2.1'),
(3138, 279, '_elementor_pro_version', '4.2.1'),
(3139, 279, '_elementor_global_class_usage_indexed_preview', '1'),
(3140, 279, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3141, 279, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(6275, 539, '_wp_page_template', 'elementor_header_footer'),
(6276, 539, '_elementor_global_class_usage_indexed', '1'),
(6277, 539, '_elementor_edit_mode', 'builder'),
(6278, 539, '_elementor_template_type', 'wp-page'),
(6279, 539, '_elementor_version', '4.2.1'),
(6280, 539, '_elementor_pro_version', '4.2.1'),
(6281, 539, '_elementor_global_class_usage_indexed_preview', '1'),
(6282, 539, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6283, 539, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"20e8e40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3187, 286, '_wp_page_template', 'elementor_header_footer'),
(3188, 286, '_elementor_global_class_usage_indexed', '1'),
(3189, 286, '_elementor_edit_mode', 'builder'),
(3190, 286, '_elementor_template_type', 'wp-page'),
(3191, 286, '_elementor_version', '4.2.1'),
(3192, 286, '_elementor_pro_version', '4.2.1'),
(3193, 286, '_elementor_global_class_usage_indexed_preview', '1'),
(3194, 286, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3195, 286, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3159, 281, '_wp_attached_file', '2026/07/New-Project-1.jpg'),
(3160, 281, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:650;s:6:\"height\";i:750;s:4:\"file\";s:25:\"2026/07/New-Project-1.jpg\";s:8:\"filesize\";i:495802;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"New-Project-1-260x300.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24424;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"New-Project-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9143;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(3161, 282, '_wp_attached_file', '2026/07/Project-2.jpg'),
(3162, 282, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:650;s:6:\"height\";i:750;s:4:\"file\";s:21:\"2026/07/Project-2.jpg\";s:8:\"filesize\";i:485981;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Project-2-260x300.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24114;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Project-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9482;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(3163, 283, '_wp_attached_file', '2026/07/New-Project-3.jpg'),
(3164, 283, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:650;s:6:\"height\";i:750;s:4:\"file\";s:25:\"2026/07/New-Project-3.jpg\";s:8:\"filesize\";i:474019;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"New-Project-3-260x300.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21650;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"New-Project-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8052;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(3175, 284, '_elementor_page_settings', 'a:0:{}'),
(3176, 285, '_wp_page_template', 'elementor_header_footer'),
(3177, 285, '_elementor_global_class_usage_indexed', '1'),
(3178, 285, '_elementor_edit_mode', 'builder'),
(3179, 285, '_elementor_template_type', 'wp-page'),
(3180, 285, '_elementor_version', '4.2.1'),
(3181, 285, '_elementor_pro_version', '4.2.1'),
(3182, 285, '_elementor_global_class_usage_indexed_preview', '1'),
(3183, 285, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3184, 285, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(3186, 285, '_elementor_page_settings', 'a:0:{}'),
(3199, 287, '_wp_page_template', 'elementor_header_footer'),
(3200, 287, '_elementor_global_class_usage_indexed', '1'),
(3201, 287, '_elementor_edit_mode', 'builder'),
(3202, 287, '_elementor_template_type', 'wp-page'),
(3203, 287, '_elementor_version', '4.2.1'),
(3204, 287, '_elementor_pro_version', '4.2.1'),
(3205, 287, '_elementor_global_class_usage_indexed_preview', '1'),
(3206, 287, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3207, 287, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3209, 287, '_elementor_page_settings', 'a:0:{}'),
(3210, 288, '_wp_page_template', 'elementor_header_footer'),
(3211, 288, '_elementor_global_class_usage_indexed', '1'),
(3212, 288, '_elementor_edit_mode', 'builder'),
(3213, 288, '_elementor_template_type', 'wp-page'),
(3214, 288, '_elementor_version', '4.2.1'),
(3215, 288, '_elementor_pro_version', '4.2.1'),
(3216, 288, '_elementor_global_class_usage_indexed_preview', '1'),
(3217, 288, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3218, 288, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3220, 288, '_elementor_page_settings', 'a:0:{}'),
(3221, 289, '_wp_page_template', 'elementor_header_footer'),
(3222, 289, '_elementor_global_class_usage_indexed', '1'),
(3223, 289, '_elementor_edit_mode', 'builder'),
(3224, 289, '_elementor_template_type', 'wp-page'),
(3225, 289, '_elementor_version', '4.2.1'),
(3226, 289, '_elementor_pro_version', '4.2.1'),
(3227, 289, '_elementor_global_class_usage_indexed_preview', '1'),
(3228, 289, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3229, 289, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3255, 292, '_wp_page_template', 'elementor_header_footer'),
(3233, 290, '_wp_page_template', 'elementor_header_footer'),
(3234, 290, '_elementor_global_class_usage_indexed', '1'),
(3235, 290, '_elementor_edit_mode', 'builder'),
(3236, 290, '_elementor_template_type', 'wp-page'),
(3237, 290, '_elementor_version', '4.2.1'),
(3238, 290, '_elementor_pro_version', '4.2.1'),
(3239, 290, '_elementor_global_class_usage_indexed_preview', '1'),
(3240, 290, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3241, 290, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3243, 290, '_elementor_page_settings', 'a:0:{}'),
(3244, 291, '_wp_page_template', 'elementor_header_footer'),
(3245, 291, '_elementor_global_class_usage_indexed', '1'),
(3246, 291, '_elementor_edit_mode', 'builder'),
(3247, 291, '_elementor_template_type', 'wp-page'),
(3248, 291, '_elementor_version', '4.2.1'),
(3249, 291, '_elementor_pro_version', '4.2.1'),
(3250, 291, '_elementor_global_class_usage_indexed_preview', '1'),
(3251, 291, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3252, 291, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3254, 291, '_elementor_page_settings', 'a:0:{}'),
(3256, 292, '_elementor_global_class_usage_indexed', '1'),
(3257, 292, '_elementor_edit_mode', 'builder'),
(3258, 292, '_elementor_template_type', 'wp-page'),
(3259, 292, '_elementor_version', '4.2.1'),
(3260, 292, '_elementor_pro_version', '4.2.1'),
(3261, 292, '_elementor_global_class_usage_indexed_preview', '1'),
(3262, 292, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3263, 292, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3332, 299, '_wp_page_template', 'elementor_header_footer'),
(3306, 297, '_wp_page_template', 'elementor_header_footer'),
(3307, 297, '_elementor_global_class_usage_indexed', '1'),
(3308, 297, '_elementor_edit_mode', 'builder'),
(3309, 297, '_elementor_template_type', 'wp-page'),
(3310, 297, '_elementor_version', '4.2.1'),
(3311, 297, '_elementor_pro_version', '4.2.1'),
(3312, 297, '_elementor_global_class_usage_indexed_preview', '1'),
(3313, 297, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3314, 297, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3374, 302, '_wp_page_template', 'elementor_header_footer'),
(3348, 300, '_wp_page_template', 'elementor_header_footer'),
(3349, 300, '_elementor_global_class_usage_indexed', '1'),
(3350, 300, '_elementor_edit_mode', 'builder'),
(3351, 300, '_elementor_template_type', 'wp-page'),
(3352, 300, '_elementor_version', '4.2.1'),
(3353, 300, '_elementor_pro_version', '4.2.1'),
(3354, 300, '_elementor_global_class_usage_indexed_preview', '1'),
(3355, 300, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3356, 300, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3992, 346, '_elementor_page_settings', 'a:0:{}'),
(3995, 347, '_wp_page_template', 'elementor_header_footer'),
(3997, 347, '_elementor_global_class_usage_indexed', '1'),
(3998, 347, '_elementor_edit_mode', 'builder'),
(3999, 347, '_elementor_template_type', 'wp-page'),
(4000, 347, '_elementor_version', '4.2.1'),
(4001, 347, '_elementor_pro_version', '4.2.1'),
(4002, 347, '_elementor_global_class_usage_indexed_preview', '1'),
(4003, 347, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4004, 347, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"2073f55\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"pp_display_conditions\":[{\"_id\":\"8ad0e1e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image-gallery\"},{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"link_to\":\"\",\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4005, 347, '_elementor_page_settings', 'a:0:{}'),
(6070, 521, '_wp_page_template', 'elementor_header_footer'),
(6071, 521, '_elementor_global_class_usage_indexed', '1'),
(6072, 521, '_elementor_edit_mode', 'builder'),
(6073, 521, '_elementor_template_type', 'wp-page'),
(6074, 521, '_elementor_version', '4.2.1'),
(6075, 521, '_elementor_pro_version', '4.2.1'),
(6076, 521, '_elementor_global_class_usage_indexed_preview', '1'),
(6077, 521, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6078, 521, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4008, 348, '_wp_page_template', 'elementor_header_footer'),
(4010, 348, '_elementor_global_class_usage_indexed', '1'),
(4011, 348, '_elementor_edit_mode', 'builder'),
(4012, 348, '_elementor_template_type', 'wp-page'),
(4013, 348, '_elementor_version', '4.2.1'),
(4014, 348, '_elementor_pro_version', '4.2.1'),
(4015, 348, '_elementor_global_class_usage_indexed_preview', '1'),
(4016, 348, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4017, 348, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"2073f55\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"pp_display_conditions\":[{\"_id\":\"8ad0e1e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image-gallery\"},{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"link_to\":\"\",\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(3279, 293, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(12625, 1013, '_elementor_edit_mode', 'builder'),
(10998, 893, '_elementor_source', 'post'),
(10999, 893, '_elementor_edit_mode', 'builder'),
(11000, 893, '_elementor_template_type', 'footer'),
(11001, 893, '_elementor_version', '4.2.1'),
(11002, 893, '_elementor_pro_version', '4.2.1'),
(11003, 893, '_elementor_global_class_usage_indexed', '1'),
(11004, 893, '_elementor_global_class_usage_indexed_preview', '1'),
(11005, 893, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11006, 893, '_wp_page_template', 'default'),
(11007, 893, '_elementor_data', '[{\"id\":\"1597a23\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#1C2321\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"footer-section\"},\"elements\":[{\"id\":\"1897922d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"flex_wrap_tablet_extra\":\"wrap\",\"flex_wrap_tablet\":\"wrap\",\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3da8ba46\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5124848\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c6eccc4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"5211a9b\"}],\"pp_display_conditions\":[{\"_id\":\"35c2317\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"5f301d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"id\":885,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"start\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"76ec8ee\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51bd0feb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"pp_display_conditions\":[{\"_id\":\"dcc856e\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d488eb0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"1a6cbc1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"1c3a92f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72167a63\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c44a237\",\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Projects\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8983035\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"14cf0c5\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"28510d2a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"7a83e2f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16eafa73\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Drywall Repair\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Installation\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"85e76bc\"},{\"text\":\"Ceiling Repair\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"62fce55\"},{\"text\":\"Water Damage\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1f46bf6\"},{\"text\":\"Texture Matching\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"06c5698\"},{\"text\":\"Commercial\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ef2db4\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"divider_color\":\"#DDDDDD14\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"61773337\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"background_color\":\"#0F3768\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_motion_fx_motion_fx_mouse\":\"yes\",\"border_color\":\"#223ba2\"},\"elements\":[{\"id\":\"9a41330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a9625b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Louisville, KY Business hours\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"f722a06\"},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4b4b839\"},{\"text\":\"Phone:(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel;(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d15a454\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65e7c706\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dd16a01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"space-between\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF12\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_justify_content_mobile_extra\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"12\",\"row\":\"12\",\"isLinked\":true,\"unit\":\"px\",\"size\":12},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4388b0f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 [copyright]. All Rights Reserved. Website Developed by <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff;\\\" href=\\\"https:\\/\\/devrivo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Devrivo<\\/a><\\/span><\\/p>\",\"align\":\"start\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_css_classes\":\"copyright-text\",\"pp_display_conditions\":[{\"_id\":\"5823320\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6195, 533, '_elementor_global_class_usage_indexed', '1'),
(6196, 533, '_elementor_edit_mode', 'builder'),
(6197, 533, '_elementor_template_type', 'wp-page'),
(6198, 533, '_elementor_version', '4.2.1'),
(6199, 533, '_elementor_pro_version', '4.2.1'),
(6200, 533, '_elementor_global_class_usage_indexed_preview', '1'),
(6201, 533, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6202, 533, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(3304, 296, '_wp_trash_meta_status', 'publish'),
(3305, 296, '_wp_trash_meta_time', '1785420679'),
(3316, 297, '_elementor_page_settings', 'a:0:{}'),
(3319, 298, '_wp_page_template', 'elementor_header_footer'),
(3320, 298, '_elementor_global_class_usage_indexed', '1'),
(3321, 298, '_elementor_edit_mode', 'builder'),
(3322, 298, '_elementor_template_type', 'wp-page'),
(3323, 298, '_elementor_version', '4.2.1'),
(3324, 298, '_elementor_pro_version', '4.2.1'),
(3325, 298, '_elementor_global_class_usage_indexed_preview', '1'),
(3326, 298, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3327, 298, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3329, 298, '_elementor_page_settings', 'a:0:{}'),
(6181, 532, '_wp_page_template', 'elementor_header_footer'),
(6182, 532, '_elementor_global_class_usage_indexed', '1'),
(6183, 532, '_elementor_edit_mode', 'builder'),
(6184, 532, '_elementor_template_type', 'wp-page'),
(6185, 532, '_elementor_version', '4.2.1'),
(6186, 532, '_elementor_pro_version', '4.2.1'),
(6187, 532, '_elementor_global_class_usage_indexed_preview', '1'),
(6188, 532, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6189, 532, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(6191, 532, '_elementor_page_settings', 'a:0:{}'),
(3333, 299, '_elementor_global_class_usage_indexed', '1'),
(3334, 299, '_elementor_edit_mode', 'builder'),
(3335, 299, '_elementor_template_type', 'wp-page'),
(3336, 299, '_elementor_version', '4.2.1'),
(3337, 299, '_elementor_pro_version', '4.2.1'),
(3338, 299, '_elementor_global_class_usage_indexed_preview', '1'),
(3339, 299, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3340, 299, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6178, 531, '_elementor_page_settings', 'a:0:{}'),
(3968, 345, '_wp_page_template', 'elementor_header_footer'),
(3942, 343, '_wp_page_template', 'elementor_header_footer'),
(3943, 343, '_elementor_global_class_usage_indexed', '1'),
(3944, 343, '_elementor_edit_mode', 'builder'),
(3945, 343, '_elementor_template_type', 'wp-page'),
(3946, 343, '_elementor_version', '4.2.1'),
(3947, 343, '_elementor_pro_version', '4.2.1'),
(3948, 343, '_elementor_global_class_usage_indexed_preview', '1'),
(3949, 343, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3950, 343, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3358, 300, '_elementor_page_settings', 'a:0:{}'),
(6225, 535, '_wp_page_template', 'elementor_header_footer'),
(6226, 535, '_elementor_global_class_usage_indexed', '1'),
(6227, 535, '_elementor_edit_mode', 'builder'),
(6228, 535, '_elementor_template_type', 'wp-page'),
(6229, 535, '_elementor_version', '4.2.1'),
(6230, 535, '_elementor_pro_version', '4.2.1'),
(6231, 535, '_elementor_global_class_usage_indexed_preview', '1'),
(6232, 535, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6233, 535, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(3361, 301, '_wp_page_template', 'elementor_header_footer'),
(3362, 301, '_elementor_global_class_usage_indexed', '1'),
(3363, 301, '_elementor_edit_mode', 'builder'),
(3364, 301, '_elementor_template_type', 'wp-page'),
(3365, 301, '_elementor_version', '4.2.1'),
(3366, 301, '_elementor_pro_version', '4.2.1'),
(3367, 301, '_elementor_global_class_usage_indexed_preview', '1'),
(3368, 301, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3369, 301, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3371, 301, '_elementor_page_settings', 'a:0:{}'),
(3375, 302, '_elementor_global_class_usage_indexed', '1'),
(3376, 302, '_elementor_edit_mode', 'builder'),
(3377, 302, '_elementor_template_type', 'wp-page'),
(3378, 302, '_elementor_version', '4.2.1'),
(3379, 302, '_elementor_pro_version', '4.2.1'),
(3380, 302, '_elementor_global_class_usage_indexed_preview', '1'),
(3381, 302, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3382, 302, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6151, 529, '_elementor_page_settings', 'a:0:{}'),
(5217, 444, '_wp_page_template', 'elementor_header_footer'),
(5218, 444, '_elementor_global_class_usage_indexed', '1'),
(5219, 444, '_elementor_edit_mode', 'builder'),
(5220, 444, '_elementor_template_type', 'wp-page'),
(5221, 444, '_elementor_version', '4.2.1'),
(5222, 444, '_elementor_pro_version', '4.2.1'),
(5223, 444, '_elementor_global_class_usage_indexed_preview', '1'),
(5224, 444, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5225, 444, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3609, 316, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3610, 316, '_elementor_data', '[{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(3401, 303, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(13420, 1068, '_wp_page_template', 'elementor_header_footer'),
(13421, 1068, '_elementor_global_class_usage_indexed', '1'),
(13422, 1068, '_elementor_edit_mode', 'builder'),
(13423, 1068, '_elementor_template_type', 'wp-page'),
(13424, 1068, '_elementor_version', '4.2.1'),
(13425, 1068, '_elementor_pro_version', '4.2.1'),
(13426, 1068, '_elementor_global_class_usage_indexed_preview', '1'),
(13427, 1068, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13428, 1068, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6141, 529, '_wp_page_template', 'elementor_header_footer'),
(6142, 529, '_elementor_global_class_usage_indexed', '1'),
(6143, 529, '_elementor_edit_mode', 'builder'),
(6144, 529, '_elementor_template_type', 'wp-page'),
(6145, 529, '_elementor_version', '4.2.1'),
(6146, 529, '_elementor_pro_version', '4.2.1'),
(6147, 529, '_elementor_global_class_usage_indexed_preview', '1'),
(6148, 529, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6149, 529, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(3971, 345, '_elementor_template_type', 'wp-page'),
(3972, 345, '_elementor_version', '4.2.1'),
(3973, 345, '_elementor_pro_version', '4.2.1'),
(3974, 345, '_elementor_global_class_usage_indexed_preview', '1'),
(3975, 345, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3976, 345, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3969, 345, '_elementor_global_class_usage_indexed', '1'),
(3970, 345, '_elementor_edit_mode', 'builder'),
(3442, 306, '_elementor_source', 'post'),
(3443, 306, '_elementor_edit_mode', 'builder'),
(3444, 306, '_elementor_template_type', 'header'),
(3445, 306, '_elementor_version', '4.2.1'),
(3446, 306, '_elementor_pro_version', '4.2.1'),
(3447, 306, '_elementor_global_class_usage_indexed', '1'),
(3448, 306, '_elementor_global_class_usage_indexed_preview', '1'),
(3449, 306, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3450, 306, '_wp_page_template', 'default');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3451, 306, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":56,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/drywall-man-logo-preview-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"right\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3452, 306, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(3425, 17, '_elementor_global_class_usage_indexed', '1'),
(3436, 305, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(6123, 525, '_wp_attached_file', '2026/08/Remodels-1-1.jpg'),
(6124, 525, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:24:\"2026/08/Remodels-1-1.jpg\";s:8:\"filesize\";i:100479;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Remodels-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30547;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Remodels-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9839;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(6125, 526, '_wp_attached_file', '2026/08/Remodels-2-1.jpg'),
(6126, 526, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:24:\"2026/08/Remodels-2-1.jpg\";s:8:\"filesize\";i:95866;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Remodels-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24704;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Remodels-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8659;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(6127, 527, '_wp_attached_file', '2026/08/Remodels-3-1.jpg'),
(6128, 527, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:24:\"2026/08/Remodels-3-1.jpg\";s:8:\"filesize\";i:95311;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Remodels-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26202;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Remodels-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8922;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(3458, 307, '_elementor_source', 'post'),
(3459, 307, '_elementor_edit_mode', 'builder'),
(3460, 307, '_elementor_template_type', 'header'),
(3461, 307, '_elementor_version', '4.2.1'),
(3462, 307, '_elementor_pro_version', '4.2.1'),
(3463, 307, '_elementor_global_class_usage_indexed', '1'),
(3464, 307, '_elementor_global_class_usage_indexed_preview', '1'),
(3465, 307, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3466, 307, '_wp_page_template', 'default'),
(3467, 307, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":56,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/drywall-man-logo-preview-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"right\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3524, 310, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(3480, 308, '_elementor_source', 'post'),
(3481, 308, '_elementor_edit_mode', 'builder'),
(3482, 308, '_elementor_template_type', 'header'),
(3483, 308, '_elementor_version', '4.2.1'),
(3484, 308, '_elementor_pro_version', '4.2.1'),
(3485, 308, '_elementor_global_class_usage_indexed', '1'),
(3486, 308, '_elementor_global_class_usage_indexed_preview', '1'),
(3487, 308, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3488, 308, '_wp_page_template', 'default');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3489, 308, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":56,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/drywall-man-logo-preview-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"align\":\"right\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3468, 307, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(6139, 528, '_elementor_page_settings', 'a:0:{}'),
(3498, 309, '_elementor_source', 'post'),
(3499, 309, '_elementor_edit_mode', 'builder'),
(3500, 309, '_elementor_template_type', 'header'),
(3501, 309, '_elementor_version', '4.2.1'),
(3502, 309, '_elementor_pro_version', '4.2.1'),
(3503, 309, '_elementor_global_class_usage_indexed', '1'),
(3504, 309, '_elementor_global_class_usage_indexed_preview', '1'),
(3505, 309, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3506, 309, '_wp_page_template', 'default'),
(3507, 309, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":56,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/drywall-man-logo-preview-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3476, 21, '_wp_old_date', '2026-07-30'),
(3477, 24, '_wp_old_date', '2026-07-30'),
(3478, 22, '_wp_old_date', '2026-07-30'),
(3479, 23, '_wp_old_date', '2026-07-30'),
(3490, 308, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(6153, 530, '_wp_page_template', 'elementor_header_footer'),
(6154, 530, '_elementor_global_class_usage_indexed', '1'),
(6155, 530, '_elementor_edit_mode', 'builder'),
(6156, 530, '_elementor_template_type', 'wp-page'),
(6157, 530, '_elementor_version', '4.2.1'),
(6158, 530, '_elementor_pro_version', '4.2.1'),
(6159, 530, '_elementor_global_class_usage_indexed_preview', '1'),
(6160, 530, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6161, 530, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(3514, 310, '_elementor_source', 'post'),
(3515, 310, '_elementor_edit_mode', 'builder'),
(3516, 310, '_elementor_template_type', 'header'),
(3517, 310, '_elementor_version', '4.2.1'),
(3518, 310, '_elementor_pro_version', '4.2.1'),
(3519, 310, '_elementor_global_class_usage_indexed', '1'),
(3520, 310, '_elementor_global_class_usage_indexed_preview', '1'),
(3521, 310, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3522, 310, '_wp_page_template', 'default');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3523, 310, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":56,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/drywall-man-logo-preview-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3508, 309, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(6194, 533, '_wp_page_template', 'elementor_header_footer'),
(3530, 311, '_elementor_source', 'post'),
(3531, 311, '_elementor_edit_mode', 'builder'),
(3532, 311, '_elementor_template_type', 'header'),
(3533, 311, '_elementor_version', '4.2.1'),
(3534, 311, '_elementor_pro_version', '4.2.1'),
(3535, 311, '_elementor_global_class_usage_indexed', '1'),
(3536, 311, '_elementor_global_class_usage_indexed_preview', '1'),
(3537, 311, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3538, 311, '_wp_page_template', 'default'),
(3539, 311, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":56,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/drywall-man-logo-preview-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10916, 888, '_elementor_source', 'post'),
(10879, 886, '_elementor_source', 'post'),
(10880, 886, '_elementor_edit_mode', 'builder'),
(10881, 886, '_elementor_template_type', 'header'),
(10882, 886, '_elementor_version', '4.2.1'),
(10883, 886, '_elementor_pro_version', '4.2.1'),
(10884, 886, '_elementor_global_class_usage_indexed', '1'),
(10885, 886, '_elementor_global_class_usage_indexed_preview', '1'),
(10886, 886, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10887, 886, '_wp_page_template', 'default');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10888, 886, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":885,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3540, 311, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(6168, 531, '_wp_page_template', 'elementor_header_footer'),
(6169, 531, '_elementor_global_class_usage_indexed', '1'),
(6170, 531, '_elementor_edit_mode', 'builder'),
(6171, 531, '_elementor_template_type', 'wp-page'),
(6172, 531, '_elementor_version', '4.2.1'),
(6173, 531, '_elementor_pro_version', '4.2.1'),
(6174, 531, '_elementor_global_class_usage_indexed_preview', '1'),
(6175, 531, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6176, 531, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(12712, 1015, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(3548, 17, '_elementor_edit_mode', 'builder'),
(3549, 17, '_astra_content_layout_flag', 'disabled'),
(3550, 17, 'ast-title-bar-display', 'disabled'),
(3551, 17, '_elementor_template_type', 'wp-page'),
(3552, 17, '_elementor_version', '4.2.1'),
(3553, 17, '_elementor_pro_version', '4.2.1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3588, 17, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-68.svg\",\"id\":857},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean & Respectful\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"We cover your furniture, protect your floors, and clean up completely before we leave.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-69.svg\",\"id\":862},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Quality You Can See\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"Smooth, level, seamless \\u2014 our finishes are paint-ready and built to last.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-70.svg\",\"id\":866},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"\"},\"_css_classes\":\"service-card\",\"equal_height_boxes\":\"yes\",\"info_box_background_color\":\"#FFFFFF\",\"icon_color_normal\":\"#4DBFB8\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f58a44\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5abcec1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9be8b97\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4f32be0\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"71bf513\"}]},\"elements\":[{\"id\":\"c90fd6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"efa3294\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9da9c7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"52502d7\"}],\"pp_display_conditions\":[{\"_id\":\"97cb67f\"}]},\"elements\":[{\"id\":\"0ed0845\",\"elType\":\"widget\",\"settings\":{\"title\":\"Serving Louisville & Surrounding Areas\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d901caf\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c60a59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We serve homeowners and businesses across Louisville, Fairdale, Jeffersontown, Fern Creek, Middletown, St. Matthews, Shively, and surrounding\\nJefferson County communities.\",\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ff1e1d6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"10bbf43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need us farther out? Give us a call \\u2014 we\'ll let you know if we can make it work.\",\"header_size\":\"h6\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"74b0096\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f428c1\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480 \\u2014 Call for Availability\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1e49aff\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d2999e3\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7bcdd87\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"8120a8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready for Walls You Can Be Proud Of?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf2478e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"No pressure, no obligation. Just an honest estimate and a crew that shows up on time.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da59de1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3555, 17, '_elementor_global_class_usage_indexed_preview', '1'),
(3556, 17, '_elementor_migrations_state_d2a1', '4.2.2:4.2.1:7648e729aae38c0825752571ace57347'),
(3597, 315, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3596, 315, '_elementor_global_class_usage_indexed_preview', '1'),
(3595, 315, '_elementor_pro_version', '4.2.1'),
(3594, 315, '_elementor_version', '4.2.1'),
(3593, 315, '_elementor_template_type', 'wp-page'),
(3592, 315, '_elementor_edit_mode', 'builder'),
(3589, 315, '_wp_page_template', 'elementor_header_footer'),
(3591, 315, '_elementor_global_class_usage_indexed', '1'),
(3568, 313, '_wp_page_template', 'elementor_header_footer'),
(3570, 313, '_elementor_global_class_usage_indexed', '1'),
(3571, 313, '_elementor_edit_mode', 'builder'),
(3572, 313, '_elementor_template_type', 'wp-page'),
(3573, 313, '_elementor_version', '4.2.1'),
(3574, 313, '_elementor_pro_version', '4.2.1'),
(3575, 313, '_elementor_page_settings', 'a:0:{}'),
(3576, 313, '_elementor_global_class_usage_indexed_preview', '1'),
(3577, 313, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3578, 314, '_wp_page_template', 'elementor_header_footer'),
(3580, 314, '_elementor_global_class_usage_indexed', '1'),
(3581, 314, '_elementor_edit_mode', 'builder'),
(3582, 314, '_elementor_template_type', 'wp-page'),
(3583, 314, '_elementor_version', '4.2.1'),
(3584, 314, '_elementor_pro_version', '4.2.1'),
(3585, 314, '_elementor_page_settings', 'a:0:{}'),
(3586, 314, '_elementor_global_class_usage_indexed_preview', '1'),
(3587, 314, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3598, 315, '_elementor_data', '[{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(3601, 316, '_wp_page_template', 'elementor_header_footer'),
(3603, 316, '_elementor_global_class_usage_indexed', '1'),
(3604, 316, '_elementor_edit_mode', 'builder'),
(3605, 316, '_elementor_template_type', 'wp-page'),
(3606, 316, '_elementor_version', '4.2.1'),
(3607, 316, '_elementor_pro_version', '4.2.1'),
(3608, 316, '_elementor_global_class_usage_indexed_preview', '1'),
(3611, 316, '_elementor_page_settings', 'a:0:{}'),
(3612, 317, '_wp_page_template', 'elementor_header_footer'),
(3614, 317, '_elementor_global_class_usage_indexed', '1'),
(3615, 317, '_elementor_edit_mode', 'builder'),
(3616, 317, '_elementor_template_type', 'wp-page'),
(3617, 317, '_elementor_version', '4.2.1'),
(3618, 317, '_elementor_pro_version', '4.2.1'),
(3619, 317, '_elementor_global_class_usage_indexed_preview', '1'),
(3620, 317, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3621, 317, '_elementor_data', '[{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(3622, 317, '_elementor_page_settings', 'a:0:{}'),
(3623, 318, '_wp_page_template', 'elementor_header_footer'),
(3625, 318, '_elementor_global_class_usage_indexed', '1'),
(3626, 318, '_elementor_edit_mode', 'builder'),
(3627, 318, '_elementor_template_type', 'wp-page'),
(3628, 318, '_elementor_version', '4.2.1'),
(3629, 318, '_elementor_pro_version', '4.2.1'),
(3630, 318, '_elementor_global_class_usage_indexed_preview', '1'),
(3631, 318, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3632, 318, '_elementor_data', '[{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3635, 319, '_wp_page_template', 'elementor_header_footer'),
(3637, 319, '_elementor_global_class_usage_indexed', '1'),
(3638, 319, '_elementor_edit_mode', 'builder'),
(3639, 319, '_elementor_template_type', 'wp-page'),
(3640, 319, '_elementor_version', '4.2.1'),
(3641, 319, '_elementor_pro_version', '4.2.1'),
(3642, 319, '_elementor_global_class_usage_indexed_preview', '1'),
(3643, 319, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3644, 319, '_elementor_data', '[{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3645, 319, '_elementor_page_settings', 'a:0:{}'),
(3646, 320, '_wp_page_template', 'elementor_header_footer'),
(3648, 320, '_elementor_global_class_usage_indexed', '1'),
(3649, 320, '_elementor_edit_mode', 'builder'),
(3650, 320, '_elementor_template_type', 'wp-page'),
(3651, 320, '_elementor_version', '4.2.1'),
(3652, 320, '_elementor_pro_version', '4.2.1'),
(3653, 320, '_elementor_global_class_usage_indexed_preview', '1'),
(3654, 320, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3655, 320, '_elementor_data', '[{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3656, 320, '_elementor_page_settings', 'a:0:{}'),
(3657, 321, '_wp_page_template', 'elementor_header_footer'),
(3659, 321, '_elementor_global_class_usage_indexed', '1'),
(3660, 321, '_elementor_edit_mode', 'builder'),
(3661, 321, '_elementor_template_type', 'wp-page'),
(3662, 321, '_elementor_version', '4.2.1'),
(3663, 321, '_elementor_pro_version', '4.2.1'),
(3664, 321, '_elementor_global_class_usage_indexed_preview', '1'),
(3665, 321, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3666, 321, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3671, 322, '_wp_page_template', 'elementor_header_footer'),
(3673, 322, '_elementor_global_class_usage_indexed', '1'),
(3674, 322, '_elementor_edit_mode', 'builder'),
(3675, 322, '_elementor_template_type', 'wp-page'),
(3676, 322, '_elementor_version', '4.2.1'),
(3677, 322, '_elementor_pro_version', '4.2.1'),
(3678, 322, '_elementor_global_class_usage_indexed_preview', '1'),
(3679, 322, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3680, 322, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3746, 328, '_wp_page_template', 'elementor_header_footer'),
(3748, 328, '_elementor_global_class_usage_indexed', '1'),
(3749, 328, '_elementor_edit_mode', 'builder'),
(3750, 328, '_elementor_template_type', 'wp-page'),
(3751, 328, '_elementor_version', '4.2.1'),
(3752, 328, '_elementor_pro_version', '4.2.1'),
(3753, 328, '_elementor_global_class_usage_indexed_preview', '1'),
(3754, 328, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3755, 328, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3711, 325, '_wp_page_template', 'elementor_header_footer'),
(3713, 325, '_elementor_global_class_usage_indexed', '1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3714, 325, '_elementor_edit_mode', 'builder'),
(3715, 325, '_elementor_template_type', 'wp-page'),
(3716, 325, '_elementor_version', '4.2.1'),
(3717, 325, '_elementor_pro_version', '4.2.1'),
(3718, 325, '_elementor_page_settings', 'a:0:{}'),
(3719, 325, '_elementor_global_class_usage_indexed_preview', '1'),
(3720, 325, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3721, 326, '_wp_page_template', 'elementor_header_footer'),
(3723, 326, '_elementor_global_class_usage_indexed', '1'),
(3724, 326, '_elementor_edit_mode', 'builder'),
(3725, 326, '_elementor_template_type', 'wp-page'),
(3726, 326, '_elementor_version', '4.2.1'),
(3727, 326, '_elementor_pro_version', '4.2.1'),
(3728, 326, '_elementor_page_settings', 'a:0:{}'),
(3729, 326, '_elementor_global_class_usage_indexed_preview', '1'),
(3730, 326, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3681, 322, '_elementor_page_settings', 'a:0:{}'),
(3684, 323, '_wp_page_template', 'elementor_header_footer'),
(3686, 323, '_elementor_global_class_usage_indexed', '1'),
(3687, 323, '_elementor_edit_mode', 'builder'),
(3688, 323, '_elementor_template_type', 'wp-page'),
(3689, 323, '_elementor_version', '4.2.1'),
(3690, 323, '_elementor_pro_version', '4.2.1'),
(3691, 323, '_elementor_global_class_usage_indexed_preview', '1'),
(3692, 323, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3693, 323, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3694, 323, '_elementor_page_settings', 'a:0:{}'),
(3697, 324, '_wp_page_template', 'elementor_header_footer'),
(3699, 324, '_elementor_global_class_usage_indexed', '1'),
(3700, 324, '_elementor_edit_mode', 'builder'),
(3701, 324, '_elementor_template_type', 'wp-page'),
(3702, 324, '_elementor_version', '4.2.1'),
(3703, 324, '_elementor_pro_version', '4.2.1'),
(3704, 324, '_elementor_global_class_usage_indexed_preview', '1'),
(3705, 324, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3706, 324, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3732, 327, '_wp_page_template', 'elementor_header_footer'),
(3734, 327, '_elementor_global_class_usage_indexed', '1'),
(3735, 327, '_elementor_edit_mode', 'builder'),
(3736, 327, '_elementor_template_type', 'wp-page'),
(3737, 327, '_elementor_version', '4.2.1'),
(3738, 327, '_elementor_pro_version', '4.2.1'),
(3739, 327, '_elementor_global_class_usage_indexed_preview', '1'),
(3740, 327, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3741, 327, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"2073f55\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"pp_display_conditions\":[{\"_id\":\"8ad0e1e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(3900, 340, '_wp_page_template', 'elementor_header_footer'),
(3902, 340, '_elementor_global_class_usage_indexed', '1'),
(3903, 340, '_elementor_edit_mode', 'builder'),
(3904, 340, '_elementor_template_type', 'wp-page'),
(3905, 340, '_elementor_version', '4.2.1'),
(3906, 340, '_elementor_pro_version', '4.2.1'),
(3907, 340, '_elementor_global_class_usage_indexed_preview', '1'),
(3908, 340, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3909, 340, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"2073f55\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"pp_display_conditions\":[{\"_id\":\"8ad0e1e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4126, 357, '_wp_page_template', 'elementor_header_footer'),
(3982, 346, '_wp_page_template', 'elementor_header_footer'),
(3984, 346, '_elementor_global_class_usage_indexed', '1'),
(3985, 346, '_elementor_edit_mode', 'builder'),
(3986, 346, '_elementor_template_type', 'wp-page'),
(3987, 346, '_elementor_version', '4.2.1'),
(3988, 346, '_elementor_pro_version', '4.2.1'),
(3989, 346, '_elementor_global_class_usage_indexed_preview', '1'),
(3990, 346, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3991, 346, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"2073f55\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"pp_display_conditions\":[{\"_id\":\"8ad0e1e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image-gallery\"},{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"link_to\":\"\",\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4074, 352, '_elementor_page_settings', 'a:0:{}'),
(3756, 328, '_elementor_page_settings', 'a:0:{}'),
(3757, 329, '_wp_page_template', 'elementor_header_footer'),
(3759, 329, '_elementor_global_class_usage_indexed', '1'),
(3760, 329, '_elementor_edit_mode', 'builder'),
(3761, 329, '_elementor_template_type', 'wp-page'),
(3762, 329, '_elementor_version', '4.2.1'),
(3763, 329, '_elementor_pro_version', '4.2.1'),
(3764, 329, '_elementor_global_class_usage_indexed_preview', '1'),
(3765, 329, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3766, 329, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3767, 329, '_elementor_page_settings', 'a:0:{}'),
(3768, 330, '_wp_page_template', 'elementor_header_footer'),
(3770, 330, '_elementor_global_class_usage_indexed', '1'),
(3771, 330, '_elementor_edit_mode', 'builder'),
(3772, 330, '_elementor_template_type', 'wp-page'),
(3773, 330, '_elementor_version', '4.2.1'),
(3774, 330, '_elementor_pro_version', '4.2.1'),
(3775, 330, '_elementor_global_class_usage_indexed_preview', '1'),
(3776, 330, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3777, 330, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3782, 331, '_wp_page_template', 'elementor_header_footer'),
(3784, 331, '_elementor_global_class_usage_indexed', '1'),
(3785, 331, '_elementor_edit_mode', 'builder'),
(3786, 331, '_elementor_template_type', 'wp-page'),
(3787, 331, '_elementor_version', '4.2.1'),
(3788, 331, '_elementor_pro_version', '4.2.1'),
(3789, 331, '_elementor_global_class_usage_indexed_preview', '1'),
(3790, 331, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3791, 331, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3844, 336, '_wp_page_template', 'elementor_header_footer'),
(3822, 334, '_wp_page_template', 'elementor_header_footer'),
(3824, 334, '_elementor_global_class_usage_indexed', '1'),
(3825, 334, '_elementor_edit_mode', 'builder'),
(3826, 334, '_elementor_template_type', 'wp-page'),
(3827, 334, '_elementor_version', '4.2.1'),
(3828, 334, '_elementor_pro_version', '4.2.1'),
(3829, 334, '_elementor_global_class_usage_indexed_preview', '1'),
(3830, 334, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3831, 334, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#4dbfb8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3792, 331, '_elementor_page_settings', 'a:0:{}'),
(3795, 332, '_wp_page_template', 'elementor_header_footer'),
(3797, 332, '_elementor_global_class_usage_indexed', '1'),
(3798, 332, '_elementor_edit_mode', 'builder'),
(3799, 332, '_elementor_template_type', 'wp-page'),
(3800, 332, '_elementor_version', '4.2.1'),
(3801, 332, '_elementor_pro_version', '4.2.1'),
(3802, 332, '_elementor_global_class_usage_indexed_preview', '1'),
(3803, 332, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3804, 332, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3805, 332, '_elementor_page_settings', 'a:0:{}'),
(3808, 333, '_wp_page_template', 'elementor_header_footer'),
(3810, 333, '_elementor_global_class_usage_indexed', '1'),
(3811, 333, '_elementor_edit_mode', 'builder'),
(3812, 333, '_elementor_template_type', 'wp-page'),
(3813, 333, '_elementor_version', '4.2.1'),
(3814, 333, '_elementor_pro_version', '4.2.1'),
(3815, 333, '_elementor_global_class_usage_indexed_preview', '1'),
(3816, 333, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3817, 333, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#4dbfb8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3832, 334, '_elementor_page_settings', 'a:0:{}'),
(3833, 335, '_wp_page_template', 'elementor_header_footer'),
(3835, 335, '_elementor_global_class_usage_indexed', '1'),
(3836, 335, '_elementor_edit_mode', 'builder'),
(3837, 335, '_elementor_template_type', 'wp-page'),
(3838, 335, '_elementor_version', '4.2.1'),
(3839, 335, '_elementor_pro_version', '4.2.1'),
(3840, 335, '_elementor_global_class_usage_indexed_preview', '1'),
(3841, 335, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3842, 335, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#4dbfb8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3843, 335, '_elementor_page_settings', 'a:0:{}'),
(3846, 336, '_elementor_global_class_usage_indexed', '1'),
(3847, 336, '_elementor_edit_mode', 'builder'),
(3848, 336, '_elementor_template_type', 'wp-page'),
(3849, 336, '_elementor_version', '4.2.1'),
(3850, 336, '_elementor_pro_version', '4.2.1'),
(3851, 336, '_elementor_global_class_usage_indexed_preview', '1'),
(3852, 336, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3853, 336, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3884, 339, '_wp_page_template', 'elementor_header_footer'),
(3858, 337, '_wp_page_template', 'elementor_header_footer'),
(3860, 337, '_elementor_global_class_usage_indexed', '1'),
(3861, 337, '_elementor_edit_mode', 'builder'),
(3862, 337, '_elementor_template_type', 'wp-page'),
(3863, 337, '_elementor_version', '4.2.1'),
(3864, 337, '_elementor_pro_version', '4.2.1'),
(3865, 337, '_elementor_global_class_usage_indexed_preview', '1'),
(3866, 337, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3867, 337, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4064, 352, '_wp_page_template', 'elementor_header_footer'),
(12556, 1009, '_elementor_edit_mode', 'builder'),
(12557, 1009, '_elementor_template_type', 'wp-page'),
(4066, 352, '_elementor_global_class_usage_indexed', '1'),
(4067, 352, '_elementor_edit_mode', 'builder'),
(4068, 352, '_elementor_template_type', 'wp-page'),
(4069, 352, '_elementor_version', '4.2.1'),
(4070, 352, '_elementor_pro_version', '4.2.1'),
(4071, 352, '_elementor_global_class_usage_indexed_preview', '1'),
(4072, 352, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4073, 352, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3868, 337, '_elementor_page_settings', 'a:0:{}'),
(3871, 338, '_wp_page_template', 'elementor_header_footer'),
(13552, 31, '_elementor_page_settings', 'a:0:{}'),
(13553, 31, '_elementor_controls_usage', 'a:6:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:14:\"_section_style\";a:2:{s:12:\"_css_classes\";i:1;s:14:\"_element_width\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;}s:20:\"section_social_style\";a:1:{s:10:\"icon_color\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:6;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:8;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}s:18:\"section_background\";a:3:{s:16:\"background_color\";i:2;s:36:\"background_motion_fx_motion_fx_mouse\";i:1;s:21:\"background_background\";i:1;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:3;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:3;s:10:\"link_click\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:17:\"section_icon_list\";a:2:{s:17:\"icon_align_tablet\";i:3;s:23:\"icon_align_mobile_extra\";i:3;}s:14:\"_section_style\";a:1:{s:27:\"_element_width_mobile_extra\";i:1;}}}}}'),
(3873, 338, '_elementor_global_class_usage_indexed', '1'),
(3874, 338, '_elementor_edit_mode', 'builder'),
(3875, 338, '_elementor_template_type', 'wp-page'),
(3876, 338, '_elementor_version', '4.2.1'),
(3877, 338, '_elementor_pro_version', '4.2.1'),
(3878, 338, '_elementor_global_class_usage_indexed_preview', '1'),
(3879, 338, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3880, 338, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3881, 338, '_elementor_page_settings', 'a:0:{}'),
(3886, 339, '_elementor_global_class_usage_indexed', '1'),
(3887, 339, '_elementor_edit_mode', 'builder'),
(3888, 339, '_elementor_template_type', 'wp-page'),
(3889, 339, '_elementor_version', '4.2.1'),
(3890, 339, '_elementor_pro_version', '4.2.1'),
(3891, 339, '_elementor_global_class_usage_indexed_preview', '1'),
(3892, 339, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3893, 339, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4140, 358, '_wp_page_template', 'elementor_header_footer'),
(4142, 358, '_elementor_global_class_usage_indexed', '1'),
(4143, 358, '_elementor_edit_mode', 'builder'),
(4144, 358, '_elementor_template_type', 'wp-page'),
(4145, 358, '_elementor_version', '4.2.1'),
(4146, 358, '_elementor_pro_version', '4.2.1'),
(4147, 358, '_elementor_global_class_usage_indexed_preview', '1'),
(4148, 358, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4149, 358, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find. \\n\\nWith years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it. \\n\\nFrom small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3910, 340, '_elementor_page_settings', 'a:0:{}'),
(3913, 341, '_wp_page_template', 'elementor_header_footer'),
(3915, 341, '_elementor_global_class_usage_indexed', '1'),
(3916, 341, '_elementor_edit_mode', 'builder'),
(3917, 341, '_elementor_template_type', 'wp-page'),
(3918, 341, '_elementor_version', '4.2.1'),
(3919, 341, '_elementor_pro_version', '4.2.1'),
(3920, 341, '_elementor_global_class_usage_indexed_preview', '1'),
(3921, 341, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(3922, 341, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"2073f55\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"pp_display_conditions\":[{\"_id\":\"8ad0e1e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(3923, 341, '_elementor_page_settings', 'a:0:{}'),
(6092, 522, '_elementor_page_settings', 'a:0:{}'),
(4128, 357, '_elementor_global_class_usage_indexed', '1'),
(4129, 357, '_elementor_edit_mode', 'builder'),
(3926, 342, '_wp_page_template', 'elementor_header_footer'),
(3928, 342, '_elementor_global_class_usage_indexed', '1'),
(3929, 342, '_elementor_edit_mode', 'builder'),
(3930, 342, '_elementor_template_type', 'wp-page'),
(3931, 342, '_elementor_version', '4.2.1'),
(3932, 342, '_elementor_pro_version', '4.2.1'),
(3933, 342, '_elementor_global_class_usage_indexed_preview', '1'),
(3934, 342, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3935, 342, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"2073f55\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"pp_display_conditions\":[{\"_id\":\"8ad0e1e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image-gallery\"},{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"link_to\":\"\",\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4200, 363, '_wp_page_template', 'elementor_header_footer'),
(4050, 351, '_wp_page_template', 'elementor_header_footer'),
(4024, 349, '_wp_page_template', 'elementor_header_footer'),
(4026, 349, '_elementor_global_class_usage_indexed', '1'),
(4027, 349, '_elementor_edit_mode', 'builder'),
(4028, 349, '_elementor_template_type', 'wp-page'),
(4029, 349, '_elementor_version', '4.2.1'),
(4030, 349, '_elementor_pro_version', '4.2.1'),
(4031, 349, '_elementor_global_class_usage_indexed_preview', '1'),
(4032, 349, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4033, 349, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"2073f55\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"pp_display_conditions\":[{\"_id\":\"8ad0e1e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image-gallery\"},{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"link_to\":\"\",\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4083, 353, '_elementor_pro_version', '4.2.1'),
(4084, 353, '_elementor_global_class_usage_indexed_preview', '1'),
(4085, 353, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4077, 353, '_wp_page_template', 'elementor_header_footer'),
(12558, 1009, '_elementor_version', '4.2.1'),
(12559, 1009, '_elementor_pro_version', '4.2.1'),
(4079, 353, '_elementor_global_class_usage_indexed', '1'),
(4080, 353, '_elementor_edit_mode', 'builder'),
(4081, 353, '_elementor_template_type', 'wp-page'),
(4082, 353, '_elementor_version', '4.2.1'),
(3952, 343, '_elementor_page_settings', 'a:0:{}'),
(6064, 518, '_wp_attached_file', '2026/08/Ceilings-1-1.jpg'),
(6065, 518, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:24:\"2026/08/Ceilings-1-1.jpg\";s:8:\"filesize\";i:39804;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Ceilings-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10988;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Ceilings-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4056;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(6066, 519, '_wp_attached_file', '2026/08/Ceilings-2-1.jpg'),
(6067, 519, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:24:\"2026/08/Ceilings-2-1.jpg\";s:8:\"filesize\";i:56744;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Ceilings-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14196;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Ceilings-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4953;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(6068, 520, '_wp_attached_file', '2026/08/Ceilings-3-1.jpg'),
(6069, 520, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:24:\"2026/08/Ceilings-3-1.jpg\";s:8:\"filesize\";i:71123;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Ceilings-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19320;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Ceilings-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6874;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(6080, 521, '_elementor_page_settings', 'a:0:{}'),
(3955, 344, '_wp_page_template', 'elementor_header_footer'),
(3956, 344, '_elementor_global_class_usage_indexed', '1'),
(3957, 344, '_elementor_edit_mode', 'builder'),
(3958, 344, '_elementor_template_type', 'wp-page'),
(3959, 344, '_elementor_version', '4.2.1'),
(3960, 344, '_elementor_pro_version', '4.2.1'),
(3961, 344, '_elementor_global_class_usage_indexed_preview', '1'),
(3962, 344, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3963, 344, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3965, 344, '_elementor_page_settings', 'a:0:{}'),
(6094, 523, '_wp_page_template', 'elementor_header_footer'),
(6095, 523, '_elementor_global_class_usage_indexed', '1'),
(6096, 523, '_elementor_edit_mode', 'builder'),
(6097, 523, '_elementor_template_type', 'wp-page'),
(6098, 523, '_elementor_version', '4.2.1'),
(6099, 523, '_elementor_pro_version', '4.2.1'),
(6100, 523, '_elementor_global_class_usage_indexed_preview', '1'),
(6101, 523, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6102, 523, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(6082, 522, '_wp_page_template', 'elementor_header_footer'),
(6083, 522, '_elementor_global_class_usage_indexed', '1'),
(6084, 522, '_elementor_edit_mode', 'builder'),
(6085, 522, '_elementor_template_type', 'wp-page'),
(6086, 522, '_elementor_version', '4.2.1'),
(6087, 522, '_elementor_pro_version', '4.2.1'),
(6088, 522, '_elementor_global_class_usage_indexed_preview', '1'),
(6089, 522, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6090, 522, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(6129, 528, '_wp_page_template', 'elementor_header_footer'),
(6130, 528, '_elementor_global_class_usage_indexed', '1'),
(6131, 528, '_elementor_edit_mode', 'builder'),
(6132, 528, '_elementor_template_type', 'wp-page'),
(6133, 528, '_elementor_version', '4.2.1'),
(6134, 528, '_elementor_pro_version', '4.2.1'),
(6135, 528, '_elementor_global_class_usage_indexed_preview', '1'),
(6136, 528, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6137, 528, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(6285, 539, '_elementor_page_settings', 'a:0:{}'),
(6286, 540, '_wp_page_template', 'elementor_header_footer'),
(6287, 540, '_elementor_global_class_usage_indexed', '1'),
(6288, 540, '_elementor_edit_mode', 'builder'),
(6289, 540, '_elementor_template_type', 'wp-page'),
(6290, 540, '_elementor_version', '4.2.1'),
(6291, 540, '_elementor_pro_version', '4.2.1'),
(6292, 540, '_elementor_global_class_usage_indexed_preview', '1'),
(6293, 540, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6294, 540, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"f9cf5f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"20e8e40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"pp_display_conditions\":[{\"_id\":\"e287459\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4130, 357, '_elementor_template_type', 'wp-page'),
(4104, 355, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12562, 1009, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4106, 355, '_elementor_global_class_usage_indexed', '1'),
(4107, 355, '_elementor_edit_mode', 'builder'),
(4108, 355, '_elementor_template_type', 'wp-page'),
(4109, 355, '_elementor_version', '4.2.1'),
(4110, 355, '_elementor_pro_version', '4.2.1'),
(4111, 355, '_elementor_global_class_usage_indexed_preview', '1'),
(4112, 355, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4113, 355, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"2073f55\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"pp_display_conditions\":[{\"_id\":\"8ad0e1e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image-gallery\"},{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"link_to\":\"\",\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4034, 349, '_elementor_page_settings', 'a:0:{}'),
(4037, 350, '_wp_page_template', 'elementor_header_footer'),
(4039, 350, '_elementor_global_class_usage_indexed', '1'),
(4040, 350, '_elementor_edit_mode', 'builder'),
(4041, 350, '_elementor_template_type', 'wp-page'),
(4042, 350, '_elementor_version', '4.2.1'),
(4043, 350, '_elementor_pro_version', '4.2.1'),
(4044, 350, '_elementor_global_class_usage_indexed_preview', '1'),
(4045, 350, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4046, 350, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"2073f55\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"pp_display_conditions\":[{\"_id\":\"8ad0e1e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image-gallery\"},{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"link_to\":\"\",\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4047, 350, '_elementor_page_settings', 'a:0:{}'),
(12554, 1009, '_wp_page_template', 'elementor_header_footer'),
(12555, 1009, '_elementor_global_class_usage_indexed', '1'),
(4052, 351, '_elementor_global_class_usage_indexed', '1'),
(4053, 351, '_elementor_edit_mode', 'builder'),
(4054, 351, '_elementor_template_type', 'wp-page'),
(4055, 351, '_elementor_version', '4.2.1'),
(4056, 351, '_elementor_pro_version', '4.2.1'),
(4057, 351, '_elementor_global_class_usage_indexed_preview', '1'),
(4058, 351, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4059, 351, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"2073f55\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"pp_display_conditions\":[{\"_id\":\"8ad0e1e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image-gallery\"},{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"link_to\":\"\",\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4086, 353, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 Built on Hard Work & Honesty\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4087, 353, '_elementor_page_settings', 'a:0:{}'),
(4090, 354, '_wp_page_template', 'elementor_header_footer'),
(12560, 1009, '_elementor_global_class_usage_indexed_preview', '1'),
(12561, 1009, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4092, 354, '_elementor_global_class_usage_indexed', '1'),
(4093, 354, '_elementor_edit_mode', 'builder'),
(4094, 354, '_elementor_template_type', 'wp-page'),
(4095, 354, '_elementor_version', '4.2.1'),
(4096, 354, '_elementor_pro_version', '4.2.1'),
(4097, 354, '_elementor_global_class_usage_indexed_preview', '1'),
(4098, 354, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4099, 354, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find. \\n\\nWith years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it. \\n\\nFrom small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4114, 355, '_elementor_page_settings', 'a:0:{}'),
(4115, 356, '_wp_page_template', 'elementor_header_footer'),
(4117, 356, '_elementor_global_class_usage_indexed', '1'),
(4118, 356, '_elementor_edit_mode', 'builder'),
(4119, 356, '_elementor_template_type', 'wp-page'),
(4120, 356, '_elementor_version', '4.2.1'),
(4121, 356, '_elementor_pro_version', '4.2.1'),
(4122, 356, '_elementor_global_class_usage_indexed_preview', '1'),
(4123, 356, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4124, 356, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"2073f55\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"3\",\"open_lightbox\":\"yes\",\"pp_display_conditions\":[{\"_id\":\"8ad0e1e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image-gallery\"},{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"link_to\":\"\",\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4125, 356, '_elementor_page_settings', 'a:0:{}'),
(4131, 357, '_elementor_version', '4.2.1'),
(4132, 357, '_elementor_pro_version', '4.2.1'),
(4133, 357, '_elementor_global_class_usage_indexed_preview', '1'),
(4134, 357, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4135, 357, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"link_to\":\"\",\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4174, 361, '_wp_page_template', 'elementor_header_footer'),
(4176, 361, '_elementor_global_class_usage_indexed', '1'),
(4177, 361, '_elementor_edit_mode', 'builder'),
(4178, 361, '_elementor_template_type', 'wp-page'),
(4179, 361, '_elementor_version', '4.2.1'),
(4180, 361, '_elementor_pro_version', '4.2.1'),
(4181, 361, '_elementor_global_class_usage_indexed_preview', '1'),
(4182, 361, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4183, 361, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"link_to\":\"\",\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4244, 366, '_wp_page_template', 'elementor_header_footer'),
(4218, 364, '_wp_page_template', 'elementor_header_footer'),
(4220, 364, '_elementor_global_class_usage_indexed', '1'),
(4221, 364, '_elementor_edit_mode', 'builder'),
(4222, 364, '_elementor_template_type', 'wp-page'),
(4223, 364, '_elementor_version', '4.2.1'),
(4224, 364, '_elementor_pro_version', '4.2.1'),
(4225, 364, '_elementor_global_class_usage_indexed_preview', '1'),
(4226, 364, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4227, 364, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4573, 391, '_wp_page_template', 'elementor_header_footer'),
(4575, 391, '_elementor_global_class_usage_indexed', '1'),
(4576, 391, '_elementor_edit_mode', 'builder'),
(4577, 391, '_elementor_template_type', 'wp-page'),
(4578, 391, '_elementor_version', '4.2.1'),
(4579, 391, '_elementor_pro_version', '4.2.1'),
(4580, 391, '_elementor_global_class_usage_indexed_preview', '1'),
(4581, 391, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4582, 391, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>New patient appointments available this week \\u2014 Book online now\\n\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF00\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4405, 378, '_wp_page_template', 'elementor_header_footer'),
(4407, 378, '_elementor_global_class_usage_indexed', '1'),
(4408, 378, '_elementor_edit_mode', 'builder'),
(4409, 378, '_elementor_template_type', 'wp-page'),
(4410, 378, '_elementor_version', '4.2.1'),
(4411, 378, '_elementor_pro_version', '4.2.1'),
(4412, 378, '_elementor_global_class_usage_indexed_preview', '1'),
(4413, 378, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4414, 378, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4150, 358, '_elementor_page_settings', 'a:0:{}'),
(4151, 359, '_wp_page_template', 'elementor_header_footer'),
(4153, 359, '_elementor_global_class_usage_indexed', '1'),
(4154, 359, '_elementor_edit_mode', 'builder'),
(4155, 359, '_elementor_template_type', 'wp-page'),
(4156, 359, '_elementor_version', '4.2.1'),
(4157, 359, '_elementor_pro_version', '4.2.1'),
(4158, 359, '_elementor_global_class_usage_indexed_preview', '1'),
(4159, 359, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4160, 359, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find. \\n\\nWith years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it. \\n\\nFrom small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4161, 359, '_elementor_page_settings', 'a:0:{}'),
(4286, 369, '_wp_page_template', 'elementor_header_footer'),
(4288, 369, '_elementor_global_class_usage_indexed', '1'),
(4289, 369, '_elementor_edit_mode', 'builder'),
(4290, 369, '_elementor_template_type', 'wp-page'),
(4291, 369, '_elementor_version', '4.2.1'),
(4292, 369, '_elementor_pro_version', '4.2.1'),
(4293, 369, '_elementor_global_class_usage_indexed_preview', '1'),
(4294, 369, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4295, 369, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(5971, 508, '_wp_attached_file', '2026/08/Installations-1-1.jpg'),
(5972, 508, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:29:\"2026/08/Installations-1-1.jpg\";s:8:\"filesize\";i:55337;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Installations-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20477;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Installations-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6870;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(5973, 509, '_wp_attached_file', '2026/08/Installations-3-1.jpg'),
(5974, 509, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:29:\"2026/08/Installations-3-1.jpg\";s:8:\"filesize\";i:74276;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Installations-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21157;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Installations-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7283;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(5975, 510, '_wp_attached_file', '2026/08/Installations-4-1.jpg'),
(5976, 510, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:29:\"2026/08/Installations-4-1.jpg\";s:8:\"filesize\";i:100768;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Installations-4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21766;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Installations-4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5984;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(4162, 360, '_wp_page_template', 'elementor_header_footer'),
(4164, 360, '_elementor_global_class_usage_indexed', '1'),
(4165, 360, '_elementor_edit_mode', 'builder'),
(4166, 360, '_elementor_template_type', 'wp-page'),
(4167, 360, '_elementor_version', '4.2.1'),
(4168, 360, '_elementor_pro_version', '4.2.1'),
(4169, 360, '_elementor_global_class_usage_indexed_preview', '1'),
(4170, 360, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4171, 360, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c7c80f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bd991e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"primary_color\":\"#587994\",\"description_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c81ce64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"primary_color\":\"#587994\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3f1fded\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"primary_color\":\"#587994\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4260, 367, '_wp_page_template', 'elementor_header_footer'),
(4262, 367, '_elementor_global_class_usage_indexed', '1'),
(4263, 367, '_elementor_edit_mode', 'builder'),
(4264, 367, '_elementor_template_type', 'wp-page'),
(4265, 367, '_elementor_version', '4.2.1'),
(4266, 367, '_elementor_pro_version', '4.2.1'),
(4267, 367, '_elementor_global_class_usage_indexed_preview', '1'),
(4268, 367, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4269, 367, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c7c80f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bd991e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"primary_color\":\"#587994\",\"description_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c81ce64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"primary_color\":\"#587994\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3f1fded\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"primary_color\":\"#587994\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4184, 361, '_elementor_page_settings', 'a:0:{}'),
(4187, 362, '_wp_page_template', 'elementor_header_footer'),
(4189, 362, '_elementor_global_class_usage_indexed', '1'),
(4190, 362, '_elementor_edit_mode', 'builder'),
(4191, 362, '_elementor_template_type', 'wp-page'),
(4192, 362, '_elementor_version', '4.2.1'),
(4193, 362, '_elementor_pro_version', '4.2.1'),
(4194, 362, '_elementor_global_class_usage_indexed_preview', '1'),
(4195, 362, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4196, 362, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"link_to\":\"\",\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4197, 362, '_elementor_page_settings', 'a:0:{}'),
(4202, 363, '_elementor_global_class_usage_indexed', '1'),
(4203, 363, '_elementor_edit_mode', 'builder'),
(4204, 363, '_elementor_template_type', 'wp-page'),
(4205, 363, '_elementor_version', '4.2.1'),
(4206, 363, '_elementor_pro_version', '4.2.1'),
(4207, 363, '_elementor_global_class_usage_indexed_preview', '1'),
(4208, 363, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4209, 363, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4393, 377, '_wp_page_template', 'elementor_header_footer'),
(4367, 375, '_wp_page_template', 'elementor_header_footer'),
(4369, 375, '_elementor_global_class_usage_indexed', '1'),
(4370, 375, '_elementor_edit_mode', 'builder'),
(4371, 375, '_elementor_template_type', 'wp-page'),
(4372, 375, '_elementor_version', '4.2.1'),
(4373, 375, '_elementor_pro_version', '4.2.1'),
(4374, 375, '_elementor_global_class_usage_indexed_preview', '1'),
(4375, 375, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4376, 375, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(6704, 573, '_wp_page_template', 'elementor_header_footer'),
(6705, 573, '_elementor_global_class_usage_indexed', '1'),
(6706, 573, '_elementor_edit_mode', 'builder'),
(5881, 498, '_elementor_page_settings', 'a:0:{}'),
(4330, 372, '_wp_page_template', 'elementor_header_footer'),
(4332, 372, '_elementor_global_class_usage_indexed', '1'),
(4333, 372, '_elementor_edit_mode', 'builder'),
(4334, 372, '_elementor_template_type', 'wp-page'),
(4335, 372, '_elementor_version', '4.2.1'),
(4336, 372, '_elementor_pro_version', '4.2.1'),
(4337, 372, '_elementor_global_class_usage_indexed_preview', '1'),
(4338, 372, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4339, 372, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4377, 375, '_elementor_page_settings', 'a:0:{}'),
(4228, 364, '_elementor_page_settings', 'a:0:{}'),
(4231, 365, '_wp_page_template', 'elementor_header_footer'),
(4233, 365, '_elementor_global_class_usage_indexed', '1'),
(4234, 365, '_elementor_edit_mode', 'builder'),
(4235, 365, '_elementor_template_type', 'wp-page'),
(4236, 365, '_elementor_version', '4.2.1'),
(4237, 365, '_elementor_pro_version', '4.2.1'),
(4238, 365, '_elementor_global_class_usage_indexed_preview', '1'),
(4239, 365, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4240, 365, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4241, 365, '_elementor_page_settings', 'a:0:{}'),
(4246, 366, '_elementor_global_class_usage_indexed', '1'),
(4247, 366, '_elementor_edit_mode', 'builder'),
(4248, 366, '_elementor_template_type', 'wp-page'),
(4249, 366, '_elementor_version', '4.2.1'),
(4250, 366, '_elementor_pro_version', '4.2.1'),
(4251, 366, '_elementor_global_class_usage_indexed_preview', '1'),
(4252, 366, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4253, 366, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5999, 512, '_elementor_page_settings', 'a:0:{}'),
(4443, 381, '_wp_page_template', 'elementor_header_footer'),
(4445, 381, '_elementor_global_class_usage_indexed', '1'),
(4446, 381, '_elementor_edit_mode', 'builder'),
(4447, 381, '_elementor_template_type', 'wp-page'),
(4448, 381, '_elementor_version', '4.2.1'),
(4449, 381, '_elementor_pro_version', '4.2.1'),
(4450, 381, '_elementor_global_class_usage_indexed_preview', '1'),
(4451, 381, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4452, 381, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4270, 367, '_elementor_page_settings', 'a:0:{}'),
(5989, 512, '_wp_page_template', 'elementor_header_footer'),
(5990, 512, '_elementor_global_class_usage_indexed', '1'),
(5991, 512, '_elementor_edit_mode', 'builder'),
(5992, 512, '_elementor_template_type', 'wp-page'),
(5993, 512, '_elementor_version', '4.2.1'),
(5994, 512, '_elementor_pro_version', '4.2.1'),
(5995, 512, '_elementor_global_class_usage_indexed_preview', '1'),
(5996, 512, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5997, 512, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4273, 368, '_wp_page_template', 'elementor_header_footer'),
(4275, 368, '_elementor_global_class_usage_indexed', '1'),
(4276, 368, '_elementor_edit_mode', 'builder'),
(4277, 368, '_elementor_template_type', 'wp-page'),
(4278, 368, '_elementor_version', '4.2.1'),
(4279, 368, '_elementor_pro_version', '4.2.1'),
(4280, 368, '_elementor_global_class_usage_indexed_preview', '1'),
(4281, 368, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4282, 368, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c7c80f6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bd991e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"primary_color\":\"#587994\",\"description_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c81ce64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"primary_color\":\"#587994\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3f1fded\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"primary_color\":\"#587994\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4283, 368, '_elementor_page_settings', 'a:0:{}'),
(4395, 377, '_elementor_global_class_usage_indexed', '1'),
(4396, 377, '_elementor_edit_mode', 'builder'),
(4397, 377, '_elementor_template_type', 'wp-page'),
(4398, 377, '_elementor_version', '4.2.1'),
(4399, 377, '_elementor_pro_version', '4.2.1'),
(4400, 377, '_elementor_global_class_usage_indexed_preview', '1'),
(4401, 377, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4402, 377, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4363, 374, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4354, 374, '_wp_page_template', 'elementor_header_footer'),
(4356, 374, '_elementor_global_class_usage_indexed', '1'),
(4357, 374, '_elementor_edit_mode', 'builder'),
(4340, 372, '_elementor_page_settings', 'a:0:{}'),
(5987, 511, '_elementor_page_settings', 'a:0:{}'),
(4358, 374, '_elementor_template_type', 'wp-page'),
(4359, 374, '_elementor_version', '4.2.1'),
(4360, 374, '_elementor_pro_version', '4.2.1'),
(4361, 374, '_elementor_global_class_usage_indexed_preview', '1'),
(4362, 374, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4342, 373, '_wp_page_template', 'elementor_header_footer'),
(4344, 373, '_elementor_global_class_usage_indexed', '1'),
(4345, 373, '_elementor_edit_mode', 'builder'),
(4346, 373, '_elementor_template_type', 'wp-page'),
(4347, 373, '_elementor_version', '4.2.1'),
(4348, 373, '_elementor_pro_version', '4.2.1'),
(4349, 373, '_elementor_global_class_usage_indexed_preview', '1'),
(4350, 373, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4351, 373, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"Tab #1\",\"_id\":\"9518799\"},{\"tab_title\":\"Tab #2\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Tab #3\",\"_id\":\"d94eea9\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4352, 373, '_elementor_page_settings', 'a:0:{}'),
(4380, 376, '_wp_page_template', 'elementor_header_footer'),
(4382, 376, '_elementor_global_class_usage_indexed', '1'),
(4383, 376, '_elementor_edit_mode', 'builder'),
(4384, 376, '_elementor_template_type', 'wp-page'),
(4385, 376, '_elementor_version', '4.2.1'),
(4386, 376, '_elementor_pro_version', '4.2.1'),
(4387, 376, '_elementor_global_class_usage_indexed_preview', '1'),
(4388, 376, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4389, 376, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4390, 376, '_elementor_page_settings', 'a:0:{}'),
(6009, 513, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5279, 449, '_wp_page_template', 'elementor_header_footer'),
(5257, 447, '_wp_page_template', 'elementor_header_footer'),
(5258, 447, '_elementor_global_class_usage_indexed', '1'),
(5259, 447, '_elementor_edit_mode', 'builder'),
(5260, 447, '_elementor_template_type', 'wp-page'),
(5261, 447, '_elementor_version', '4.2.1'),
(5262, 447, '_elementor_pro_version', '4.2.1'),
(5263, 447, '_elementor_global_class_usage_indexed_preview', '1'),
(5264, 447, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5265, 447, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4419, 379, '_wp_page_template', 'elementor_header_footer'),
(4421, 379, '_elementor_global_class_usage_indexed', '1'),
(4422, 379, '_elementor_edit_mode', 'builder'),
(4423, 379, '_elementor_template_type', 'wp-page'),
(4424, 379, '_elementor_version', '4.2.1'),
(4425, 379, '_elementor_pro_version', '4.2.1'),
(4426, 379, '_elementor_global_class_usage_indexed_preview', '1'),
(4427, 379, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4428, 379, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4431, 380, '_wp_page_template', 'elementor_header_footer'),
(4433, 380, '_elementor_global_class_usage_indexed', '1'),
(4434, 380, '_elementor_edit_mode', 'builder'),
(4435, 380, '_elementor_template_type', 'wp-page'),
(4436, 380, '_elementor_version', '4.2.1'),
(4437, 380, '_elementor_pro_version', '4.2.1'),
(4438, 380, '_elementor_global_class_usage_indexed_preview', '1'),
(4439, 380, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4440, 380, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4453, 381, '_elementor_page_settings', 'a:0:{}'),
(4454, 382, '_wp_page_template', 'elementor_header_footer'),
(4456, 382, '_elementor_global_class_usage_indexed', '1'),
(4457, 382, '_elementor_edit_mode', 'builder'),
(4458, 382, '_elementor_template_type', 'wp-page'),
(4459, 382, '_elementor_version', '4.2.1'),
(4460, 382, '_elementor_pro_version', '4.2.1'),
(4461, 382, '_elementor_global_class_usage_indexed_preview', '1'),
(4462, 382, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4463, 382, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4464, 382, '_elementor_page_settings', 'a:0:{}'),
(4465, 383, '_wp_page_template', 'elementor_header_footer'),
(4467, 383, '_elementor_global_class_usage_indexed', '1'),
(4468, 383, '_elementor_edit_mode', 'builder'),
(4469, 383, '_elementor_template_type', 'wp-page'),
(4470, 383, '_elementor_version', '4.2.1'),
(4471, 383, '_elementor_pro_version', '4.2.1'),
(4472, 383, '_elementor_global_class_usage_indexed_preview', '1'),
(4473, 383, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4474, 383, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4531, 388, '_wp_page_template', 'elementor_header_footer'),
(12473, 1003, '_elementor_template_type', 'wp-page'),
(12474, 1003, '_elementor_version', '4.2.1'),
(12475, 1003, '_elementor_pro_version', '4.2.1'),
(12476, 1003, '_elementor_global_class_usage_indexed_preview', '1'),
(4533, 388, '_elementor_global_class_usage_indexed', '1'),
(4534, 388, '_elementor_edit_mode', 'builder'),
(4535, 388, '_elementor_template_type', 'wp-page'),
(4536, 388, '_elementor_version', '4.2.1'),
(4537, 388, '_elementor_pro_version', '4.2.1'),
(4538, 388, '_elementor_global_class_usage_indexed_preview', '1'),
(4539, 388, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4540, 388, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(6020, 514, '_elementor_global_class_usage_indexed_preview', '1'),
(6021, 514, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6022, 514, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4515, 387, '_wp_page_template', 'elementor_header_footer'),
(12471, 1003, '_elementor_global_class_usage_indexed', '1'),
(12472, 1003, '_elementor_edit_mode', 'builder'),
(4517, 387, '_elementor_global_class_usage_indexed', '1'),
(4518, 387, '_elementor_edit_mode', 'builder'),
(4519, 387, '_elementor_template_type', 'wp-page'),
(4520, 387, '_elementor_version', '4.2.1'),
(4521, 387, '_elementor_pro_version', '4.2.1'),
(4522, 387, '_elementor_global_class_usage_indexed_preview', '1'),
(4523, 387, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4524, 387, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>New patient appointments available this week \\u2014 Book online now\\n\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF00\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(5291, 450, '_wp_page_template', 'elementor_header_footer'),
(4943, 421, '_wp_page_template', 'elementor_header_footer'),
(4917, 419, '_wp_page_template', 'elementor_header_footer'),
(4919, 419, '_elementor_global_class_usage_indexed', '1'),
(4920, 419, '_elementor_edit_mode', 'builder'),
(4921, 419, '_elementor_template_type', 'wp-page'),
(4922, 419, '_elementor_version', '4.2.1'),
(4923, 419, '_elementor_pro_version', '4.2.1'),
(4924, 419, '_elementor_global_class_usage_indexed_preview', '1'),
(4925, 419, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4926, 419, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4491, 385, '_wp_page_template', 'elementor_header_footer'),
(4493, 385, '_elementor_global_class_usage_indexed', '1'),
(4494, 385, '_elementor_edit_mode', 'builder'),
(4495, 385, '_elementor_template_type', 'wp-page'),
(4496, 385, '_elementor_version', '4.2.1'),
(4497, 385, '_elementor_pro_version', '4.2.1'),
(4498, 385, '_elementor_global_class_usage_indexed_preview', '1'),
(4499, 385, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4500, 385, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4503, 386, '_wp_page_template', 'elementor_header_footer'),
(12470, 1003, '_wp_page_template', 'elementor_header_footer'),
(4505, 386, '_elementor_global_class_usage_indexed', '1'),
(4506, 386, '_elementor_edit_mode', 'builder'),
(4507, 386, '_elementor_template_type', 'wp-page'),
(4508, 386, '_elementor_version', '4.2.1'),
(4509, 386, '_elementor_pro_version', '4.2.1'),
(4510, 386, '_elementor_global_class_usage_indexed_preview', '1'),
(4511, 386, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4512, 386, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(6036, 516, '_wp_page_template', 'elementor_header_footer'),
(6014, 514, '_wp_page_template', 'elementor_header_footer'),
(6015, 514, '_elementor_global_class_usage_indexed', '1'),
(6016, 514, '_elementor_edit_mode', 'builder'),
(6017, 514, '_elementor_template_type', 'wp-page'),
(6018, 514, '_elementor_version', '4.2.1'),
(6019, 514, '_elementor_pro_version', '4.2.1'),
(4615, 394, '_wp_page_template', 'elementor_header_footer'),
(4617, 394, '_elementor_global_class_usage_indexed', '1'),
(4618, 394, '_elementor_edit_mode', 'builder'),
(4619, 394, '_elementor_template_type', 'wp-page'),
(4620, 394, '_elementor_version', '4.2.1'),
(4621, 394, '_elementor_pro_version', '4.2.1'),
(4622, 394, '_elementor_global_class_usage_indexed_preview', '1'),
(4623, 394, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4624, 394, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>New patient appointments available this week \\u2014 Book online now\\n\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4699, 400, '_wp_page_template', 'elementor_header_footer'),
(4866, 412, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:21:\"2026/08/Repairs-3.jpg\";s:8:\"filesize\";i:117346;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Repairs-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18842;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Repairs-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7896;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Repairs-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99201;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(4541, 388, '_elementor_page_settings', 'a:0:{}'),
(4544, 389, '_wp_page_template', 'elementor_header_footer'),
(12477, 1003, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12478, 1003, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"_element_id\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4546, 389, '_elementor_global_class_usage_indexed', '1'),
(4547, 389, '_elementor_edit_mode', 'builder'),
(4548, 389, '_elementor_template_type', 'wp-page'),
(4549, 389, '_elementor_version', '4.2.1'),
(4550, 389, '_elementor_pro_version', '4.2.1'),
(4551, 389, '_elementor_global_class_usage_indexed_preview', '1'),
(4552, 389, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4553, 389, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4554, 389, '_elementor_page_settings', 'a:0:{}'),
(4557, 390, '_wp_page_template', 'elementor_header_footer'),
(4559, 390, '_elementor_global_class_usage_indexed', '1'),
(4560, 390, '_elementor_edit_mode', 'builder'),
(4561, 390, '_elementor_template_type', 'wp-page'),
(4562, 390, '_elementor_version', '4.2.1'),
(4563, 390, '_elementor_pro_version', '4.2.1'),
(4564, 390, '_elementor_global_class_usage_indexed_preview', '1'),
(4565, 390, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4566, 390, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5027, 427, '_wp_page_template', 'elementor_header_footer'),
(5001, 425, '_wp_page_template', 'elementor_header_footer'),
(5003, 425, '_elementor_global_class_usage_indexed', '1'),
(5004, 425, '_elementor_edit_mode', 'builder'),
(5005, 425, '_elementor_template_type', 'wp-page'),
(5006, 425, '_elementor_version', '4.2.1'),
(5007, 425, '_elementor_pro_version', '4.2.1'),
(5008, 425, '_elementor_global_class_usage_indexed_preview', '1'),
(5009, 425, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5010, 425, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4583, 391, '_elementor_page_settings', 'a:0:{}'),
(4586, 392, '_wp_page_template', 'elementor_header_footer'),
(4588, 392, '_elementor_global_class_usage_indexed', '1'),
(4589, 392, '_elementor_edit_mode', 'builder'),
(4590, 392, '_elementor_template_type', 'wp-page'),
(4591, 392, '_elementor_version', '4.2.1'),
(4592, 392, '_elementor_pro_version', '4.2.1'),
(4593, 392, '_elementor_global_class_usage_indexed_preview', '1'),
(4594, 392, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4595, 392, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>New patient appointments available this week \\u2014 Book online now\\n\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF00\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4596, 392, '_elementor_page_settings', 'a:0:{}'),
(4641, 396, '_wp_page_template', 'elementor_header_footer'),
(4599, 393, '_wp_page_template', 'elementor_header_footer'),
(4601, 393, '_elementor_global_class_usage_indexed', '1'),
(4602, 393, '_elementor_edit_mode', 'builder'),
(4603, 393, '_elementor_template_type', 'wp-page'),
(4604, 393, '_elementor_version', '4.2.1'),
(4605, 393, '_elementor_pro_version', '4.2.1'),
(4606, 393, '_elementor_global_class_usage_indexed_preview', '1'),
(4607, 393, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4608, 393, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>New patient appointments available this week \\u2014 Book online now\\n\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4683, 399, '_wp_page_template', 'elementor_header_footer'),
(4657, 397, '_wp_page_template', 'elementor_header_footer'),
(4659, 397, '_elementor_global_class_usage_indexed', '1'),
(4660, 397, '_elementor_edit_mode', 'builder'),
(4661, 397, '_elementor_template_type', 'wp-page'),
(4662, 397, '_elementor_version', '4.2.1'),
(4663, 397, '_elementor_pro_version', '4.2.1'),
(4664, 397, '_elementor_global_class_usage_indexed_preview', '1'),
(4665, 397, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4666, 397, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4625, 394, '_elementor_page_settings', 'a:0:{}'),
(4628, 395, '_wp_page_template', 'elementor_header_footer'),
(4630, 395, '_elementor_global_class_usage_indexed', '1'),
(4631, 395, '_elementor_edit_mode', 'builder'),
(4632, 395, '_elementor_template_type', 'wp-page'),
(4633, 395, '_elementor_version', '4.2.1'),
(4634, 395, '_elementor_pro_version', '4.2.1'),
(4635, 395, '_elementor_global_class_usage_indexed_preview', '1'),
(4636, 395, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4637, 395, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>New patient appointments available this week \\u2014 Book online now\\n\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4638, 395, '_elementor_page_settings', 'a:0:{}'),
(4643, 396, '_elementor_global_class_usage_indexed', '1'),
(4644, 396, '_elementor_edit_mode', 'builder'),
(4645, 396, '_elementor_template_type', 'wp-page'),
(4646, 396, '_elementor_version', '4.2.1'),
(4647, 396, '_elementor_pro_version', '4.2.1'),
(4648, 396, '_elementor_global_class_usage_indexed_preview', '1'),
(4649, 396, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4650, 396, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4725, 402, '_wp_page_template', 'elementor_header_footer'),
(4701, 400, '_elementor_global_class_usage_indexed', '1'),
(4702, 400, '_elementor_edit_mode', 'builder'),
(4703, 400, '_elementor_template_type', 'wp-page'),
(4704, 400, '_elementor_version', '4.2.1'),
(4705, 400, '_elementor_pro_version', '4.2.1'),
(4706, 400, '_elementor_global_class_usage_indexed_preview', '1'),
(4707, 400, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4708, 400, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4667, 397, '_elementor_page_settings', 'a:0:{}'),
(4670, 398, '_wp_page_template', 'elementor_header_footer'),
(4672, 398, '_elementor_global_class_usage_indexed', '1'),
(4673, 398, '_elementor_edit_mode', 'builder'),
(4674, 398, '_elementor_template_type', 'wp-page'),
(4675, 398, '_elementor_version', '4.2.1'),
(4676, 398, '_elementor_pro_version', '4.2.1'),
(4677, 398, '_elementor_global_class_usage_indexed_preview', '1'),
(4678, 398, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4679, 398, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4680, 398, '_elementor_page_settings', 'a:0:{}'),
(4685, 399, '_elementor_global_class_usage_indexed', '1'),
(4686, 399, '_elementor_edit_mode', 'builder'),
(4687, 399, '_elementor_template_type', 'wp-page'),
(4688, 399, '_elementor_version', '4.2.1'),
(4689, 399, '_elementor_pro_version', '4.2.1'),
(4690, 399, '_elementor_global_class_usage_indexed_preview', '1'),
(4691, 399, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4692, 399, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4767, 405, '_wp_page_template', 'elementor_header_footer'),
(4741, 403, '_wp_page_template', 'elementor_header_footer'),
(4743, 403, '_elementor_global_class_usage_indexed', '1'),
(4744, 403, '_elementor_edit_mode', 'builder'),
(4745, 403, '_elementor_template_type', 'wp-page'),
(4746, 403, '_elementor_version', '4.2.1'),
(4747, 403, '_elementor_pro_version', '4.2.1'),
(4748, 403, '_elementor_global_class_usage_indexed_preview', '1'),
(4749, 403, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4750, 403, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4709, 400, '_elementor_page_settings', 'a:0:{}'),
(5940, 505, '_elementor_page_settings', 'a:0:{}'),
(4712, 401, '_wp_page_template', 'elementor_header_footer'),
(4714, 401, '_elementor_global_class_usage_indexed', '1'),
(4715, 401, '_elementor_edit_mode', 'builder'),
(4716, 401, '_elementor_template_type', 'wp-page'),
(4717, 401, '_elementor_version', '4.2.1'),
(4718, 401, '_elementor_pro_version', '4.2.1'),
(4719, 401, '_elementor_global_class_usage_indexed_preview', '1'),
(4720, 401, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4721, 401, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":false},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4722, 401, '_elementor_page_settings', 'a:0:{}'),
(4727, 402, '_elementor_global_class_usage_indexed', '1'),
(4728, 402, '_elementor_edit_mode', 'builder'),
(4729, 402, '_elementor_template_type', 'wp-page'),
(4730, 402, '_elementor_version', '4.2.1'),
(4731, 402, '_elementor_pro_version', '4.2.1'),
(4732, 402, '_elementor_global_class_usage_indexed_preview', '1'),
(4733, 402, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4734, 402, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4809, 408, '_wp_page_template', 'elementor_header_footer'),
(4783, 406, '_wp_page_template', 'elementor_header_footer'),
(4785, 406, '_elementor_global_class_usage_indexed', '1'),
(4786, 406, '_elementor_edit_mode', 'builder'),
(4787, 406, '_elementor_template_type', 'wp-page'),
(4788, 406, '_elementor_version', '4.2.1'),
(4789, 406, '_elementor_pro_version', '4.2.1'),
(4790, 406, '_elementor_global_class_usage_indexed_preview', '1'),
(4791, 406, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4792, 406, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4751, 403, '_elementor_page_settings', 'a:0:{}'),
(5930, 505, '_wp_page_template', 'elementor_header_footer'),
(5931, 505, '_elementor_global_class_usage_indexed', '1'),
(5932, 505, '_elementor_edit_mode', 'builder'),
(5933, 505, '_elementor_template_type', 'wp-page'),
(5934, 505, '_elementor_version', '4.2.1'),
(5935, 505, '_elementor_pro_version', '4.2.1'),
(5936, 505, '_elementor_global_class_usage_indexed_preview', '1'),
(5937, 505, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5938, 505, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4754, 404, '_wp_page_template', 'elementor_header_footer'),
(4756, 404, '_elementor_global_class_usage_indexed', '1'),
(4757, 404, '_elementor_edit_mode', 'builder'),
(4758, 404, '_elementor_template_type', 'wp-page'),
(4759, 404, '_elementor_version', '4.2.1'),
(4760, 404, '_elementor_pro_version', '4.2.1'),
(4761, 404, '_elementor_global_class_usage_indexed_preview', '1'),
(4762, 404, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4763, 404, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4764, 404, '_elementor_page_settings', 'a:0:{}'),
(4769, 405, '_elementor_global_class_usage_indexed', '1'),
(4770, 405, '_elementor_edit_mode', 'builder'),
(4771, 405, '_elementor_template_type', 'wp-page'),
(4772, 405, '_elementor_version', '4.2.1'),
(4773, 405, '_elementor_pro_version', '4.2.1'),
(4774, 405, '_elementor_global_class_usage_indexed_preview', '1'),
(4775, 405, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4776, 405, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4825, 409, '_wp_page_template', 'elementor_header_footer'),
(4827, 409, '_elementor_global_class_usage_indexed', '1'),
(4828, 409, '_elementor_edit_mode', 'builder'),
(4829, 409, '_elementor_template_type', 'wp-page'),
(4830, 409, '_elementor_version', '4.2.1'),
(4831, 409, '_elementor_pro_version', '4.2.1'),
(4832, 409, '_elementor_global_class_usage_indexed_preview', '1'),
(4833, 409, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4834, 409, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4793, 406, '_elementor_page_settings', 'a:0:{}'),
(5912, 501, '_wp_attached_file', '2026/08/Repairs-4-1.jpg'),
(5913, 501, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:23:\"2026/08/Repairs-4-1.jpg\";s:8:\"filesize\";i:56635;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Repairs-4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16764;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Repairs-4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5548;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(5914, 502, '_wp_attached_file', '2026/08/Repairs-6-1.jpg'),
(5915, 502, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:23:\"2026/08/Repairs-6-1.jpg\";s:8:\"filesize\";i:189642;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Repairs-6-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23616;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Repairs-6-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7328;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(5916, 503, '_wp_attached_file', '2026/08/Repairs-5-1.jpg'),
(5917, 503, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:23:\"2026/08/Repairs-5-1.jpg\";s:8:\"filesize\";i:64978;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Repairs-5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20436;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Repairs-5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6944;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(4796, 407, '_wp_page_template', 'elementor_header_footer'),
(4798, 407, '_elementor_global_class_usage_indexed', '1'),
(4799, 407, '_elementor_edit_mode', 'builder'),
(4800, 407, '_elementor_template_type', 'wp-page'),
(4801, 407, '_elementor_version', '4.2.1'),
(4802, 407, '_elementor_pro_version', '4.2.1'),
(4803, 407, '_elementor_global_class_usage_indexed_preview', '1'),
(4804, 407, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4805, 407, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"capitalize\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4806, 407, '_elementor_page_settings', 'a:0:{}'),
(4811, 408, '_elementor_global_class_usage_indexed', '1'),
(4812, 408, '_elementor_edit_mode', 'builder'),
(4813, 408, '_elementor_template_type', 'wp-page'),
(4814, 408, '_elementor_version', '4.2.1'),
(4815, 408, '_elementor_pro_version', '4.2.1'),
(4816, 408, '_elementor_global_class_usage_indexed_preview', '1'),
(4817, 408, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4818, 408, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4899, 417, '_wp_page_template', 'elementor_header_footer'),
(4873, 415, '_wp_page_template', 'elementor_header_footer'),
(4875, 415, '_elementor_global_class_usage_indexed', '1'),
(4876, 415, '_elementor_edit_mode', 'builder'),
(4877, 415, '_elementor_template_type', 'wp-page'),
(4878, 415, '_elementor_version', '4.2.1'),
(4879, 415, '_elementor_pro_version', '4.2.1'),
(4880, 415, '_elementor_global_class_usage_indexed_preview', '1'),
(4881, 415, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4882, 415, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4865, 412, '_wp_attached_file', '2026/08/Repairs-3.jpg'),
(4835, 409, '_elementor_page_settings', 'a:0:{}'),
(5928, 504, '_elementor_page_settings', 'a:0:{}'),
(4838, 410, '_wp_page_template', 'elementor_header_footer'),
(4840, 410, '_elementor_global_class_usage_indexed', '1'),
(4841, 410, '_elementor_edit_mode', 'builder'),
(4842, 410, '_elementor_template_type', 'wp-page'),
(4843, 410, '_elementor_version', '4.2.1'),
(4844, 410, '_elementor_pro_version', '4.2.1'),
(4845, 410, '_elementor_global_class_usage_indexed_preview', '1'),
(4846, 410, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4847, 410, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Meet the team behind the smooth walls.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4848, 410, '_elementor_page_settings', 'a:0:{}'),
(4851, 411, '_wp_page_template', 'elementor_header_footer'),
(4853, 411, '_elementor_global_class_usage_indexed', '1'),
(4854, 411, '_elementor_edit_mode', 'builder'),
(4855, 411, '_elementor_template_type', 'wp-page'),
(4856, 411, '_elementor_version', '4.2.1'),
(4857, 411, '_elementor_pro_version', '4.2.1'),
(4858, 411, '_elementor_global_class_usage_indexed_preview', '1'),
(4859, 411, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4860, 411, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4959, 422, '_wp_page_template', 'elementor_header_footer'),
(4961, 422, '_elementor_global_class_usage_indexed', '1'),
(4962, 422, '_elementor_edit_mode', 'builder'),
(4963, 422, '_elementor_template_type', 'wp-page'),
(4964, 422, '_elementor_version', '4.2.1'),
(4965, 422, '_elementor_pro_version', '4.2.1'),
(4966, 422, '_elementor_global_class_usage_indexed_preview', '1'),
(4967, 422, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4968, 422, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4869, 413, '_wp_attached_file', '2026/08/Repairs-2-1.jpg'),
(4870, 413, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:23:\"2026/08/Repairs-2-1.jpg\";s:8:\"filesize\";i:84328;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Repairs-2-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12820;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Repairs-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6428;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Repairs-2-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56382;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(4871, 414, '_wp_attached_file', '2026/08/Repairs-2.jpg'),
(4872, 414, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:21:\"2026/08/Repairs-2.jpg\";s:8:\"filesize\";i:479524;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Repairs-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13358;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Repairs-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6926;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Repairs-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58658;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(4883, 415, '_elementor_page_settings', 'a:0:{}'),
(4886, 416, '_wp_page_template', 'elementor_header_footer'),
(4888, 416, '_elementor_global_class_usage_indexed', '1'),
(4889, 416, '_elementor_edit_mode', 'builder'),
(4890, 416, '_elementor_template_type', 'wp-page'),
(4891, 416, '_elementor_version', '4.2.1'),
(4892, 416, '_elementor_pro_version', '4.2.1'),
(4893, 416, '_elementor_global_class_usage_indexed_preview', '1'),
(4894, 416, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4895, 416, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4896, 416, '_elementor_page_settings', 'a:0:{}'),
(4901, 417, '_elementor_global_class_usage_indexed', '1'),
(4902, 417, '_elementor_edit_mode', 'builder'),
(4903, 417, '_elementor_template_type', 'wp-page'),
(4904, 417, '_elementor_version', '4.2.1'),
(4905, 417, '_elementor_pro_version', '4.2.1'),
(4906, 417, '_elementor_global_class_usage_indexed_preview', '1'),
(4907, 417, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4908, 417, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(5043, 428, '_wp_page_template', 'elementor_header_footer'),
(5045, 428, '_elementor_global_class_usage_indexed', '1'),
(5046, 428, '_elementor_edit_mode', 'builder'),
(5047, 428, '_elementor_template_type', 'wp-page'),
(5048, 428, '_elementor_version', '4.2.1'),
(5049, 428, '_elementor_pro_version', '4.2.1'),
(5050, 428, '_elementor_global_class_usage_indexed_preview', '1'),
(5051, 428, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5052, 428, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4915, 418, '_wp_attached_file', '2026/08/Repairs-1-1.jpg'),
(4916, 418, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:23:\"2026/08/Repairs-1-1.jpg\";s:8:\"filesize\";i:162923;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Repairs-1-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26737;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Repairs-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11136;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Repairs-1-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140368;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(4927, 419, '_elementor_page_settings', 'a:0:{}'),
(5943, 506, '_elementor_global_class_usage_indexed', '1'),
(5944, 506, '_elementor_edit_mode', 'builder'),
(5945, 506, '_elementor_template_type', 'wp-page'),
(5946, 506, '_elementor_version', '4.2.1'),
(5947, 506, '_elementor_pro_version', '4.2.1'),
(5948, 506, '_elementor_global_class_usage_indexed_preview', '1'),
(5949, 506, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5950, 506, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4930, 420, '_wp_page_template', 'elementor_header_footer'),
(4932, 420, '_elementor_global_class_usage_indexed', '1'),
(4933, 420, '_elementor_edit_mode', 'builder'),
(4934, 420, '_elementor_template_type', 'wp-page'),
(4935, 420, '_elementor_version', '4.2.1'),
(4936, 420, '_elementor_pro_version', '4.2.1'),
(4937, 420, '_elementor_global_class_usage_indexed_preview', '1'),
(4938, 420, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4939, 420, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\"},{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\"},{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4940, 420, '_elementor_page_settings', 'a:0:{}'),
(4945, 421, '_elementor_global_class_usage_indexed', '1'),
(4946, 421, '_elementor_edit_mode', 'builder'),
(4947, 421, '_elementor_template_type', 'wp-page'),
(4948, 421, '_elementor_version', '4.2.1'),
(4949, 421, '_elementor_pro_version', '4.2.1'),
(4950, 421, '_elementor_global_class_usage_indexed_preview', '1'),
(4951, 421, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4952, 421, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5977, 511, '_wp_page_template', 'elementor_header_footer'),
(5978, 511, '_elementor_global_class_usage_indexed', '1'),
(5979, 511, '_elementor_edit_mode', 'builder'),
(5980, 511, '_elementor_template_type', 'wp-page'),
(5981, 511, '_elementor_version', '4.2.1'),
(5982, 511, '_elementor_pro_version', '4.2.1'),
(5983, 511, '_elementor_global_class_usage_indexed_preview', '1'),
(5984, 511, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5985, 511, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5169, 438, '_wp_page_template', 'elementor_header_footer'),
(5171, 438, '_elementor_global_class_usage_indexed', '1'),
(5172, 438, '_elementor_edit_mode', 'builder'),
(5173, 438, '_elementor_template_type', 'wp-page'),
(5174, 438, '_elementor_version', '4.2.1'),
(5175, 438, '_elementor_pro_version', '4.2.1'),
(5176, 438, '_elementor_global_class_usage_indexed_preview', '1'),
(5177, 438, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5178, 438, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(4969, 422, '_elementor_page_settings', 'a:0:{}'),
(4972, 423, '_wp_page_template', 'elementor_header_footer'),
(4974, 423, '_elementor_global_class_usage_indexed', '1'),
(4975, 423, '_elementor_edit_mode', 'builder'),
(4976, 423, '_elementor_template_type', 'wp-page'),
(4977, 423, '_elementor_version', '4.2.1'),
(4978, 423, '_elementor_pro_version', '4.2.1'),
(4979, 423, '_elementor_global_class_usage_indexed_preview', '1'),
(4980, 423, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4981, 423, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(4982, 423, '_elementor_page_settings', 'a:0:{}'),
(4985, 424, '_wp_page_template', 'elementor_header_footer'),
(4987, 424, '_elementor_global_class_usage_indexed', '1'),
(4988, 424, '_elementor_edit_mode', 'builder'),
(4989, 424, '_elementor_template_type', 'wp-page'),
(4990, 424, '_elementor_version', '4.2.1'),
(4991, 424, '_elementor_pro_version', '4.2.1'),
(4992, 424, '_elementor_global_class_usage_indexed_preview', '1'),
(4993, 424, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(4994, 424, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(5099, 432, '_wp_page_template', 'elementor_header_footer'),
(5101, 432, '_elementor_global_class_usage_indexed', '1'),
(5102, 432, '_elementor_edit_mode', 'builder'),
(5103, 432, '_elementor_template_type', 'wp-page'),
(5104, 432, '_elementor_version', '4.2.1'),
(5105, 432, '_elementor_pro_version', '4.2.1'),
(5106, 432, '_elementor_global_class_usage_indexed_preview', '1'),
(5107, 432, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5108, 432, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(5011, 425, '_elementor_page_settings', 'a:0:{}'),
(5014, 426, '_wp_page_template', 'elementor_header_footer'),
(5016, 426, '_elementor_global_class_usage_indexed', '1'),
(5017, 426, '_elementor_edit_mode', 'builder'),
(5018, 426, '_elementor_template_type', 'wp-page'),
(5019, 426, '_elementor_version', '4.2.1'),
(5020, 426, '_elementor_pro_version', '4.2.1'),
(5021, 426, '_elementor_global_class_usage_indexed_preview', '1'),
(5022, 426, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5023, 426, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5024, 426, '_elementor_page_settings', 'a:0:{}'),
(5029, 427, '_elementor_global_class_usage_indexed', '1'),
(5030, 427, '_elementor_edit_mode', 'builder'),
(5031, 427, '_elementor_template_type', 'wp-page'),
(5032, 427, '_elementor_version', '4.2.1'),
(5033, 427, '_elementor_pro_version', '4.2.1'),
(5034, 427, '_elementor_global_class_usage_indexed_preview', '1'),
(5035, 427, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5036, 427, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5293, 450, '_elementor_global_class_usage_indexed', '1'),
(5294, 450, '_elementor_edit_mode', 'builder'),
(5295, 450, '_elementor_template_type', 'wp-page'),
(5296, 450, '_elementor_version', '4.2.1'),
(5297, 450, '_elementor_pro_version', '4.2.1'),
(5298, 450, '_elementor_global_class_usage_indexed_preview', '1'),
(5299, 450, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5300, 450, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5053, 428, '_elementor_page_settings', 'a:0:{}'),
(5056, 429, '_wp_page_template', 'elementor_header_footer'),
(5058, 429, '_elementor_global_class_usage_indexed', '1'),
(5059, 429, '_elementor_edit_mode', 'builder'),
(5060, 429, '_elementor_template_type', 'wp-page'),
(5061, 429, '_elementor_version', '4.2.1'),
(5062, 429, '_elementor_pro_version', '4.2.1'),
(5063, 429, '_elementor_global_class_usage_indexed_preview', '1'),
(5064, 429, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5065, 429, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(5066, 429, '_elementor_page_settings', 'a:0:{}'),
(5069, 430, '_wp_page_template', 'elementor_header_footer'),
(5071, 430, '_elementor_global_class_usage_indexed', '1'),
(5072, 430, '_elementor_edit_mode', 'builder'),
(5073, 430, '_elementor_template_type', 'wp-page'),
(5074, 430, '_elementor_version', '4.2.1'),
(5075, 430, '_elementor_pro_version', '4.2.1'),
(5076, 430, '_elementor_global_class_usage_indexed_preview', '1'),
(5077, 430, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5078, 430, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(10192, 832, '_wp_page_template', 'elementor_header_footer'),
(10166, 830, '_wp_page_template', 'elementor_header_footer'),
(10167, 830, '_elementor_global_class_usage_indexed', '1'),
(10168, 830, '_elementor_edit_mode', 'builder'),
(10169, 830, '_elementor_template_type', 'wp-page'),
(10170, 830, '_elementor_version', '4.2.1'),
(10171, 830, '_elementor_pro_version', '4.2.1'),
(10172, 830, '_elementor_global_class_usage_indexed_preview', '1'),
(10173, 830, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10174, 830, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(5197, 440, '_elementor_global_class_usage_indexed', '1'),
(5198, 440, '_elementor_edit_mode', 'builder'),
(5199, 440, '_elementor_template_type', 'wp-page'),
(5200, 440, '_elementor_version', '4.2.1'),
(5201, 440, '_elementor_pro_version', '4.2.1'),
(5202, 440, '_elementor_global_class_usage_indexed_preview', '1'),
(5203, 440, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5204, 440, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5195, 440, '_wp_page_template', 'elementor_header_footer'),
(5109, 432, '_elementor_page_settings', 'a:0:{}'),
(5112, 433, '_wp_page_template', 'elementor_header_footer'),
(5114, 433, '_elementor_global_class_usage_indexed', '1'),
(5115, 433, '_elementor_edit_mode', 'builder'),
(5116, 433, '_elementor_template_type', 'wp-page'),
(5117, 433, '_elementor_version', '4.2.1'),
(5118, 433, '_elementor_pro_version', '4.2.1'),
(5119, 433, '_elementor_global_class_usage_indexed_preview', '1'),
(5120, 433, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5121, 433, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(5122, 433, '_elementor_page_settings', 'a:0:{}'),
(5125, 434, '_wp_page_template', 'elementor_header_footer'),
(5127, 434, '_elementor_global_class_usage_indexed', '1'),
(5128, 434, '_elementor_edit_mode', 'builder'),
(5129, 434, '_elementor_template_type', 'wp-page'),
(5130, 434, '_elementor_version', '4.2.1'),
(5131, 434, '_elementor_pro_version', '4.2.1'),
(5132, 434, '_elementor_global_class_usage_indexed_preview', '1'),
(5133, 434, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5134, 434, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5142, 435, '_elementor_edit_mode', 'builder'),
(5143, 435, '_elementor_template_type', 'container'),
(5144, 435, '_elementor_version', '4.2.1'),
(5145, 435, '_elementor_pro_version', '4.2.1'),
(5157, 435, '_elementor_data', '[{\"id\":\"6d0b09be\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"63027861\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38aaf1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48404816\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"185fef14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5147, 435, '_elementor_global_class_usage_indexed', '1'),
(5148, 435, '_elementor_global_class_usage_indexed_preview', '1'),
(5149, 436, '_elementor_edit_mode', 'builder'),
(5150, 436, '_elementor_template_type', 'container'),
(5151, 436, '_elementor_version', '4.2.1'),
(5152, 436, '_elementor_pro_version', '4.2.1'),
(5153, 436, '_elementor_page_settings', 'a:0:{}'),
(5154, 436, '_elementor_global_class_usage_indexed', '1'),
(5155, 436, '_elementor_global_class_usage_indexed_preview', '1'),
(5156, 435, '_wp_page_template', 'default'),
(5158, 437, '_elementor_edit_mode', 'builder'),
(5159, 437, '_elementor_template_type', 'container'),
(5160, 437, '_elementor_version', '4.2.1'),
(5161, 437, '_elementor_pro_version', '4.2.1'),
(5162, 437, '_elementor_global_class_usage_indexed', '1'),
(5163, 437, '_elementor_global_class_usage_indexed_preview', '1'),
(5164, 437, '_wp_page_template', 'default'),
(5165, 437, '_elementor_data', '[{\"id\":\"6d0b09be\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"63027861\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"38aaf1e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48404816\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"185fef14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5167, 435, '_elementor_page_settings', 'a:0:{}'),
(5168, 435, '_elementor_controls_usage', 'a:3:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:1;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:18:\"background_color_b\";i:1;}}}}}'),
(5179, 438, '_elementor_page_settings', 'a:0:{}'),
(5182, 439, '_wp_page_template', 'elementor_header_footer'),
(5184, 439, '_elementor_global_class_usage_indexed', '1'),
(5185, 439, '_elementor_edit_mode', 'builder'),
(5186, 439, '_elementor_template_type', 'wp-page'),
(5187, 439, '_elementor_version', '4.2.1'),
(5188, 439, '_elementor_pro_version', '4.2.1'),
(5189, 439, '_elementor_global_class_usage_indexed_preview', '1'),
(5190, 439, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5191, 439, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5192, 439, '_elementor_page_settings', 'a:0:{}'),
(5871, 498, '_wp_page_template', 'elementor_header_footer'),
(5872, 498, '_elementor_global_class_usage_indexed', '1'),
(5873, 498, '_elementor_edit_mode', 'builder'),
(5874, 498, '_elementor_template_type', 'wp-page'),
(5875, 498, '_elementor_version', '4.2.1'),
(5876, 498, '_elementor_pro_version', '4.2.1'),
(5877, 498, '_elementor_global_class_usage_indexed_preview', '1'),
(5878, 498, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5879, 498, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title{\\n      width: 70px !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5373, 456, '_wp_page_template', 'elementor_header_footer'),
(5349, 454, '_wp_page_template', 'elementor_header_footer'),
(5351, 454, '_elementor_global_class_usage_indexed', '1'),
(5352, 454, '_elementor_edit_mode', 'builder'),
(5353, 454, '_elementor_template_type', 'wp-page'),
(5354, 454, '_elementor_version', '4.2.1'),
(5355, 454, '_elementor_pro_version', '4.2.1'),
(5356, 454, '_elementor_global_class_usage_indexed_preview', '1'),
(5357, 454, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5358, 454, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5211, 441, '_wp_attached_file', '2026/08/Installations.jpeg'),
(5212, 441, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:665;s:4:\"file\";s:26:\"2026/08/Installations.jpeg\";s:8:\"filesize\";i:57810;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Installations-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13133;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Installations-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6576;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Installations-768x511.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54380;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(5213, 442, '_wp_attached_file', '2026/08/Installations.jpg'),
(5214, 442, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:25:\"2026/08/Installations.jpg\";s:8:\"filesize\";i:53362;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Installations-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12195;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Installations-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5246;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Installations-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47654;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(5215, 443, '_wp_attached_file', '2026/08/Installations-2.jpg'),
(5216, 443, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:27:\"2026/08/Installations-2.jpg\";s:8:\"filesize\";i:62984;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Installations-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Installations-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6048;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Installations-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57497;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(5227, 444, '_elementor_page_settings', 'a:0:{}'),
(6707, 573, '_elementor_template_type', 'wp-page'),
(6708, 573, '_elementor_version', '4.2.1'),
(6709, 573, '_elementor_pro_version', '4.2.1'),
(5869, 497, '_elementor_page_settings', 'a:0:{}'),
(5230, 445, '_wp_page_template', 'elementor_header_footer'),
(5231, 445, '_elementor_global_class_usage_indexed', '1'),
(5232, 445, '_elementor_edit_mode', 'builder'),
(5233, 445, '_elementor_template_type', 'wp-page'),
(5234, 445, '_elementor_version', '4.2.1'),
(5235, 445, '_elementor_pro_version', '4.2.1'),
(5236, 445, '_elementor_global_class_usage_indexed_preview', '1'),
(5237, 445, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5238, 445, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5240, 445, '_elementor_page_settings', 'a:0:{}'),
(6710, 573, '_elementor_global_class_usage_indexed_preview', '1'),
(6711, 573, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5942, 506, '_wp_page_template', 'elementor_header_footer'),
(5918, 504, '_wp_page_template', 'elementor_header_footer'),
(5919, 504, '_elementor_global_class_usage_indexed', '1'),
(5920, 504, '_elementor_edit_mode', 'builder'),
(5921, 504, '_elementor_template_type', 'wp-page'),
(5922, 504, '_elementor_version', '4.2.1'),
(5923, 504, '_elementor_pro_version', '4.2.1'),
(5924, 504, '_elementor_global_class_usage_indexed_preview', '1'),
(5925, 504, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5926, 504, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5885, 499, '_elementor_edit_mode', 'builder'),
(5886, 499, '_elementor_template_type', 'wp-page'),
(5887, 499, '_elementor_version', '4.2.1'),
(5888, 499, '_elementor_pro_version', '4.2.1'),
(5889, 499, '_elementor_global_class_usage_indexed_preview', '1'),
(5890, 499, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5891, 499, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(6001, 513, '_wp_page_template', 'elementor_header_footer'),
(5883, 499, '_wp_page_template', 'elementor_header_footer'),
(5884, 499, '_elementor_global_class_usage_indexed', '1'),
(5243, 446, '_wp_page_template', 'elementor_header_footer'),
(5244, 446, '_elementor_global_class_usage_indexed', '1'),
(5245, 446, '_elementor_edit_mode', 'builder'),
(5246, 446, '_elementor_template_type', 'wp-page'),
(5247, 446, '_elementor_version', '4.2.1'),
(5248, 446, '_elementor_pro_version', '4.2.1'),
(5249, 446, '_elementor_global_class_usage_indexed_preview', '1'),
(5250, 446, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5251, 446, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(13538, 1077, '_elementor_source', 'post'),
(13539, 1077, '_elementor_edit_mode', 'builder'),
(13540, 1077, '_elementor_template_type', 'footer'),
(13541, 1077, '_elementor_version', '4.2.1'),
(13542, 1077, '_elementor_pro_version', '4.2.1'),
(13543, 1077, '_elementor_global_class_usage_indexed', '1'),
(13544, 1077, '_elementor_global_class_usage_indexed_preview', '1'),
(13545, 1077, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(13546, 1077, '_wp_page_template', 'default');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13547, 1077, '_elementor_data', '[{\"id\":\"1597a23\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#1C2321\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"footer-section\"},\"elements\":[{\"id\":\"1897922d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"flex_wrap_tablet_extra\":\"wrap\",\"flex_wrap_tablet\":\"wrap\",\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3da8ba46\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5124848\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c6eccc4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"5211a9b\"}],\"pp_display_conditions\":[{\"_id\":\"35c2317\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"5f301d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"id\":885,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"start\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"76ec8ee\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51bd0feb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"pp_display_conditions\":[{\"_id\":\"dcc856e\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d488eb0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/thedrywallmanllc\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c336438\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"left\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"1a6cbc1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"1c3a92f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72167a63\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c44a237\",\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Projects\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8983035\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"14cf0c5\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"link_click\":\"inline\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"28510d2a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"7a83e2f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16eafa73\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Drywall Repair\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Installation\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"85e76bc\"},{\"text\":\"Ceiling Repair\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"62fce55\"},{\"text\":\"Water Damage\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1f46bf6\"},{\"text\":\"Texture Matching\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"06c5698\"},{\"text\":\"Commercial\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ef2db4\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"divider_color\":\"#DDDDDD14\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"61773337\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"background_color\":\"#0F3768\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_motion_fx_motion_fx_mouse\":\"yes\",\"border_color\":\"#223ba2\"},\"elements\":[{\"id\":\"9a41330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a9625b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Louisville, KY Business hours\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"f722a06\"},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4b4b839\"},{\"text\":\"Phone:(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel;(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d15a454\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65e7c706\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dd16a01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"space-between\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF12\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_justify_content_mobile_extra\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"12\",\"row\":\"12\",\"isLinked\":true,\"unit\":\"px\",\"size\":12},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4388b0f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\u00a9 2026 The Drywall Man LLC | Website by Aldo \\/ NUX Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_css_classes\":\"copyright-text\",\"pp_display_conditions\":[{\"_id\":\"5823320\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5267, 447, '_elementor_page_settings', 'a:0:{}'),
(5268, 448, '_wp_page_template', 'elementor_header_footer'),
(5269, 448, '_elementor_global_class_usage_indexed', '1'),
(5270, 448, '_elementor_edit_mode', 'builder'),
(5271, 448, '_elementor_template_type', 'wp-page'),
(5272, 448, '_elementor_version', '4.2.1'),
(5273, 448, '_elementor_pro_version', '4.2.1'),
(5274, 448, '_elementor_global_class_usage_indexed_preview', '1'),
(5275, 448, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5276, 448, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5278, 448, '_elementor_page_settings', 'a:0:{}'),
(5280, 449, '_elementor_global_class_usage_indexed', '1'),
(5281, 449, '_elementor_edit_mode', 'builder'),
(5282, 449, '_elementor_template_type', 'wp-page'),
(5283, 449, '_elementor_version', '4.2.1'),
(5284, 449, '_elementor_pro_version', '4.2.1'),
(5285, 449, '_elementor_global_class_usage_indexed_preview', '1'),
(5286, 449, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5287, 449, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6563, 563, '_wp_page_template', 'elementor_header_footer'),
(6564, 563, '_elementor_global_class_usage_indexed', '1'),
(6565, 563, '_elementor_edit_mode', 'builder'),
(6566, 563, '_elementor_template_type', 'wp-page'),
(6567, 563, '_elementor_version', '4.2.1'),
(6568, 563, '_elementor_pro_version', '4.2.1'),
(6569, 563, '_elementor_global_class_usage_indexed_preview', '1'),
(6570, 563, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6571, 563, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5301, 450, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6712, 573, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(5304, 451, '_wp_page_template', 'elementor_header_footer'),
(5306, 451, '_elementor_global_class_usage_indexed', '1'),
(5307, 451, '_elementor_edit_mode', 'builder'),
(5308, 451, '_elementor_template_type', 'wp-page'),
(5309, 451, '_elementor_version', '4.2.1'),
(5310, 451, '_elementor_pro_version', '4.2.1'),
(5311, 451, '_elementor_global_class_usage_indexed_preview', '1'),
(5312, 451, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5313, 451, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5314, 451, '_elementor_page_settings', 'a:0:{}'),
(5830, 495, '_elementor_global_class_usage_indexed', '1'),
(5831, 495, '_elementor_edit_mode', 'builder'),
(5832, 495, '_elementor_template_type', 'wp-page'),
(5833, 495, '_elementor_version', '4.2.1'),
(5834, 495, '_elementor_pro_version', '4.2.1'),
(5835, 495, '_elementor_global_class_usage_indexed_preview', '1'),
(5836, 495, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5837, 495, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title{\\n      width: 70px !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5317, 452, '_wp_page_template', 'elementor_header_footer'),
(5319, 452, '_elementor_global_class_usage_indexed', '1'),
(5320, 452, '_elementor_edit_mode', 'builder'),
(5321, 452, '_elementor_template_type', 'wp-page'),
(5322, 452, '_elementor_version', '4.2.1'),
(5323, 452, '_elementor_pro_version', '4.2.1'),
(5324, 452, '_elementor_global_class_usage_indexed_preview', '1'),
(5325, 452, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5326, 452, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5826, 494, '_elementor_page_settings', 'a:0:{}'),
(5405, 461, '_wp_page_template', 'elementor_header_footer'),
(5407, 461, '_elementor_global_class_usage_indexed', '1'),
(5408, 461, '_elementor_edit_mode', 'builder'),
(5409, 461, '_elementor_template_type', 'wp-page'),
(5410, 461, '_elementor_version', '4.2.1'),
(5411, 461, '_elementor_pro_version', '4.2.1'),
(5412, 461, '_elementor_global_class_usage_indexed_preview', '1'),
(5413, 461, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5414, 461, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5386, 435, '_elementor_migrations_state_d2a1', '4.2.2:4.2.1:7648e729aae38c0825752571ace57347'),
(5387, 457, '_wp_attached_file', '2026/08/Ceilings.jpeg'),
(5388, 457, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:21:\"2026/08/Ceilings.jpeg\";s:8:\"filesize\";i:48343;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Ceilings-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8698;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Ceilings-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4331;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Ceilings-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36809;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(5389, 458, '_wp_attached_file', '2026/08/Ceilings-2.jpeg'),
(5390, 458, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:23:\"2026/08/Ceilings-2.jpeg\";s:8:\"filesize\";i:49287;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Ceilings-2-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10840;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Ceilings-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4404;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Ceilings-2-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44870;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(5391, 459, '_wp_attached_file', '2026/08/Ceilings-3.jpeg'),
(5392, 459, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:23:\"2026/08/Ceilings-3.jpeg\";s:8:\"filesize\";i:42410;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Ceilings-3-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8766;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Ceilings-3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4579;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Ceilings-3-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35100;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(5446, 464, '_elementor_global_class_usage_indexed_preview', '1'),
(5447, 464, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5448, 464, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5461, 466, '_wp_page_template', 'elementor_header_footer'),
(5427, 463, '_wp_page_template', 'elementor_header_footer'),
(5429, 463, '_elementor_global_class_usage_indexed', '1'),
(5430, 463, '_elementor_edit_mode', 'builder'),
(5431, 463, '_elementor_template_type', 'wp-page'),
(5432, 463, '_elementor_version', '4.2.1'),
(5433, 463, '_elementor_pro_version', '4.2.1'),
(5434, 463, '_elementor_global_class_usage_indexed_preview', '1'),
(5435, 463, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5436, 463, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5375, 456, '_elementor_global_class_usage_indexed', '1'),
(5376, 456, '_elementor_edit_mode', 'builder'),
(5377, 456, '_elementor_template_type', 'wp-page'),
(5378, 456, '_elementor_version', '4.2.1'),
(5379, 456, '_elementor_pro_version', '4.2.1'),
(5380, 456, '_elementor_global_class_usage_indexed_preview', '1'),
(5381, 456, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5382, 456, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5359, 454, '_elementor_page_settings', 'a:0:{}'),
(5816, 494, '_wp_page_template', 'elementor_header_footer'),
(5817, 494, '_elementor_global_class_usage_indexed', '1'),
(5818, 494, '_elementor_edit_mode', 'builder'),
(5819, 494, '_elementor_template_type', 'wp-page'),
(5820, 494, '_elementor_version', '4.2.1'),
(5821, 494, '_elementor_pro_version', '4.2.1'),
(5822, 494, '_elementor_global_class_usage_indexed_preview', '1'),
(5823, 494, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5824, 494, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title{\\n       padding: 15px 77px;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5361, 455, '_wp_page_template', 'elementor_header_footer'),
(5363, 455, '_elementor_global_class_usage_indexed', '1'),
(5364, 455, '_elementor_edit_mode', 'builder'),
(5365, 455, '_elementor_template_type', 'wp-page'),
(5366, 455, '_elementor_version', '4.2.1'),
(5367, 455, '_elementor_pro_version', '4.2.1'),
(5368, 455, '_elementor_global_class_usage_indexed_preview', '1'),
(5369, 455, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5370, 455, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5371, 455, '_elementor_page_settings', 'a:0:{}'),
(5415, 461, '_elementor_page_settings', 'a:0:{}'),
(5416, 462, '_wp_page_template', 'elementor_header_footer'),
(5418, 462, '_elementor_global_class_usage_indexed', '1'),
(5419, 462, '_elementor_edit_mode', 'builder'),
(5420, 462, '_elementor_template_type', 'wp-page'),
(5421, 462, '_elementor_version', '4.2.1'),
(5422, 462, '_elementor_pro_version', '4.2.1'),
(5423, 462, '_elementor_global_class_usage_indexed_preview', '1'),
(5424, 462, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5425, 462, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5426, 462, '_elementor_page_settings', 'a:0:{}'),
(5439, 464, '_wp_page_template', 'elementor_header_footer'),
(5441, 464, '_elementor_global_class_usage_indexed', '1'),
(5442, 464, '_elementor_edit_mode', 'builder'),
(5443, 464, '_elementor_template_type', 'wp-page'),
(5444, 464, '_elementor_version', '4.2.1'),
(5445, 464, '_elementor_pro_version', '4.2.1'),
(5449, 464, '_elementor_page_settings', 'a:0:{}'),
(5450, 465, '_wp_page_template', 'elementor_header_footer'),
(5452, 465, '_elementor_global_class_usage_indexed', '1'),
(5453, 465, '_elementor_edit_mode', 'builder'),
(5454, 465, '_elementor_template_type', 'wp-page'),
(5455, 465, '_elementor_version', '4.2.1'),
(5456, 465, '_elementor_pro_version', '4.2.1'),
(5457, 465, '_elementor_global_class_usage_indexed_preview', '1'),
(5458, 465, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5459, 465, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Water Damage\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5460, 465, '_elementor_page_settings', 'a:0:{}'),
(5463, 466, '_elementor_global_class_usage_indexed', '1'),
(5464, 466, '_elementor_edit_mode', 'builder'),
(5465, 466, '_elementor_template_type', 'wp-page'),
(5466, 466, '_elementor_version', '4.2.1'),
(5467, 466, '_elementor_pro_version', '4.2.1'),
(5468, 466, '_elementor_global_class_usage_indexed_preview', '1'),
(5469, 466, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5470, 466, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5495, 471, '_wp_page_template', 'elementor_header_footer'),
(5497, 471, '_elementor_global_class_usage_indexed', '1'),
(5498, 471, '_elementor_edit_mode', 'builder'),
(5499, 471, '_elementor_template_type', 'wp-page'),
(5500, 471, '_elementor_version', '4.2.1'),
(5501, 471, '_elementor_pro_version', '4.2.1'),
(5502, 471, '_elementor_global_class_usage_indexed_preview', '1'),
(5503, 471, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5504, 471, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5560, 476, '_wp_page_template', 'elementor_header_footer'),
(5534, 474, '_wp_page_template', 'elementor_header_footer'),
(5536, 474, '_elementor_global_class_usage_indexed', '1'),
(5537, 474, '_elementor_edit_mode', 'builder'),
(5538, 474, '_elementor_template_type', 'wp-page'),
(5539, 474, '_elementor_version', '4.2.1'),
(5540, 474, '_elementor_pro_version', '4.2.1'),
(5541, 474, '_elementor_global_class_usage_indexed_preview', '1'),
(5542, 474, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5543, 474, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5584, 477, '_elementor_page_settings', 'a:0:{}'),
(5585, 478, '_wp_page_template', 'elementor_header_footer'),
(5587, 478, '_elementor_global_class_usage_indexed', '1'),
(5588, 478, '_elementor_edit_mode', 'builder'),
(5589, 478, '_elementor_template_type', 'wp-page'),
(5590, 478, '_elementor_version', '4.2.1'),
(5591, 478, '_elementor_pro_version', '4.2.1'),
(5592, 478, '_elementor_global_class_usage_indexed_preview', '1'),
(5593, 478, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5594, 478, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5595, 478, '_elementor_page_settings', 'a:0:{}'),
(5596, 479, '_wp_page_template', 'elementor_header_footer'),
(5598, 479, '_elementor_global_class_usage_indexed', '1'),
(5599, 479, '_elementor_edit_mode', 'builder'),
(5600, 479, '_elementor_template_type', 'wp-page'),
(5601, 479, '_elementor_version', '4.2.1'),
(5602, 479, '_elementor_pro_version', '4.2.1'),
(5603, 479, '_elementor_global_class_usage_indexed_preview', '1'),
(5604, 479, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5605, 479, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5475, 467, '_wp_attached_file', '2026/08/Remodels.jpg'),
(5476, 467, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:20:\"2026/08/Remodels.jpg\";s:8:\"filesize\";i:86332;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Remodels-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16531;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Remodels-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8122;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Remodels-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72058;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(5477, 468, '_wp_attached_file', '2026/08/Remodels.jpeg'),
(5478, 468, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:21:\"2026/08/Remodels.jpeg\";s:8:\"filesize\";i:95904;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Remodels-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17422;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Remodels-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7620;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Remodels-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83967;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(5479, 469, '_wp_attached_file', '2026/08/Remodels-2.jpeg'),
(5480, 469, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:23:\"2026/08/Remodels-2.jpeg\";s:8:\"filesize\";i:65340;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Remodels-2-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11411;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Remodels-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4852;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Remodels-2-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53010;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(5519, 473, '_wp_page_template', 'elementor_header_footer'),
(5521, 473, '_elementor_global_class_usage_indexed', '1'),
(5522, 473, '_elementor_edit_mode', 'builder'),
(5523, 473, '_elementor_template_type', 'wp-page'),
(5524, 473, '_elementor_version', '4.2.1'),
(5525, 473, '_elementor_pro_version', '4.2.1'),
(5526, 473, '_elementor_global_class_usage_indexed_preview', '1'),
(5527, 473, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5528, 473, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5505, 471, '_elementor_page_settings', 'a:0:{}'),
(5813, 493, '_elementor_page_settings', 'a:0:{}'),
(5507, 472, '_wp_page_template', 'elementor_header_footer'),
(5509, 472, '_elementor_global_class_usage_indexed', '1'),
(5510, 472, '_elementor_edit_mode', 'builder'),
(5511, 472, '_elementor_template_type', 'wp-page'),
(5512, 472, '_elementor_version', '4.2.1'),
(5513, 472, '_elementor_pro_version', '4.2.1'),
(5514, 472, '_elementor_global_class_usage_indexed_preview', '1'),
(5515, 472, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5516, 472, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5517, 472, '_elementor_page_settings', 'a:0:{}'),
(5859, 497, '_wp_page_template', 'elementor_header_footer'),
(5860, 497, '_elementor_global_class_usage_indexed', '1'),
(5861, 497, '_elementor_edit_mode', 'builder'),
(5862, 497, '_elementor_template_type', 'wp-page'),
(5863, 497, '_elementor_version', '4.2.1'),
(5864, 497, '_elementor_pro_version', '4.2.1'),
(5865, 497, '_elementor_global_class_usage_indexed_preview', '1'),
(5866, 497, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5867, 497, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title{\\n      width: 70px !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5574, 477, '_wp_page_template', 'elementor_header_footer'),
(5576, 477, '_elementor_global_class_usage_indexed', '1'),
(5577, 477, '_elementor_edit_mode', 'builder'),
(5578, 477, '_elementor_template_type', 'wp-page'),
(5579, 477, '_elementor_version', '4.2.1'),
(5580, 477, '_elementor_pro_version', '4.2.1'),
(5581, 477, '_elementor_global_class_usage_indexed_preview', '1'),
(5582, 477, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5583, 477, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5544, 474, '_elementor_page_settings', 'a:0:{}'),
(5547, 475, '_wp_page_template', 'elementor_header_footer'),
(5549, 475, '_elementor_global_class_usage_indexed', '1'),
(5550, 475, '_elementor_edit_mode', 'builder'),
(5551, 475, '_elementor_template_type', 'wp-page'),
(5552, 475, '_elementor_version', '4.2.1'),
(5553, 475, '_elementor_pro_version', '4.2.1'),
(5554, 475, '_elementor_global_class_usage_indexed_preview', '1'),
(5555, 475, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5556, 475, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5557, 475, '_elementor_page_settings', 'a:0:{}'),
(5788, 492, '_elementor_global_class_usage_indexed', '1'),
(5789, 492, '_elementor_edit_mode', 'builder'),
(5790, 492, '_elementor_template_type', 'wp-page'),
(5791, 492, '_elementor_version', '4.2.1'),
(5792, 492, '_elementor_pro_version', '4.2.1'),
(5793, 492, '_elementor_global_class_usage_indexed_preview', '1'),
(5794, 492, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5795, 492, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title{\\n       padding: 15px 77px;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5562, 476, '_elementor_global_class_usage_indexed', '1'),
(5563, 476, '_elementor_edit_mode', 'builder'),
(5564, 476, '_elementor_template_type', 'wp-page'),
(5565, 476, '_elementor_version', '4.2.1'),
(5566, 476, '_elementor_pro_version', '4.2.1'),
(5567, 476, '_elementor_global_class_usage_indexed_preview', '1'),
(5568, 476, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5569, 476, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5624, 481, '_wp_page_template', 'elementor_header_footer'),
(5626, 481, '_elementor_global_class_usage_indexed', '1'),
(5627, 481, '_elementor_edit_mode', 'builder'),
(5628, 481, '_elementor_template_type', 'wp-page'),
(5629, 481, '_elementor_version', '4.2.1'),
(5630, 481, '_elementor_pro_version', '4.2.1'),
(5631, 481, '_elementor_global_class_usage_indexed_preview', '1'),
(5632, 481, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5633, 481, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5685, 484, '_wp_page_template', 'elementor_header_footer'),
(5686, 484, '_elementor_global_class_usage_indexed', '1'),
(5687, 484, '_elementor_edit_mode', 'builder'),
(5688, 484, '_elementor_template_type', 'wp-page'),
(5689, 484, '_elementor_version', '4.2.1'),
(5690, 484, '_elementor_pro_version', '4.2.1'),
(5691, 484, '_elementor_global_class_usage_indexed_preview', '1'),
(5692, 484, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5693, 484, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title{\\n    width: 95px !important;\\n \\n}\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5694, 484, '_elementor_page_settings', 'a:0:{}'),
(5695, 485, '_wp_page_template', 'elementor_header_footer'),
(5696, 485, '_elementor_global_class_usage_indexed', '1'),
(5697, 485, '_elementor_edit_mode', 'builder'),
(5698, 485, '_elementor_template_type', 'wp-page'),
(5699, 485, '_elementor_version', '4.2.1'),
(5700, 485, '_elementor_pro_version', '4.2.1'),
(5701, 485, '_elementor_global_class_usage_indexed_preview', '1'),
(5702, 485, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5703, 485, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title{\\n    width: 95px !important;\\n \\n}\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5704, 485, '_elementor_page_settings', 'a:0:{}'),
(5705, 486, '_wp_page_template', 'elementor_header_footer'),
(5706, 486, '_elementor_global_class_usage_indexed', '1'),
(5707, 486, '_elementor_edit_mode', 'builder'),
(5708, 486, '_elementor_template_type', 'wp-page'),
(5709, 486, '_elementor_version', '4.2.1'),
(5710, 486, '_elementor_pro_version', '4.2.1'),
(5711, 486, '_elementor_global_class_usage_indexed_preview', '1'),
(5712, 486, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5713, 486, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\"\\/*.tab_section .e-n-tab-title{*\\/\\n\\/*    width: 95px !important;*\\/\\n \\n\\/*}*\\/\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5719, 487, '_wp_page_template', 'elementor_header_footer'),
(5720, 487, '_elementor_global_class_usage_indexed', '1'),
(5721, 487, '_elementor_edit_mode', 'builder'),
(5722, 487, '_elementor_template_type', 'wp-page'),
(5723, 487, '_elementor_version', '4.2.1'),
(5724, 487, '_elementor_pro_version', '4.2.1'),
(5725, 487, '_elementor_global_class_usage_indexed_preview', '1'),
(5726, 487, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5727, 487, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\"\\/*.tab_section .e-n-tab-title{*\\/\\n\\/*    width: 95px !important;*\\/\\n \\n\\/*}*\\/\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5650, 483, '_elementor_global_class_usage_indexed', '1'),
(5651, 483, '_elementor_edit_mode', 'builder'),
(5652, 483, '_elementor_template_type', 'wp-page'),
(5653, 483, '_elementor_version', '4.2.1'),
(5654, 483, '_elementor_pro_version', '4.2.1'),
(5655, 483, '_elementor_global_class_usage_indexed_preview', '1'),
(5656, 483, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5657, 483, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title{\\n    width: 95px !important;\\n \\n}\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5648, 483, '_wp_page_template', 'elementor_header_footer'),
(5634, 481, '_elementor_page_settings', 'a:0:{}'),
(12538, 1008, '_wp_page_template', 'elementor_header_footer'),
(5636, 482, '_wp_page_template', 'elementor_header_footer'),
(5638, 482, '_elementor_global_class_usage_indexed', '1'),
(5639, 482, '_elementor_edit_mode', 'builder'),
(5640, 482, '_elementor_template_type', 'wp-page'),
(5641, 482, '_elementor_version', '4.2.1'),
(5642, 482, '_elementor_pro_version', '4.2.1'),
(5643, 482, '_elementor_global_class_usage_indexed_preview', '1'),
(5644, 482, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5645, 482, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}]},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(5646, 482, '_elementor_page_settings', 'a:0:{}'),
(6002, 513, '_elementor_global_class_usage_indexed', '1'),
(6003, 513, '_elementor_edit_mode', 'builder'),
(6004, 513, '_elementor_template_type', 'wp-page'),
(6005, 513, '_elementor_version', '4.2.1'),
(6006, 513, '_elementor_pro_version', '4.2.1'),
(6007, 513, '_elementor_global_class_usage_indexed_preview', '1'),
(6008, 513, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5745, 489, '_wp_page_template', 'elementor_header_footer'),
(5746, 489, '_elementor_global_class_usage_indexed', '1'),
(5747, 489, '_elementor_edit_mode', 'builder'),
(5748, 489, '_elementor_template_type', 'wp-page'),
(5749, 489, '_elementor_version', '4.2.1'),
(5750, 489, '_elementor_pro_version', '4.2.1'),
(5751, 489, '_elementor_global_class_usage_indexed_preview', '1'),
(5752, 489, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5753, 489, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\"\\/*.tab_section .e-n-tab-title{*\\/\\n\\/*    width: 95px !important;*\\/\\n \\n\\/*}*\\/\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(12512, 1006, '_wp_page_template', 'elementor_header_footer'),
(12513, 1006, '_elementor_global_class_usage_indexed', '1'),
(12514, 1006, '_elementor_edit_mode', 'builder'),
(12515, 1006, '_elementor_template_type', 'wp-page'),
(12516, 1006, '_elementor_version', '4.2.1'),
(12517, 1006, '_elementor_pro_version', '4.2.1'),
(12518, 1006, '_elementor_global_class_usage_indexed_preview', '1'),
(12519, 1006, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12520, 1006, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"_element_id\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12720, 1016, '_wp_page_template', 'elementor_header_footer'),
(12721, 1016, '_elementor_global_class_usage_indexed', '1'),
(12722, 1016, '_elementor_edit_mode', 'builder'),
(12723, 1016, '_elementor_template_type', 'wp-page'),
(12724, 1016, '_elementor_version', '4.2.1'),
(12725, 1016, '_elementor_pro_version', '4.2.1'),
(12726, 1016, '_elementor_global_class_usage_indexed_preview', '1'),
(12727, 1016, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12728, 1016, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5742, 488, '_elementor_page_settings', 'a:0:{}'),
(5739, 488, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(5740, 488, '_elementor_data', '[{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\"\\/*.tab_section .e-n-tab-title{*\\/\\n\\/*    width: 95px !important;*\\/\\n \\n\\/*}*\\/\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"},{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"},{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"},{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"7a84ab3\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":412,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-3.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-1-1.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-2-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"2c42a63\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":441,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpeg\"},{\"id\":442,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations.jpg\"},{\"id\":443,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-2.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"a403d1d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":457,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings.jpeg\"},{\"id\":458,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2.jpeg\"},{\"id\":459,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"106d2b4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":467,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpg\"},{\"id\":468,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels.jpeg\"},{\"id\":469,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2.jpeg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"4:3\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false}]'),
(11035, 895, '_wp_page_template', 'elementor_header_footer'),
(6632, 567, '_elementor_page_settings', 'a:0:{}'),
(6635, 568, '_wp_page_template', 'elementor_header_footer'),
(6636, 568, '_elementor_global_class_usage_indexed', '1'),
(6637, 568, '_elementor_edit_mode', 'builder'),
(6638, 568, '_elementor_template_type', 'wp-page'),
(6639, 568, '_elementor_version', '4.2.1'),
(6640, 568, '_elementor_pro_version', '4.2.1'),
(6641, 568, '_elementor_global_class_usage_indexed_preview', '1'),
(6642, 568, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6643, 568, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"call-to-action-section\"},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(6645, 568, '_elementor_page_settings', 'a:0:{}'),
(6648, 569, '_wp_page_template', 'elementor_header_footer'),
(6649, 569, '_elementor_global_class_usage_indexed', '1'),
(6650, 569, '_elementor_edit_mode', 'builder'),
(6651, 569, '_elementor_template_type', 'wp-page'),
(6652, 569, '_elementor_version', '4.2.1'),
(6653, 569, '_elementor_pro_version', '4.2.1'),
(6654, 569, '_elementor_global_class_usage_indexed_preview', '1'),
(6655, 569, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6656, 569, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(13323, 1061, '_wp_page_template', 'elementor_header_footer'),
(13301, 1059, '_wp_page_template', 'elementor_header_footer'),
(13302, 1059, '_elementor_global_class_usage_indexed', '1'),
(13303, 1059, '_elementor_edit_mode', 'builder'),
(13304, 1059, '_elementor_template_type', 'wp-page'),
(13305, 1059, '_elementor_version', '4.2.1'),
(13306, 1059, '_elementor_pro_version', '4.2.1'),
(13307, 1059, '_elementor_global_class_usage_indexed_preview', '1'),
(13308, 1059, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13309, 1059, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6774, 578, '_wp_page_template', 'elementor_header_footer'),
(6748, 576, '_wp_page_template', 'elementor_header_footer'),
(6749, 576, '_elementor_global_class_usage_indexed', '1'),
(6750, 576, '_elementor_edit_mode', 'builder'),
(6751, 576, '_elementor_template_type', 'wp-page'),
(6752, 576, '_elementor_version', '4.2.1'),
(6753, 576, '_elementor_pro_version', '4.2.1'),
(6754, 576, '_elementor_global_class_usage_indexed_preview', '1'),
(6755, 576, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6756, 576, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.<\\/p>\",\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(6674, 570, '_elementor_page_settings', 'a:0:{}'),
(6677, 571, '_wp_page_template', 'elementor_header_footer'),
(6678, 571, '_elementor_global_class_usage_indexed', '1'),
(6679, 571, '_elementor_edit_mode', 'builder'),
(6680, 571, '_elementor_template_type', 'wp-page'),
(6681, 571, '_elementor_version', '4.2.1'),
(6682, 571, '_elementor_pro_version', '4.2.1'),
(6683, 571, '_elementor_global_class_usage_indexed_preview', '1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6684, 571, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6685, 571, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6687, 571, '_elementor_page_settings', 'a:0:{}'),
(6717, 574, '_wp_page_template', 'elementor_header_footer'),
(6718, 574, '_elementor_global_class_usage_indexed', '1'),
(6719, 574, '_elementor_edit_mode', 'builder'),
(6720, 574, '_elementor_template_type', 'wp-page'),
(6721, 574, '_elementor_version', '4.2.1'),
(6722, 574, '_elementor_pro_version', '4.2.1'),
(6723, 574, '_elementor_global_class_usage_indexed_preview', '1'),
(6724, 574, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6725, 574, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(6727, 574, '_elementor_page_settings', 'a:0:{}'),
(6730, 575, '_wp_page_template', 'elementor_header_footer'),
(6731, 575, '_elementor_global_class_usage_indexed', '1'),
(6732, 575, '_elementor_edit_mode', 'builder'),
(6733, 575, '_elementor_template_type', 'wp-page'),
(6734, 575, '_elementor_version', '4.2.1'),
(6735, 575, '_elementor_pro_version', '4.2.1'),
(6736, 575, '_elementor_global_class_usage_indexed_preview', '1'),
(6737, 575, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6738, 575, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.<\\/p>\",\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(6790, 579, '_wp_page_template', 'elementor_header_footer'),
(6791, 579, '_elementor_global_class_usage_indexed', '1'),
(6792, 579, '_elementor_edit_mode', 'builder'),
(6793, 579, '_elementor_template_type', 'wp-page'),
(6794, 579, '_elementor_version', '4.2.1'),
(6795, 579, '_elementor_pro_version', '4.2.1'),
(6796, 579, '_elementor_global_class_usage_indexed_preview', '1'),
(6797, 579, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6798, 579, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11497, 930, '_elementor_template_type', 'wp-page'),
(11498, 930, '_elementor_version', '4.2.1'),
(6905, 589, '_wp_page_template', 'elementor_header_footer'),
(6906, 589, '_elementor_global_class_usage_indexed', '1'),
(6907, 589, '_elementor_edit_mode', 'builder'),
(6908, 589, '_elementor_template_type', 'wp-page'),
(6909, 589, '_elementor_version', '4.2.1'),
(6910, 589, '_elementor_pro_version', '4.2.1'),
(6911, 589, '_elementor_global_class_usage_indexed_preview', '1'),
(6912, 589, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6913, 589, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.mp4\",\"id\":562,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/New-Project-1.jpg\",\"id\":585,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(11494, 930, '_wp_page_template', 'elementor_header_footer'),
(11495, 930, '_elementor_global_class_usage_indexed', '1'),
(11496, 930, '_elementor_edit_mode', 'builder'),
(11546, 934, '_elementor_page_settings', 'a:0:{}'),
(11547, 935, '_wp_page_template', 'elementor_header_footer'),
(11548, 935, '_elementor_global_class_usage_indexed', '1'),
(11549, 935, '_elementor_edit_mode', 'builder'),
(11550, 935, '_elementor_template_type', 'wp-page'),
(11551, 935, '_elementor_version', '4.2.1'),
(11552, 935, '_elementor_pro_version', '4.2.1'),
(11553, 935, '_elementor_global_class_usage_indexed_preview', '1'),
(11554, 935, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11555, 935, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.mp4\",\"id\":562,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/New-Project-1.jpg\",\"id\":585,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"258ce4a6\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"63536395\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"7b881b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a491e08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22c7760d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11557, 935, '_elementor_page_settings', 'a:0:{}'),
(11559, 936, '_elementor_global_class_usage_indexed', '1'),
(11560, 936, '_elementor_edit_mode', 'builder'),
(11561, 936, '_elementor_template_type', 'wp-page'),
(11562, 936, '_elementor_version', '4.2.1'),
(11563, 936, '_elementor_pro_version', '4.2.1'),
(11564, 936, '_elementor_global_class_usage_indexed_preview', '1'),
(11565, 936, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11566, 936, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.mp4\",\"id\":562,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/New-Project-1.jpg\",\"id\":585,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"258ce4a6\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"63536395\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"7b881b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a491e08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22c7760d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(6758, 576, '_elementor_page_settings', 'a:0:{}'),
(6761, 577, '_wp_page_template', 'elementor_header_footer'),
(6762, 577, '_elementor_global_class_usage_indexed', '1'),
(6763, 577, '_elementor_edit_mode', 'builder'),
(6764, 577, '_elementor_template_type', 'wp-page'),
(6765, 577, '_elementor_version', '4.2.1'),
(6766, 577, '_elementor_pro_version', '4.2.1'),
(6767, 577, '_elementor_global_class_usage_indexed_preview', '1'),
(6768, 577, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6769, 577, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.<\\/p>\",\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(6771, 577, '_elementor_page_settings', 'a:0:{}'),
(6775, 578, '_elementor_global_class_usage_indexed', '1'),
(6776, 578, '_elementor_edit_mode', 'builder'),
(6777, 578, '_elementor_template_type', 'wp-page'),
(6778, 578, '_elementor_version', '4.2.1'),
(6779, 578, '_elementor_pro_version', '4.2.1'),
(6780, 578, '_elementor_global_class_usage_indexed_preview', '1'),
(6781, 578, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6782, 578, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10733, 875, '_wp_page_template', 'elementor_header_footer'),
(10707, 873, '_wp_page_template', 'elementor_header_footer'),
(10708, 873, '_elementor_global_class_usage_indexed', '1'),
(10709, 873, '_elementor_edit_mode', 'builder'),
(10710, 873, '_elementor_template_type', 'wp-page'),
(10711, 873, '_elementor_version', '4.2.1'),
(10712, 873, '_elementor_pro_version', '4.2.1'),
(10713, 873, '_elementor_global_class_usage_indexed_preview', '1'),
(10714, 873, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10715, 873, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(6800, 579, '_elementor_page_settings', 'a:0:{}'),
(6803, 580, '_wp_page_template', 'elementor_header_footer'),
(6804, 580, '_elementor_global_class_usage_indexed', '1'),
(6805, 580, '_elementor_edit_mode', 'builder'),
(6806, 580, '_elementor_template_type', 'wp-page'),
(6807, 580, '_elementor_version', '4.2.1'),
(6808, 580, '_elementor_pro_version', '4.2.1'),
(6809, 580, '_elementor_global_class_usage_indexed_preview', '1'),
(6810, 580, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6811, 580, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(6813, 580, '_elementor_page_settings', 'a:0:{}'),
(6816, 581, '_wp_page_template', 'elementor_header_footer'),
(6817, 581, '_elementor_global_class_usage_indexed', '1'),
(6818, 581, '_elementor_edit_mode', 'builder'),
(6819, 581, '_elementor_template_type', 'wp-page'),
(6820, 581, '_elementor_version', '4.2.1'),
(6821, 581, '_elementor_pro_version', '4.2.1'),
(6822, 581, '_elementor_global_class_usage_indexed_preview', '1'),
(6823, 581, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6824, 581, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10751, 876, '_wp_page_template', 'elementor_header_footer'),
(10752, 876, '_elementor_global_class_usage_indexed', '1'),
(10753, 876, '_elementor_edit_mode', 'builder'),
(10754, 876, '_elementor_template_type', 'wp-page'),
(10755, 876, '_elementor_version', '4.2.1'),
(10756, 876, '_elementor_pro_version', '4.2.1'),
(10757, 876, '_elementor_global_class_usage_indexed_preview', '1'),
(10758, 876, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10759, 876, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(6832, 582, '_elementor_edit_mode', 'builder'),
(6833, 582, '_elementor_template_type', 'container'),
(6834, 582, '_elementor_version', '4.2.1'),
(6835, 582, '_elementor_pro_version', '4.2.1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6847, 582, '_elementor_data', '[{\"id\":\"3112912e\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"4e05fee7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"6b19f09e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43ca3adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4cd1d10\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(6837, 582, '_elementor_global_class_usage_indexed', '1'),
(6838, 582, '_elementor_global_class_usage_indexed_preview', '1'),
(6839, 583, '_elementor_edit_mode', 'builder'),
(6840, 583, '_elementor_template_type', 'container'),
(6841, 583, '_elementor_version', '4.2.1'),
(6842, 583, '_elementor_pro_version', '4.2.1'),
(6843, 583, '_elementor_page_settings', 'a:0:{}'),
(6844, 583, '_elementor_global_class_usage_indexed', '1'),
(6845, 583, '_elementor_global_class_usage_indexed_preview', '1'),
(6846, 582, '_wp_page_template', 'default'),
(6848, 584, '_elementor_edit_mode', 'builder'),
(6849, 584, '_elementor_template_type', 'container'),
(6850, 584, '_elementor_version', '4.2.1'),
(6851, 584, '_elementor_pro_version', '4.2.1'),
(6852, 584, '_elementor_global_class_usage_indexed', '1'),
(6853, 584, '_elementor_global_class_usage_indexed_preview', '1'),
(6854, 584, '_wp_page_template', 'default'),
(6855, 584, '_elementor_data', '[{\"id\":\"3112912e\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"4e05fee7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"6b19f09e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43ca3adf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4cd1d10\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(6857, 582, '_elementor_page_settings', 'a:0:{}'),
(6858, 582, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:1;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:1;}}}}}'),
(6859, 585, '_wp_attached_file', '2026/08/New-Project-1.jpg'),
(6860, 585, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:25:\"2026/08/New-Project-1.jpg\";s:8:\"filesize\";i:126739;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"New-Project-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22514;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"New-Project-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9004;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"New-Project-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112702;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(6871, 586, '_elementor_page_settings', 'a:0:{}'),
(6874, 587, '_wp_page_template', 'elementor_header_footer'),
(6875, 587, '_elementor_global_class_usage_indexed', '1'),
(6876, 587, '_elementor_edit_mode', 'builder'),
(6877, 587, '_elementor_template_type', 'wp-page'),
(6878, 587, '_elementor_version', '4.2.1'),
(6879, 587, '_elementor_pro_version', '4.2.1'),
(6880, 587, '_elementor_global_class_usage_indexed_preview', '1'),
(6881, 587, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6882, 587, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.mp4\",\"id\":562,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6884, 587, '_elementor_page_settings', 'a:0:{}'),
(6888, 588, '_elementor_global_class_usage_indexed', '1'),
(6889, 588, '_elementor_edit_mode', 'builder'),
(6890, 588, '_elementor_template_type', 'wp-page'),
(6891, 588, '_elementor_version', '4.2.1'),
(6892, 588, '_elementor_pro_version', '4.2.1'),
(6893, 588, '_elementor_global_class_usage_indexed_preview', '1'),
(6894, 588, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6895, 588, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.mp4\",\"id\":562,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/New-Project-1.jpg\",\"id\":585,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(11499, 930, '_elementor_pro_version', '4.2.1'),
(11500, 930, '_elementor_global_class_usage_indexed_preview', '1'),
(11501, 930, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11502, 930, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.mp4\",\"id\":562,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/New-Project-1.jpg\",\"id\":585,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"258ce4a6\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"63536395\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"7b881b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a491e08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22c7760d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(6903, 582, '_elementor_migrations_state_d2a1', '4.2.2:4.2.1:7648e729aae38c0825752571ace57347'),
(6915, 589, '_elementor_page_settings', 'a:0:{}'),
(6918, 590, '_wp_page_template', 'elementor_header_footer'),
(6919, 590, '_elementor_global_class_usage_indexed', '1'),
(6920, 590, '_elementor_edit_mode', 'builder'),
(6921, 590, '_elementor_template_type', 'wp-page'),
(6922, 590, '_elementor_version', '4.2.1'),
(6923, 590, '_elementor_pro_version', '4.2.1'),
(6924, 590, '_elementor_global_class_usage_indexed_preview', '1'),
(6925, 590, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6926, 590, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.mp4\",\"id\":562,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/New-Project-1.jpg\",\"id\":585,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6928, 590, '_elementor_page_settings', 'a:0:{}'),
(6931, 591, '_wp_page_template', 'elementor_header_footer'),
(6932, 591, '_elementor_global_class_usage_indexed', '1'),
(6933, 591, '_elementor_edit_mode', 'builder'),
(6934, 591, '_elementor_template_type', 'wp-page'),
(6935, 591, '_elementor_version', '4.2.1'),
(6936, 591, '_elementor_pro_version', '4.2.1'),
(6937, 591, '_elementor_global_class_usage_indexed_preview', '1'),
(6938, 591, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6939, 591, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.mp4\",\"id\":562,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/New-Project-1.jpg\",\"id\":585,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"258ce4a6\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"63536395\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"7b881b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a491e08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22c7760d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11558, 936, '_wp_page_template', 'elementor_header_footer'),
(11536, 934, '_wp_page_template', 'elementor_header_footer'),
(11537, 934, '_elementor_global_class_usage_indexed', '1'),
(11538, 934, '_elementor_edit_mode', 'builder'),
(11539, 934, '_elementor_template_type', 'wp-page'),
(11540, 934, '_elementor_version', '4.2.1'),
(11541, 934, '_elementor_pro_version', '4.2.1'),
(11542, 934, '_elementor_global_class_usage_indexed_preview', '1'),
(11543, 934, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11544, 934, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.mp4\",\"id\":562,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/New-Project-1.jpg\",\"id\":585,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"258ce4a6\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"63536395\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"7b881b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a491e08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22c7760d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11534, 933, '_wp_attached_file', '2026/08/project-1.jpg'),
(11535, 933, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2026/08/project-1.jpg\";s:8:\"filesize\";i:98968;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"project-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21511;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"project-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9546;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(6947, 19, '_elementor_edit_mode', 'builder'),
(6948, 19, '_astra_content_layout_flag', 'disabled'),
(6949, 19, 'ast-title-bar-display', 'disabled'),
(6950, 19, '_elementor_template_type', 'wp-page'),
(6951, 19, '_elementor_version', '4.2.1'),
(6952, 19, '_elementor_pro_version', '4.2.1'),
(6976, 19, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"},\"faq_items_box_shadow_box_shadow_type\":\"yes\",\"faq_items_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(6954, 19, '_elementor_global_class_usage_indexed_preview', '1'),
(6955, 19, '_elementor_migrations_state_d2a1', '4.2.2:4.2.1:7648e729aae38c0825752571ace57347'),
(6956, 592, '_wp_page_template', 'elementor_header_footer'),
(6957, 592, '_elementor_global_class_usage_indexed', '1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6959, 592, '_elementor_edit_mode', 'builder'),
(6960, 592, '_elementor_template_type', 'wp-page'),
(6961, 592, '_elementor_version', '4.2.1'),
(6962, 592, '_elementor_pro_version', '4.2.1'),
(6963, 592, '_elementor_page_settings', 'a:0:{}'),
(6964, 592, '_elementor_global_class_usage_indexed_preview', '1'),
(6965, 592, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6966, 593, '_wp_page_template', 'elementor_header_footer'),
(6967, 593, '_elementor_global_class_usage_indexed', '1'),
(6969, 593, '_elementor_edit_mode', 'builder'),
(6970, 593, '_elementor_template_type', 'wp-page'),
(6971, 593, '_elementor_version', '4.2.1'),
(6972, 593, '_elementor_pro_version', '4.2.1'),
(6973, 593, '_elementor_page_settings', 'a:0:{}'),
(6974, 593, '_elementor_global_class_usage_indexed_preview', '1'),
(6975, 593, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6977, 594, '_wp_page_template', 'elementor_header_footer'),
(6978, 594, '_elementor_global_class_usage_indexed', '1'),
(6980, 594, '_elementor_edit_mode', 'builder'),
(6981, 594, '_elementor_template_type', 'wp-page'),
(6982, 594, '_elementor_version', '4.2.1'),
(6983, 594, '_elementor_pro_version', '4.2.1'),
(6984, 594, '_elementor_global_class_usage_indexed_preview', '1'),
(6985, 594, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(6986, 594, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(7025, 601, '_wp_page_template', 'elementor_header_footer'),
(7026, 601, '_elementor_global_class_usage_indexed', '1'),
(7028, 601, '_elementor_edit_mode', 'builder'),
(7029, 601, '_elementor_template_type', 'wp-page'),
(7030, 601, '_elementor_version', '4.2.1'),
(7031, 601, '_elementor_pro_version', '4.2.1'),
(7032, 601, '_elementor_global_class_usage_indexed_preview', '1'),
(7033, 601, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7034, 601, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(6991, 595, '_wp_attached_file', '2026/08/svgexport-15-63.svg'),
(6992, 595, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1276;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(6993, 595, '_elementor_source_image_hash', 'ba40aab1bd8abd8c2ccf97fbadfcd314a7103c07'),
(6994, 596, '_wp_attached_file', '2026/08/svgexport-15-62.svg'),
(6995, 596, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1618;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(6996, 596, '_elementor_source_image_hash', '65715b7d6eadfdc6d849bda844a7758facd6538d'),
(6997, 597, '_wp_attached_file', '2026/08/svgexport-15-61.svg'),
(6998, 597, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:991;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(6999, 597, '_elementor_source_image_hash', 'cee3bc330ba119e8e22ae3a58f8f7cce42f4849e'),
(7000, 598, '_wp_attached_file', '2026/08/extra-bg-printing-1.png'),
(7001, 598, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1378;s:4:\"file\";s:31:\"2026/08/extra-bg-printing-1.png\";s:8:\"filesize\";i:106142;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"extra-bg-printing-1-300x215.png\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11267;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"extra-bg-printing-1-1024x735.png\";s:5:\"width\";i:1024;s:6:\"height\";i:735;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:83200;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"extra-bg-printing-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3390;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"extra-bg-printing-1-768x551.png\";s:5:\"width\";i:768;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48014;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"extra-bg-printing-1-1536x1102.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1102;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:165369;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(7002, 598, '_elementor_source_image_hash', '20cbbd77625d7df030d6ffa1490f949fb0426103'),
(7003, 599, '_elementor_edit_mode', 'builder'),
(7004, 599, '_elementor_template_type', 'container'),
(7005, 599, '_elementor_version', '4.2.1'),
(7006, 599, '_elementor_pro_version', '4.2.1'),
(7007, 599, '_elementor_page_settings', 'a:0:{}'),
(7008, 599, '_elementor_global_class_usage_indexed', '1'),
(7009, 599, '_elementor_global_class_usage_indexed_preview', '1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7010, 599, '_elementor_data', '[{\"id\":\"3466e50c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":598,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/extra-bg-printing-1.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c64fcd7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#A37C3D11\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7748d4d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"cb7c9f2\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72772a29\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diverse Evolution Services LLC\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c18bd20\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42dc5993\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"field_type\":\"text\",\"placeholder\":\"\",\"required\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"placeholder\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone\",\"_id\":\"090211c\",\"placeholder\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"placeholder\":\"\",\"required\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"4f1ec36d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d8812f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2414900c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4e165dc4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"378d6b67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Referral Information\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"d2a2fef\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:03\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e54ba97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We welcome referrals from healthcare providers, schools, community organizations, families, and individuals seeking behavioral health support.\\n\",\"pp_display_conditions\":[{\"_id\":\"6c172e3\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:03\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(7014, 600, '_elementor_edit_mode', 'builder'),
(7015, 600, '_elementor_template_type', 'container'),
(7016, 600, '_elementor_version', '4.2.1'),
(7017, 600, '_elementor_pro_version', '4.2.1'),
(7018, 600, '_elementor_page_settings', 'a:0:{}'),
(7019, 600, '_elementor_global_class_usage_indexed', '1'),
(7020, 600, '_elementor_global_class_usage_indexed_preview', '1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7021, 600, '_elementor_data', '[{\"id\":\"3466e50c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":598,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/extra-bg-printing-1.png\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c64fcd7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#A37C3D11\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7748d4d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"cb7c9f2\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72772a29\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diverse Evolution Services LLC\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c18bd20\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42dc5993\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"field_type\":\"text\",\"placeholder\":\"\",\"required\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"placeholder\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone\",\"_id\":\"090211c\",\"placeholder\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"placeholder\":\"\",\"required\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"4f1ec36d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d8812f3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2414900c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4e165dc4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"378d6b67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Referral Information\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"d2a2fef\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:03\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e54ba97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We welcome referrals from healthcare providers, schools, community organizations, families, and individuals seeking behavioral health support.\\n\",\"pp_display_conditions\":[{\"_id\":\"6c172e3\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-07-29 to 2026-08-04\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:03\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(7023, 599, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:19:\"section_form_fields\";a:3:{s:9:\"form_name\";i:1;s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;}s:15:\"section_buttons\";a:2:{s:11:\"button_size\";i:1;s:11:\"button_text\";i:1;}s:13:\"section_email\";a:1:{s:13:\"form_metadata\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:2;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;s:16:\"background_image\";i:1;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_icon\";a:7:{s:13:\"selected_icon\";i:3;s:4:\"view\";i:3;s:5:\"shape\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:4:\"link\";i:3;s:10:\"title_size\";i:3;}s:17:\"section_style_box\";a:2:{s:8:\"position\";i:3;s:15:\"position_mobile\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}}'),
(7024, 599, '_elementor_migrations_state_d2a1', '4.2.2:4.2.1:7648e729aae38c0825752571ace57347'),
(7035, 601, '_elementor_page_settings', 'a:0:{}'),
(7038, 602, '_wp_page_template', 'elementor_header_footer'),
(7039, 602, '_elementor_global_class_usage_indexed', '1'),
(7041, 602, '_elementor_edit_mode', 'builder'),
(7042, 602, '_elementor_template_type', 'wp-page'),
(7043, 602, '_elementor_version', '4.2.1'),
(7044, 602, '_elementor_pro_version', '4.2.1'),
(7045, 602, '_elementor_global_class_usage_indexed_preview', '1'),
(7046, 602, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7047, 602, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(7048, 602, '_elementor_page_settings', 'a:0:{}'),
(7560, 642, '_elementor_global_class_usage_indexed', '1'),
(7201, 615, '_elementor_template_type', 'wp-page'),
(7202, 615, '_elementor_version', '4.2.1'),
(7203, 615, '_elementor_pro_version', '4.2.1'),
(7204, 615, '_elementor_global_class_usage_indexed_preview', '1'),
(7051, 603, '_wp_page_template', 'elementor_header_footer'),
(7052, 603, '_elementor_global_class_usage_indexed', '1'),
(7054, 603, '_elementor_edit_mode', 'builder'),
(7055, 603, '_elementor_template_type', 'wp-page'),
(7056, 603, '_elementor_version', '4.2.1'),
(7057, 603, '_elementor_pro_version', '4.2.1'),
(7058, 603, '_elementor_global_class_usage_indexed_preview', '1'),
(7059, 603, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7060, 603, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9},\"elements\":[{\"id\":\"50058272\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"cb7c9f2\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30de1123\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diverse Evolution Services LLC\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c18bd20\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7421, 631, '_wp_page_template', 'elementor_header_footer'),
(7065, 604, '_wp_page_template', 'elementor_header_footer'),
(7066, 604, '_elementor_global_class_usage_indexed', '1'),
(7068, 604, '_elementor_edit_mode', 'builder'),
(7069, 604, '_elementor_template_type', 'wp-page'),
(7070, 604, '_elementor_version', '4.2.1'),
(7071, 604, '_elementor_pro_version', '4.2.1'),
(7072, 604, '_elementor_global_class_usage_indexed_preview', '1'),
(7073, 604, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7074, 604, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9},\"elements\":[{\"id\":\"50058272\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"cb7c9f2\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30de1123\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diverse Evolution Services LLC\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c18bd20\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7075, 604, '_elementor_page_settings', 'a:0:{}'),
(7076, 605, '_wp_page_template', 'elementor_header_footer'),
(7077, 605, '_elementor_global_class_usage_indexed', '1'),
(7079, 605, '_elementor_edit_mode', 'builder'),
(7080, 605, '_elementor_template_type', 'wp-page'),
(7081, 605, '_elementor_version', '4.2.1'),
(7082, 605, '_elementor_pro_version', '4.2.1'),
(7083, 605, '_elementor_global_class_usage_indexed_preview', '1'),
(7084, 605, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7085, 605, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9},\"elements\":[{\"id\":\"50058272\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"cb7c9f2\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30de1123\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diverse Evolution Services LLC\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c18bd20\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7086, 605, '_elementor_page_settings', 'a:0:{}'),
(7198, 615, '_elementor_global_class_usage_indexed', '1'),
(7200, 615, '_elementor_edit_mode', 'builder'),
(7087, 606, '_wp_page_template', 'elementor_header_footer'),
(7088, 606, '_elementor_global_class_usage_indexed', '1'),
(7090, 606, '_elementor_edit_mode', 'builder'),
(7091, 606, '_elementor_template_type', 'wp-page'),
(7092, 606, '_elementor_version', '4.2.1'),
(7093, 606, '_elementor_pro_version', '4.2.1'),
(7094, 606, '_elementor_global_class_usage_indexed_preview', '1'),
(7095, 606, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7096, 606, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9},\"elements\":[{\"id\":\"50058272\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"cb7c9f2\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30de1123\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diverse Evolution Services LLC\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c18bd20\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7121, 609, '_wp_page_template', 'elementor_header_footer'),
(7099, 607, '_wp_page_template', 'elementor_header_footer'),
(7100, 607, '_elementor_global_class_usage_indexed', '1'),
(7102, 607, '_elementor_edit_mode', 'builder'),
(7103, 607, '_elementor_template_type', 'wp-page'),
(7104, 607, '_elementor_version', '4.2.1'),
(7105, 607, '_elementor_pro_version', '4.2.1'),
(7106, 607, '_elementor_global_class_usage_indexed_preview', '1'),
(7107, 607, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7108, 607, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9},\"elements\":[{\"id\":\"50058272\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"cb7c9f2\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30de1123\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diverse Evolution Services LLC\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c18bd20\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7109, 607, '_elementor_page_settings', 'a:0:{}'),
(7110, 608, '_wp_page_template', 'elementor_header_footer'),
(7111, 608, '_elementor_global_class_usage_indexed', '1'),
(7113, 608, '_elementor_edit_mode', 'builder'),
(7114, 608, '_elementor_template_type', 'wp-page'),
(7115, 608, '_elementor_version', '4.2.1'),
(7116, 608, '_elementor_pro_version', '4.2.1'),
(7117, 608, '_elementor_global_class_usage_indexed_preview', '1'),
(7118, 608, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7119, 608, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9},\"elements\":[{\"id\":\"50058272\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"cb7c9f2\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30de1123\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diverse Evolution Services LLC\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c18bd20\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7120, 608, '_elementor_page_settings', 'a:0:{}'),
(7122, 609, '_elementor_global_class_usage_indexed', '1'),
(7124, 609, '_elementor_edit_mode', 'builder'),
(7125, 609, '_elementor_template_type', 'wp-page'),
(7126, 609, '_elementor_version', '4.2.1'),
(7127, 609, '_elementor_pro_version', '4.2.1'),
(7128, 609, '_elementor_global_class_usage_indexed_preview', '1'),
(7129, 609, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7130, 609, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9},\"elements\":[{\"id\":\"50058272\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"cb7c9f2\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30de1123\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diverse Evolution Services LLC\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c18bd20\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7197, 615, '_wp_page_template', 'elementor_header_footer'),
(7135, 610, '_wp_page_template', 'elementor_header_footer'),
(7136, 610, '_elementor_global_class_usage_indexed', '1'),
(7138, 610, '_elementor_edit_mode', 'builder'),
(7139, 610, '_elementor_template_type', 'wp-page'),
(7140, 610, '_elementor_version', '4.2.1'),
(7141, 610, '_elementor_pro_version', '4.2.1'),
(7142, 610, '_elementor_global_class_usage_indexed_preview', '1'),
(7143, 610, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7144, 610, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9},\"elements\":[{\"id\":\"50058272\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"cb7c9f2\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30de1123\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diverse Evolution Services LLC\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c18bd20\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7175, 613, '_wp_page_template', 'elementor_header_footer'),
(7176, 613, '_elementor_global_class_usage_indexed', '1'),
(7178, 613, '_elementor_edit_mode', 'builder'),
(7179, 613, '_elementor_template_type', 'wp-page'),
(7180, 613, '_elementor_version', '4.2.1'),
(7181, 613, '_elementor_pro_version', '4.2.1'),
(7182, 613, '_elementor_global_class_usage_indexed_preview', '1'),
(7183, 613, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7184, 613, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"50058272\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"cb7c9f2\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30de1123\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diverse Evolution Services LLC\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c18bd20\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7145, 610, '_elementor_page_settings', 'a:0:{}'),
(7148, 611, '_wp_page_template', 'elementor_header_footer'),
(7149, 611, '_elementor_global_class_usage_indexed', '1'),
(7151, 611, '_elementor_edit_mode', 'builder'),
(7152, 611, '_elementor_template_type', 'wp-page'),
(7153, 611, '_elementor_version', '4.2.1'),
(7154, 611, '_elementor_pro_version', '4.2.1'),
(7155, 611, '_elementor_global_class_usage_indexed_preview', '1'),
(7156, 611, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7157, 611, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9},\"elements\":[{\"id\":\"50058272\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"cb7c9f2\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30de1123\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diverse Evolution Services LLC\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c18bd20\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7158, 611, '_elementor_page_settings', 'a:0:{}'),
(7161, 612, '_wp_page_template', 'elementor_header_footer'),
(7162, 612, '_elementor_global_class_usage_indexed', '1'),
(7164, 612, '_elementor_edit_mode', 'builder'),
(7165, 612, '_elementor_template_type', 'wp-page'),
(7166, 612, '_elementor_version', '4.2.1'),
(7167, 612, '_elementor_pro_version', '4.2.1'),
(7168, 612, '_elementor_global_class_usage_indexed_preview', '1'),
(7169, 612, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7170, 612, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"50058272\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"cb7c9f2\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30de1123\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diverse Evolution Services LLC\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c18bd20\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7185, 613, '_elementor_page_settings', 'a:0:{}'),
(7186, 614, '_wp_page_template', 'elementor_header_footer'),
(7187, 614, '_elementor_global_class_usage_indexed', '1'),
(7189, 614, '_elementor_edit_mode', 'builder'),
(7190, 614, '_elementor_template_type', 'wp-page'),
(7191, 614, '_elementor_version', '4.2.1'),
(7192, 614, '_elementor_pro_version', '4.2.1'),
(7193, 614, '_elementor_global_class_usage_indexed_preview', '1'),
(7194, 614, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7195, 614, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"50058272\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"pp_display_conditions\":[{\"_id\":\"cb7c9f2\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30de1123\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diverse Evolution Services LLC\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c18bd20\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7196, 614, '_elementor_page_settings', 'a:0:{}'),
(7205, 615, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7206, 615, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7237, 618, '_wp_page_template', 'elementor_header_footer'),
(7211, 616, '_wp_page_template', 'elementor_header_footer'),
(7212, 616, '_elementor_global_class_usage_indexed', '1'),
(7214, 616, '_elementor_edit_mode', 'builder'),
(7215, 616, '_elementor_template_type', 'wp-page'),
(7216, 616, '_elementor_version', '4.2.1'),
(7217, 616, '_elementor_pro_version', '4.2.1'),
(7218, 616, '_elementor_global_class_usage_indexed_preview', '1'),
(7219, 616, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7220, 616, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7295, 622, '_wp_page_template', 'elementor_header_footer'),
(7379, 628, '_wp_page_template', 'elementor_header_footer'),
(7559, 642, '_wp_page_template', 'elementor_header_footer'),
(7253, 619, '_wp_page_template', 'elementor_header_footer'),
(7254, 619, '_elementor_global_class_usage_indexed', '1'),
(7256, 619, '_elementor_edit_mode', 'builder'),
(7257, 619, '_elementor_template_type', 'wp-page'),
(7258, 619, '_elementor_version', '4.2.1'),
(7259, 619, '_elementor_pro_version', '4.2.1'),
(7260, 619, '_elementor_global_class_usage_indexed_preview', '1'),
(7261, 619, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7262, 619, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7221, 616, '_elementor_page_settings', 'a:0:{}'),
(7224, 617, '_wp_page_template', 'elementor_header_footer'),
(7225, 617, '_elementor_global_class_usage_indexed', '1'),
(7227, 617, '_elementor_edit_mode', 'builder'),
(7228, 617, '_elementor_template_type', 'wp-page'),
(7229, 617, '_elementor_version', '4.2.1'),
(7230, 617, '_elementor_pro_version', '4.2.1'),
(7231, 617, '_elementor_global_class_usage_indexed_preview', '1'),
(7232, 617, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7233, 617, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7234, 617, '_elementor_page_settings', 'a:0:{}'),
(7238, 618, '_elementor_global_class_usage_indexed', '1'),
(7240, 618, '_elementor_edit_mode', 'builder'),
(7241, 618, '_elementor_template_type', 'wp-page'),
(7242, 618, '_elementor_version', '4.2.1'),
(7243, 618, '_elementor_pro_version', '4.2.1'),
(7244, 618, '_elementor_global_class_usage_indexed_preview', '1'),
(7245, 618, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7246, 618, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7296, 622, '_elementor_global_class_usage_indexed', '1'),
(7298, 622, '_elementor_edit_mode', 'builder'),
(7299, 622, '_elementor_template_type', 'wp-page'),
(7300, 622, '_elementor_version', '4.2.1'),
(7301, 622, '_elementor_pro_version', '4.2.1'),
(7302, 622, '_elementor_global_class_usage_indexed_preview', '1'),
(7303, 622, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7304, 622, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7263, 619, '_elementor_page_settings', 'a:0:{}'),
(7266, 620, '_wp_page_template', 'elementor_header_footer'),
(7267, 620, '_elementor_global_class_usage_indexed', '1'),
(7269, 620, '_elementor_edit_mode', 'builder'),
(7270, 620, '_elementor_template_type', 'wp-page'),
(7271, 620, '_elementor_version', '4.2.1'),
(7272, 620, '_elementor_pro_version', '4.2.1'),
(7273, 620, '_elementor_global_class_usage_indexed_preview', '1'),
(7274, 620, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7275, 620, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7276, 620, '_elementor_page_settings', 'a:0:{}'),
(7523, 639, '_wp_page_template', 'elementor_header_footer'),
(7321, 624, '_wp_page_template', 'elementor_header_footer'),
(7279, 621, '_wp_page_template', 'elementor_header_footer'),
(7280, 621, '_elementor_global_class_usage_indexed', '1'),
(7282, 621, '_elementor_edit_mode', 'builder'),
(7283, 621, '_elementor_template_type', 'wp-page'),
(7284, 621, '_elementor_version', '4.2.1'),
(7285, 621, '_elementor_pro_version', '4.2.1'),
(7286, 621, '_elementor_global_class_usage_indexed_preview', '1'),
(7287, 621, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7288, 621, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7447, 633, '_wp_page_template', 'elementor_header_footer'),
(7337, 625, '_wp_page_template', 'elementor_header_footer'),
(7338, 625, '_elementor_global_class_usage_indexed', '1'),
(7340, 625, '_elementor_edit_mode', 'builder'),
(7341, 625, '_elementor_template_type', 'wp-page'),
(7342, 625, '_elementor_version', '4.2.1'),
(7343, 625, '_elementor_pro_version', '4.2.1'),
(7344, 625, '_elementor_global_class_usage_indexed_preview', '1'),
(7345, 625, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7346, 625, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7305, 622, '_elementor_page_settings', 'a:0:{}'),
(7308, 623, '_wp_page_template', 'elementor_header_footer'),
(7309, 623, '_elementor_global_class_usage_indexed', '1'),
(7311, 623, '_elementor_edit_mode', 'builder'),
(7312, 623, '_elementor_template_type', 'wp-page'),
(7313, 623, '_elementor_version', '4.2.1'),
(7314, 623, '_elementor_pro_version', '4.2.1'),
(7315, 623, '_elementor_global_class_usage_indexed_preview', '1'),
(7316, 623, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7317, 623, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7318, 623, '_elementor_page_settings', 'a:0:{}'),
(7322, 624, '_elementor_global_class_usage_indexed', '1'),
(7324, 624, '_elementor_edit_mode', 'builder'),
(7325, 624, '_elementor_template_type', 'wp-page'),
(7326, 624, '_elementor_version', '4.2.1'),
(7327, 624, '_elementor_pro_version', '4.2.1'),
(7328, 624, '_elementor_global_class_usage_indexed_preview', '1'),
(7329, 624, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7330, 624, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7405, 630, '_wp_page_template', 'elementor_header_footer'),
(7380, 628, '_elementor_global_class_usage_indexed', '1'),
(7382, 628, '_elementor_edit_mode', 'builder'),
(7383, 628, '_elementor_template_type', 'wp-page'),
(7384, 628, '_elementor_version', '4.2.1'),
(7385, 628, '_elementor_pro_version', '4.2.1'),
(7386, 628, '_elementor_global_class_usage_indexed_preview', '1'),
(7387, 628, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7388, 628, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7347, 625, '_elementor_page_settings', 'a:0:{}'),
(7350, 626, '_wp_page_template', 'elementor_header_footer'),
(7351, 626, '_elementor_global_class_usage_indexed', '1'),
(7353, 626, '_elementor_edit_mode', 'builder'),
(7354, 626, '_elementor_template_type', 'wp-page'),
(7355, 626, '_elementor_version', '4.2.1'),
(7356, 626, '_elementor_pro_version', '4.2.1'),
(7357, 626, '_elementor_global_class_usage_indexed_preview', '1'),
(7358, 626, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7359, 626, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\"},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"13\",\"bottom\":\"13\",\"left\":\"13\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7360, 626, '_elementor_page_settings', 'a:0:{}'),
(7363, 627, '_wp_page_template', 'elementor_header_footer'),
(7364, 627, '_elementor_global_class_usage_indexed', '1'),
(7366, 627, '_elementor_edit_mode', 'builder'),
(7367, 627, '_elementor_template_type', 'wp-page'),
(7368, 627, '_elementor_version', '4.2.1'),
(7369, 627, '_elementor_pro_version', '4.2.1'),
(7370, 627, '_elementor_global_class_usage_indexed_preview', '1'),
(7371, 627, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7372, 627, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7448, 633, '_elementor_global_class_usage_indexed', '1'),
(7422, 631, '_elementor_global_class_usage_indexed', '1'),
(7424, 631, '_elementor_edit_mode', 'builder'),
(7425, 631, '_elementor_template_type', 'wp-page'),
(7426, 631, '_elementor_version', '4.2.1'),
(7427, 631, '_elementor_pro_version', '4.2.1'),
(7428, 631, '_elementor_global_class_usage_indexed_preview', '1'),
(7429, 631, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7430, 631, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7389, 628, '_elementor_page_settings', 'a:0:{}'),
(7392, 629, '_wp_page_template', 'elementor_header_footer'),
(7393, 629, '_elementor_global_class_usage_indexed', '1'),
(7395, 629, '_elementor_edit_mode', 'builder'),
(7396, 629, '_elementor_template_type', 'wp-page'),
(7397, 629, '_elementor_version', '4.2.1'),
(7398, 629, '_elementor_pro_version', '4.2.1'),
(7399, 629, '_elementor_global_class_usage_indexed_preview', '1'),
(7400, 629, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7401, 629, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7402, 629, '_elementor_page_settings', 'a:0:{}'),
(7406, 630, '_elementor_global_class_usage_indexed', '1'),
(7408, 630, '_elementor_edit_mode', 'builder'),
(7409, 630, '_elementor_template_type', 'wp-page'),
(7410, 630, '_elementor_version', '4.2.1'),
(7411, 630, '_elementor_pro_version', '4.2.1'),
(7412, 630, '_elementor_global_class_usage_indexed_preview', '1'),
(7413, 630, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7414, 630, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7483, 636, '_wp_page_template', 'elementor_header_footer'),
(7461, 634, '_wp_page_template', 'elementor_header_footer'),
(7462, 634, '_elementor_global_class_usage_indexed', '1'),
(7464, 634, '_elementor_edit_mode', 'builder'),
(7465, 634, '_elementor_template_type', 'wp-page'),
(7466, 634, '_elementor_version', '4.2.1'),
(7467, 634, '_elementor_pro_version', '4.2.1'),
(7468, 634, '_elementor_global_class_usage_indexed_preview', '1'),
(7469, 634, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7470, 634, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7431, 631, '_elementor_page_settings', 'a:0:{}'),
(7434, 632, '_wp_page_template', 'elementor_header_footer'),
(7435, 632, '_elementor_global_class_usage_indexed', '1'),
(7437, 632, '_elementor_edit_mode', 'builder'),
(7438, 632, '_elementor_template_type', 'wp-page'),
(7439, 632, '_elementor_version', '4.2.1'),
(7440, 632, '_elementor_pro_version', '4.2.1'),
(7441, 632, '_elementor_global_class_usage_indexed_preview', '1'),
(7442, 632, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7443, 632, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":596,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-62.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"713-504-9629\",\"link\":{\"url\":\"tel:7135049629\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7444, 632, '_elementor_page_settings', 'a:0:{}'),
(7450, 633, '_elementor_edit_mode', 'builder'),
(7451, 633, '_elementor_template_type', 'wp-page'),
(7452, 633, '_elementor_version', '4.2.1'),
(7453, 633, '_elementor_pro_version', '4.2.1'),
(7454, 633, '_elementor_global_class_usage_indexed_preview', '1'),
(7455, 633, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7456, 633, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7471, 634, '_elementor_page_settings', 'a:0:{}'),
(7472, 635, '_wp_page_template', 'elementor_header_footer'),
(7473, 635, '_elementor_global_class_usage_indexed', '1'),
(7475, 635, '_elementor_edit_mode', 'builder'),
(7476, 635, '_elementor_template_type', 'wp-page'),
(7477, 635, '_elementor_version', '4.2.1'),
(7478, 635, '_elementor_pro_version', '4.2.1'),
(7479, 635, '_elementor_global_class_usage_indexed_preview', '1'),
(7480, 635, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7481, 635, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#ef693b\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_border_color\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"secondary_color\":\"#EF693B\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7482, 635, '_elementor_page_settings', 'a:0:{}'),
(7484, 636, '_elementor_global_class_usage_indexed', '1'),
(7486, 636, '_elementor_edit_mode', 'builder'),
(7487, 636, '_elementor_template_type', 'wp-page'),
(7488, 636, '_elementor_version', '4.2.1'),
(7489, 636, '_elementor_pro_version', '4.2.1'),
(7490, 636, '_elementor_global_class_usage_indexed_preview', '1'),
(7491, 636, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7492, 636, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7524, 639, '_elementor_global_class_usage_indexed', '1'),
(7497, 637, '_wp_page_template', 'elementor_header_footer'),
(7498, 637, '_elementor_global_class_usage_indexed', '1'),
(7500, 637, '_elementor_edit_mode', 'builder'),
(7501, 637, '_elementor_template_type', 'wp-page'),
(7502, 637, '_elementor_version', '4.2.1'),
(7503, 637, '_elementor_pro_version', '4.2.1'),
(7504, 637, '_elementor_global_class_usage_indexed_preview', '1'),
(7505, 637, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7506, 637, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7537, 640, '_wp_page_template', 'elementor_header_footer'),
(7538, 640, '_elementor_global_class_usage_indexed', '1'),
(7540, 640, '_elementor_edit_mode', 'builder'),
(7541, 640, '_elementor_template_type', 'wp-page'),
(7542, 640, '_elementor_version', '4.2.1'),
(7543, 640, '_elementor_pro_version', '4.2.1'),
(7544, 640, '_elementor_global_class_usage_indexed_preview', '1'),
(7545, 640, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7546, 640, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7507, 637, '_elementor_page_settings', 'a:0:{}'),
(7510, 638, '_wp_page_template', 'elementor_header_footer'),
(7511, 638, '_elementor_global_class_usage_indexed', '1'),
(7513, 638, '_elementor_edit_mode', 'builder'),
(7514, 638, '_elementor_template_type', 'wp-page'),
(7515, 638, '_elementor_version', '4.2.1'),
(7516, 638, '_elementor_pro_version', '4.2.1'),
(7517, 638, '_elementor_global_class_usage_indexed_preview', '1'),
(7518, 638, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7519, 638, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":597,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-61.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"info@diverseevolutionservices.com\",\"link\":{\"url\":\"mailto:info@diverseevolutionservices.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7520, 638, '_elementor_page_settings', 'a:0:{}'),
(7526, 639, '_elementor_edit_mode', 'builder'),
(7527, 639, '_elementor_template_type', 'wp-page'),
(7528, 639, '_elementor_version', '4.2.1'),
(7529, 639, '_elementor_pro_version', '4.2.1'),
(7530, 639, '_elementor_global_class_usage_indexed_preview', '1'),
(7531, 639, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7532, 639, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7547, 640, '_elementor_page_settings', 'a:0:{}'),
(7548, 641, '_wp_page_template', 'elementor_header_footer'),
(7549, 641, '_elementor_global_class_usage_indexed', '1'),
(7551, 641, '_elementor_edit_mode', 'builder'),
(7552, 641, '_elementor_template_type', 'wp-page'),
(7553, 641, '_elementor_version', '4.2.1'),
(7554, 641, '_elementor_pro_version', '4.2.1'),
(7555, 641, '_elementor_global_class_usage_indexed_preview', '1'),
(7556, 641, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7557, 641, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":595,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svgexport-15-63.svg\"},\"library\":\"svg\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"6575 West Loop South\\nSuite 500\\nBellaire, Texas 77401\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/?cid=10528959144882164336&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&hl=en-US&source=embed\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7558, 641, '_elementor_page_settings', 'a:0:{}'),
(7562, 642, '_elementor_edit_mode', 'builder'),
(7563, 642, '_elementor_template_type', 'wp-page'),
(7564, 642, '_elementor_version', '4.2.1'),
(7565, 642, '_elementor_pro_version', '4.2.1'),
(7566, 642, '_elementor_global_class_usage_indexed_preview', '1'),
(7567, 642, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7568, 642, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7599, 645, '_wp_page_template', 'elementor_header_footer'),
(7573, 643, '_wp_page_template', 'elementor_header_footer'),
(7574, 643, '_elementor_global_class_usage_indexed', '1'),
(7576, 643, '_elementor_edit_mode', 'builder'),
(7577, 643, '_elementor_template_type', 'wp-page'),
(7578, 643, '_elementor_version', '4.2.1'),
(7579, 643, '_elementor_pro_version', '4.2.1'),
(7580, 643, '_elementor_global_class_usage_indexed_preview', '1'),
(7581, 643, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7582, 643, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7615, 646, '_wp_page_template', 'elementor_header_footer'),
(7616, 646, '_elementor_global_class_usage_indexed', '1'),
(7618, 646, '_elementor_edit_mode', 'builder'),
(7619, 646, '_elementor_template_type', 'wp-page'),
(7620, 646, '_elementor_version', '4.2.1'),
(7621, 646, '_elementor_pro_version', '4.2.1'),
(7622, 646, '_elementor_global_class_usage_indexed_preview', '1'),
(7623, 646, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7624, 646, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7699, 652, '_wp_page_template', 'elementor_header_footer'),
(7700, 652, '_elementor_global_class_usage_indexed', '1'),
(8842, 733, '_elementor_page_settings', 'a:0:{}'),
(8845, 734, '_wp_page_template', 'elementor_header_footer'),
(8846, 734, '_elementor_global_class_usage_indexed', '1'),
(8847, 734, '_elementor_edit_mode', 'builder'),
(8848, 734, '_elementor_template_type', 'wp-page'),
(8849, 734, '_elementor_version', '4.2.1'),
(8850, 734, '_elementor_pro_version', '4.2.1'),
(8851, 734, '_elementor_global_class_usage_indexed_preview', '1'),
(8852, 734, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8853, 734, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(7583, 643, '_elementor_page_settings', 'a:0:{}'),
(7586, 644, '_wp_page_template', 'elementor_header_footer'),
(7587, 644, '_elementor_global_class_usage_indexed', '1'),
(7589, 644, '_elementor_edit_mode', 'builder'),
(7590, 644, '_elementor_template_type', 'wp-page'),
(7591, 644, '_elementor_version', '4.2.1'),
(7592, 644, '_elementor_pro_version', '4.2.1'),
(7593, 644, '_elementor_global_class_usage_indexed_preview', '1'),
(7594, 644, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7595, 644, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7596, 644, '_elementor_page_settings', 'a:0:{}'),
(7600, 645, '_elementor_global_class_usage_indexed', '1'),
(7602, 645, '_elementor_edit_mode', 'builder'),
(7603, 645, '_elementor_template_type', 'wp-page'),
(7604, 645, '_elementor_version', '4.2.1'),
(7605, 645, '_elementor_pro_version', '4.2.1'),
(7606, 645, '_elementor_global_class_usage_indexed_preview', '1'),
(7607, 645, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7608, 645, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7657, 649, '_wp_page_template', 'elementor_header_footer'),
(7658, 649, '_elementor_global_class_usage_indexed', '1'),
(7660, 649, '_elementor_edit_mode', 'builder'),
(7661, 649, '_elementor_template_type', 'wp-page'),
(7662, 649, '_elementor_version', '4.2.1'),
(7663, 649, '_elementor_pro_version', '4.2.1'),
(7664, 649, '_elementor_global_class_usage_indexed_preview', '1'),
(7665, 649, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7666, 649, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7625, 646, '_elementor_page_settings', 'a:0:{}'),
(7628, 647, '_wp_page_template', 'elementor_header_footer'),
(7629, 647, '_elementor_global_class_usage_indexed', '1'),
(7631, 647, '_elementor_edit_mode', 'builder'),
(7632, 647, '_elementor_template_type', 'wp-page'),
(7633, 647, '_elementor_version', '4.2.1'),
(7634, 647, '_elementor_pro_version', '4.2.1'),
(7635, 647, '_elementor_global_class_usage_indexed_preview', '1'),
(7636, 647, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7637, 647, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#76777747\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7638, 647, '_elementor_page_settings', 'a:0:{}'),
(7641, 648, '_wp_page_template', 'elementor_header_footer'),
(7642, 648, '_elementor_global_class_usage_indexed', '1'),
(7644, 648, '_elementor_edit_mode', 'builder'),
(7645, 648, '_elementor_template_type', 'wp-page'),
(7646, 648, '_elementor_version', '4.2.1'),
(7647, 648, '_elementor_pro_version', '4.2.1'),
(7648, 648, '_elementor_global_class_usage_indexed_preview', '1'),
(7649, 648, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7650, 648, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7702, 652, '_elementor_edit_mode', 'builder'),
(7703, 652, '_elementor_template_type', 'wp-page'),
(7704, 652, '_elementor_version', '4.2.1'),
(7705, 652, '_elementor_pro_version', '4.2.1'),
(7706, 652, '_elementor_global_class_usage_indexed_preview', '1'),
(7707, 652, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7708, 652, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"Yes \\u2014 always. No obligation, no pressure.\"},{\"tab_title\":\"FAQ Question 2\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\"},{\"tab_title\":\"FAQ Question 3\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\"}],\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(7667, 649, '_elementor_page_settings', 'a:0:{}'),
(7670, 650, '_wp_page_template', 'elementor_header_footer'),
(7671, 650, '_elementor_global_class_usage_indexed', '1'),
(7673, 650, '_elementor_edit_mode', 'builder'),
(7674, 650, '_elementor_template_type', 'wp-page'),
(7675, 650, '_elementor_version', '4.2.1'),
(7676, 650, '_elementor_pro_version', '4.2.1'),
(7677, 650, '_elementor_global_class_usage_indexed_preview', '1'),
(7678, 650, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7679, 650, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(7680, 650, '_elementor_page_settings', 'a:0:{}'),
(7683, 651, '_wp_page_template', 'elementor_header_footer'),
(7684, 651, '_elementor_global_class_usage_indexed', '1'),
(7686, 651, '_elementor_edit_mode', 'builder'),
(7687, 651, '_elementor_template_type', 'wp-page'),
(7688, 651, '_elementor_version', '4.2.1'),
(7689, 651, '_elementor_pro_version', '4.2.1'),
(7690, 651, '_elementor_global_class_usage_indexed_preview', '1'),
(7691, 651, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7692, 651, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"Yes \\u2014 always. No obligation, no pressure.\"},{\"tab_title\":\"FAQ Question 2\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\"},{\"tab_title\":\"FAQ Question 3\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\"}],\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(7741, 655, '_wp_page_template', 'elementor_header_footer'),
(7742, 655, '_elementor_global_class_usage_indexed', '1'),
(7744, 655, '_elementor_edit_mode', 'builder'),
(7745, 655, '_elementor_template_type', 'wp-page'),
(7746, 655, '_elementor_version', '4.2.1'),
(7747, 655, '_elementor_pro_version', '4.2.1'),
(7748, 655, '_elementor_global_class_usage_indexed_preview', '1'),
(7749, 655, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7750, 655, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"Yes \\u2014 always. No obligation, no pressure.\"},{\"tab_title\":\"FAQ Question 2\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\"},{\"tab_title\":\"FAQ Question 3\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\"}],\"faq_items_border_color\":\"#1E293B1A\",\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(7709, 652, '_elementor_page_settings', 'a:0:{}'),
(7712, 653, '_wp_page_template', 'elementor_header_footer'),
(7713, 653, '_elementor_global_class_usage_indexed', '1'),
(7715, 653, '_elementor_edit_mode', 'builder'),
(7716, 653, '_elementor_template_type', 'wp-page'),
(7717, 653, '_elementor_version', '4.2.1'),
(7718, 653, '_elementor_pro_version', '4.2.1'),
(7719, 653, '_elementor_global_class_usage_indexed_preview', '1'),
(7720, 653, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7721, 653, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"Yes \\u2014 always. No obligation, no pressure.\"},{\"tab_title\":\"FAQ Question 2\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\"},{\"tab_title\":\"FAQ Question 3\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\"}],\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(7722, 653, '_elementor_page_settings', 'a:0:{}'),
(7725, 654, '_wp_page_template', 'elementor_header_footer'),
(7726, 654, '_elementor_global_class_usage_indexed', '1'),
(7728, 654, '_elementor_edit_mode', 'builder'),
(7729, 654, '_elementor_template_type', 'wp-page'),
(7730, 654, '_elementor_version', '4.2.1'),
(7731, 654, '_elementor_pro_version', '4.2.1'),
(7732, 654, '_elementor_global_class_usage_indexed_preview', '1'),
(7733, 654, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7734, 654, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"Yes \\u2014 always. No obligation, no pressure.\"},{\"tab_title\":\"FAQ Question 2\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\"},{\"tab_title\":\"FAQ Question 3\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\"}],\"faq_items_border_color\":\"#1E293B1A\",\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(7809, 660, '_wp_page_template', 'elementor_header_footer'),
(7783, 658, '_wp_page_template', 'elementor_header_footer'),
(7784, 658, '_elementor_global_class_usage_indexed', '1'),
(7786, 658, '_elementor_edit_mode', 'builder'),
(7787, 658, '_elementor_template_type', 'wp-page'),
(7788, 658, '_elementor_version', '4.2.1'),
(7789, 658, '_elementor_pro_version', '4.2.1'),
(7790, 658, '_elementor_global_class_usage_indexed_preview', '1'),
(7791, 658, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7792, 658, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"We typically schedule within the same week for most jobs. Call for availability.\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"Yes. We carry full liability insurance on all jobs.\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"Yes. We work on both residential and commercial projects of all sizes.\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"Absolutely. We cover everything before we start and clean thoroughly before we leave\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#1E293B1A\",\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(7867, 664, '_wp_page_template', 'elementor_header_footer'),
(7751, 655, '_elementor_page_settings', 'a:0:{}'),
(7754, 656, '_wp_page_template', 'elementor_header_footer'),
(7755, 656, '_elementor_global_class_usage_indexed', '1'),
(7757, 656, '_elementor_edit_mode', 'builder'),
(7758, 656, '_elementor_template_type', 'wp-page'),
(7759, 656, '_elementor_version', '4.2.1'),
(7760, 656, '_elementor_pro_version', '4.2.1'),
(7761, 656, '_elementor_global_class_usage_indexed_preview', '1'),
(7762, 656, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7763, 656, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"Yes \\u2014 always. No obligation, no pressure.\"},{\"tab_title\":\"FAQ Question 2\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\"},{\"tab_title\":\"FAQ Question 3\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\"}],\"faq_items_border_color\":\"#1E293B1A\",\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(7764, 656, '_elementor_page_settings', 'a:0:{}'),
(7767, 657, '_wp_page_template', 'elementor_header_footer'),
(7768, 657, '_elementor_global_class_usage_indexed', '1'),
(7770, 657, '_elementor_edit_mode', 'builder'),
(7771, 657, '_elementor_template_type', 'wp-page'),
(7772, 657, '_elementor_version', '4.2.1'),
(7773, 657, '_elementor_pro_version', '4.2.1'),
(7774, 657, '_elementor_global_class_usage_indexed_preview', '1'),
(7775, 657, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7776, 657, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"We typically schedule within the same week for most jobs. Call for availability.\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"Yes. We carry full liability insurance on all jobs.\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"Yes. We work on both residential and commercial projects of all sizes.\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"Absolutely. We cover everything before we start and clean thoroughly before we leave\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#1E293B1A\",\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(7825, 661, '_wp_page_template', 'elementor_header_footer'),
(7826, 661, '_elementor_global_class_usage_indexed', '1'),
(7828, 661, '_elementor_edit_mode', 'builder'),
(7829, 661, '_elementor_template_type', 'wp-page'),
(7830, 661, '_elementor_version', '4.2.1'),
(7831, 661, '_elementor_pro_version', '4.2.1'),
(7832, 661, '_elementor_global_class_usage_indexed_preview', '1'),
(7833, 661, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7834, 661, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"We typically schedule within the same week for most jobs. Call for availability.\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"Yes. We carry full liability insurance on all jobs.\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"Yes. We work on both residential and commercial projects of all sizes.\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"Absolutely. We cover everything before we start and clean thoroughly before we leave\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(7793, 658, '_elementor_page_settings', 'a:0:{}'),
(7796, 659, '_wp_page_template', 'elementor_header_footer'),
(7797, 659, '_elementor_global_class_usage_indexed', '1'),
(7799, 659, '_elementor_edit_mode', 'builder'),
(7800, 659, '_elementor_template_type', 'wp-page'),
(7801, 659, '_elementor_version', '4.2.1'),
(7802, 659, '_elementor_pro_version', '4.2.1'),
(7803, 659, '_elementor_global_class_usage_indexed_preview', '1'),
(7804, 659, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7805, 659, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"We typically schedule within the same week for most jobs. Call for availability.\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"Yes. We carry full liability insurance on all jobs.\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"Yes. We work on both residential and commercial projects of all sizes.\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"Absolutely. We cover everything before we start and clean thoroughly before we leave\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#1E293B1A\",\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(7806, 659, '_elementor_page_settings', 'a:0:{}'),
(7810, 660, '_elementor_global_class_usage_indexed', '1'),
(7812, 660, '_elementor_edit_mode', 'builder'),
(7813, 660, '_elementor_template_type', 'wp-page'),
(7814, 660, '_elementor_version', '4.2.1'),
(7815, 660, '_elementor_pro_version', '4.2.1'),
(7816, 660, '_elementor_global_class_usage_indexed_preview', '1'),
(7817, 660, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7818, 660, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"We typically schedule within the same week for most jobs. Call for availability.\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"Yes. We carry full liability insurance on all jobs.\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"Yes. We work on both residential and commercial projects of all sizes.\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"Absolutely. We cover everything before we start and clean thoroughly before we leave\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(7868, 664, '_elementor_global_class_usage_indexed', '1'),
(7870, 664, '_elementor_edit_mode', 'builder'),
(7871, 664, '_elementor_template_type', 'wp-page'),
(7872, 664, '_elementor_version', '4.2.1'),
(7873, 664, '_elementor_pro_version', '4.2.1'),
(7874, 664, '_elementor_global_class_usage_indexed_preview', '1'),
(7875, 664, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7876, 664, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"We typically schedule within the same week for most jobs. Call for availability.\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"Yes. We carry full liability insurance on all jobs.\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"Yes. We work on both residential and commercial projects of all sizes.\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"Absolutely. We cover everything before we start and clean thoroughly before we leave\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(7835, 661, '_elementor_page_settings', 'a:0:{}'),
(7838, 662, '_wp_page_template', 'elementor_header_footer'),
(7839, 662, '_elementor_global_class_usage_indexed', '1'),
(7841, 662, '_elementor_edit_mode', 'builder'),
(7842, 662, '_elementor_template_type', 'wp-page'),
(7843, 662, '_elementor_version', '4.2.1'),
(7844, 662, '_elementor_pro_version', '4.2.1'),
(7845, 662, '_elementor_global_class_usage_indexed_preview', '1'),
(7846, 662, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7847, 662, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"We typically schedule within the same week for most jobs. Call for availability.\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"Yes. We carry full liability insurance on all jobs.\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"Yes. We work on both residential and commercial projects of all sizes.\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"Absolutely. We cover everything before we start and clean thoroughly before we leave\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(7848, 662, '_elementor_page_settings', 'a:0:{}'),
(7851, 663, '_wp_page_template', 'elementor_header_footer'),
(7852, 663, '_elementor_global_class_usage_indexed', '1'),
(7854, 663, '_elementor_edit_mode', 'builder'),
(7855, 663, '_elementor_template_type', 'wp-page'),
(7856, 663, '_elementor_version', '4.2.1'),
(7857, 663, '_elementor_pro_version', '4.2.1'),
(7858, 663, '_elementor_global_class_usage_indexed_preview', '1'),
(7859, 663, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7860, 663, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"We typically schedule within the same week for most jobs. Call for availability.\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"Yes. We carry full liability insurance on all jobs.\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"Yes. We work on both residential and commercial projects of all sizes.\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"Absolutely. We cover everything before we start and clean thoroughly before we leave\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(7910, 667, '_wp_page_template', 'elementor_header_footer'),
(7911, 667, '_elementor_global_class_usage_indexed', '1'),
(7913, 667, '_elementor_edit_mode', 'builder'),
(7914, 667, '_elementor_template_type', 'wp-page'),
(7915, 667, '_elementor_version', '4.2.1'),
(7916, 667, '_elementor_pro_version', '4.2.1'),
(7917, 667, '_elementor_global_class_usage_indexed_preview', '1'),
(7918, 667, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7919, 667, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"tamal.devrivo@gmail.com,sujon.devrivo@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"We typically schedule within the same week for most jobs. Call for availability.\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"Yes. We carry full liability insurance on all jobs.\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"Yes. We work on both residential and commercial projects of all sizes.\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"Absolutely. We cover everything before we start and clean thoroughly before we leave\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(9000, 745, '_wp_page_template', 'elementor_header_footer'),
(7877, 664, '_elementor_page_settings', 'a:0:{}'),
(7880, 665, '_wp_page_template', 'elementor_header_footer'),
(7881, 665, '_elementor_global_class_usage_indexed', '1'),
(7883, 665, '_elementor_edit_mode', 'builder'),
(7884, 665, '_elementor_template_type', 'wp-page'),
(7885, 665, '_elementor_version', '4.2.1'),
(7886, 665, '_elementor_pro_version', '4.2.1'),
(7887, 665, '_elementor_global_class_usage_indexed_preview', '1'),
(7888, 665, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7889, 665, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"We typically schedule within the same week for most jobs. Call for availability.\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"Yes. We carry full liability insurance on all jobs.\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"Yes. We work on both residential and commercial projects of all sizes.\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"Absolutely. We cover everything before we start and clean thoroughly before we leave\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(7890, 665, '_elementor_page_settings', 'a:0:{}'),
(7893, 666, '_wp_page_template', 'elementor_header_footer'),
(7894, 666, '_elementor_global_class_usage_indexed', '1'),
(7896, 666, '_elementor_edit_mode', 'builder'),
(7897, 666, '_elementor_template_type', 'wp-page'),
(7898, 666, '_elementor_version', '4.2.1'),
(7899, 666, '_elementor_pro_version', '4.2.1'),
(7900, 666, '_elementor_global_class_usage_indexed_preview', '1'),
(7901, 666, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7902, 666, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"tamal.devrivo@gmail.com,sujon.devrivo@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"We typically schedule within the same week for most jobs. Call for availability.\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"Yes. We carry full liability insurance on all jobs.\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"Yes. We work on both residential and commercial projects of all sizes.\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"Absolutely. We cover everything before we start and clean thoroughly before we leave\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(7952, 670, '_wp_page_template', 'elementor_header_footer'),
(7953, 670, '_elementor_global_class_usage_indexed', '1'),
(7955, 670, '_elementor_edit_mode', 'builder'),
(7956, 670, '_elementor_template_type', 'wp-page'),
(7957, 670, '_elementor_version', '4.2.1'),
(7958, 670, '_elementor_pro_version', '4.2.1'),
(7959, 670, '_elementor_global_class_usage_indexed_preview', '1'),
(7960, 670, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7961, 670, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"tamal.devrivo@gmail.com,sujon.devrivo@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"We typically schedule within the same week for most jobs. Call for availability.\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"Yes. We carry full liability insurance on all jobs.\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"Yes. We work on both residential and commercial projects of all sizes.\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"Absolutely. We cover everything before we start and clean thoroughly before we leave\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(7909, 19, '__elementor_forms_snapshot', '[{\"id\":\"31896572\",\"name\":\"Contact Us\",\"fields\":[{\"id\":\"name\",\"type\":\"text\",\"label\":\"First Name\"},{\"id\":\"email\",\"type\":\"email\",\"label\":\"Email\"},{\"id\":\"field_090211c\",\"type\":\"tel\",\"label\":\"Phone Number\"},{\"id\":\"field_bbd3272\",\"type\":\"select\",\"label\":\"What do you need?\",\"options\":[\"Repair\",\"Installation\",\"Ceiling \\/\",\"Water Damage \",\"Not Sure\"],\"is_multiple\":false},{\"id\":\"message\",\"type\":\"textarea\",\"label\":\"Message\"}]}]'),
(7920, 667, '_elementor_page_settings', 'a:0:{}'),
(7923, 668, '_wp_page_template', 'elementor_header_footer'),
(7924, 668, '_elementor_global_class_usage_indexed', '1'),
(7926, 668, '_elementor_edit_mode', 'builder'),
(7927, 668, '_elementor_template_type', 'wp-page'),
(7928, 668, '_elementor_version', '4.2.1'),
(7929, 668, '_elementor_pro_version', '4.2.1'),
(7930, 668, '_elementor_global_class_usage_indexed_preview', '1'),
(7931, 668, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7932, 668, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"tamal.devrivo@gmail.com,sujon.devrivo@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"We typically schedule within the same week for most jobs. Call for availability.\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"Yes. We carry full liability insurance on all jobs.\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"Yes. We work on both residential and commercial projects of all sizes.\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"Absolutely. We cover everything before we start and clean thoroughly before we leave\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(7933, 668, '_elementor_page_settings', 'a:0:{}'),
(7936, 669, '_wp_page_template', 'elementor_header_footer'),
(7937, 669, '_elementor_global_class_usage_indexed', '1'),
(7939, 669, '_elementor_edit_mode', 'builder'),
(7940, 669, '_elementor_template_type', 'wp-page'),
(7941, 669, '_elementor_version', '4.2.1'),
(7942, 669, '_elementor_pro_version', '4.2.1'),
(7943, 669, '_elementor_global_class_usage_indexed_preview', '1'),
(7944, 669, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7945, 669, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"tamal.devrivo@gmail.com,sujon.devrivo@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"We typically schedule within the same week for most jobs. Call for availability.\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"Yes. We carry full liability insurance on all jobs.\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"Yes. We work on both residential and commercial projects of all sizes.\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"Absolutely. We cover everything before we start and clean thoroughly before we leave\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(8020, 675, '_wp_page_template', 'elementor_header_footer'),
(7994, 673, '_wp_page_template', 'elementor_header_footer'),
(7995, 673, '_elementor_global_class_usage_indexed', '1'),
(7997, 673, '_elementor_edit_mode', 'builder'),
(7998, 673, '_elementor_template_type', 'wp-page'),
(7999, 673, '_elementor_version', '4.2.1'),
(8000, 673, '_elementor_pro_version', '4.2.1'),
(8001, 673, '_elementor_global_class_usage_indexed_preview', '1'),
(8002, 673, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8003, 673, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"tamal.devrivo@gmail.com,sujon.devrivo@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(9001, 745, '_elementor_global_class_usage_indexed', '1'),
(9003, 745, '_elementor_edit_mode', 'builder'),
(7962, 670, '_elementor_page_settings', 'a:0:{}'),
(7965, 671, '_wp_page_template', 'elementor_header_footer'),
(7966, 671, '_elementor_global_class_usage_indexed', '1'),
(7968, 671, '_elementor_edit_mode', 'builder'),
(7969, 671, '_elementor_template_type', 'wp-page'),
(7970, 671, '_elementor_version', '4.2.1'),
(7971, 671, '_elementor_pro_version', '4.2.1'),
(7972, 671, '_elementor_global_class_usage_indexed_preview', '1'),
(7973, 671, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(7974, 671, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"tamal.devrivo@gmail.com,sujon.devrivo@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"We typically schedule within the same week for most jobs. Call for availability.\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"Yes. We carry full liability insurance on all jobs.\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"Yes. We work on both residential and commercial projects of all sizes.\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"Absolutely. We cover everything before we start and clean thoroughly before we leave\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(7975, 671, '_elementor_page_settings', 'a:0:{}'),
(7978, 672, '_wp_page_template', 'elementor_header_footer'),
(7979, 672, '_elementor_global_class_usage_indexed', '1'),
(7981, 672, '_elementor_edit_mode', 'builder'),
(7982, 672, '_elementor_template_type', 'wp-page'),
(7983, 672, '_elementor_version', '4.2.1'),
(7984, 672, '_elementor_pro_version', '4.2.1'),
(7985, 672, '_elementor_global_class_usage_indexed_preview', '1'),
(7986, 672, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7987, 672, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"tamal.devrivo@gmail.com,sujon.devrivo@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(8036, 676, '_wp_page_template', 'elementor_header_footer'),
(8037, 676, '_elementor_global_class_usage_indexed', '1'),
(8039, 676, '_elementor_edit_mode', 'builder'),
(8040, 676, '_elementor_template_type', 'wp-page'),
(8041, 676, '_elementor_version', '4.2.1'),
(8042, 676, '_elementor_pro_version', '4.2.1'),
(8043, 676, '_elementor_global_class_usage_indexed_preview', '1'),
(8044, 676, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8045, 676, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(8004, 673, '_elementor_page_settings', 'a:0:{}'),
(8007, 674, '_wp_page_template', 'elementor_header_footer'),
(8008, 674, '_elementor_global_class_usage_indexed', '1'),
(8010, 674, '_elementor_edit_mode', 'builder'),
(8011, 674, '_elementor_template_type', 'wp-page'),
(8012, 674, '_elementor_version', '4.2.1'),
(8013, 674, '_elementor_pro_version', '4.2.1'),
(8014, 674, '_elementor_global_class_usage_indexed_preview', '1'),
(8015, 674, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8016, 674, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"tamal.devrivo@gmail.com,sujon.devrivo@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(8017, 674, '_elementor_page_settings', 'a:0:{}'),
(8021, 675, '_elementor_global_class_usage_indexed', '1'),
(8023, 675, '_elementor_edit_mode', 'builder'),
(8024, 675, '_elementor_template_type', 'wp-page'),
(8025, 675, '_elementor_version', '4.2.1'),
(8026, 675, '_elementor_pro_version', '4.2.1'),
(8027, 675, '_elementor_global_class_usage_indexed_preview', '1'),
(8028, 675, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8029, 675, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(8078, 679, '_wp_page_template', 'elementor_header_footer'),
(8079, 679, '_elementor_global_class_usage_indexed', '1'),
(8081, 679, '_elementor_edit_mode', 'builder'),
(8082, 679, '_elementor_template_type', 'wp-page'),
(8083, 679, '_elementor_version', '4.2.1'),
(8084, 679, '_elementor_pro_version', '4.2.1'),
(8085, 679, '_elementor_global_class_usage_indexed_preview', '1'),
(8086, 679, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8087, 679, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(8046, 676, '_elementor_page_settings', 'a:0:{}'),
(8049, 677, '_wp_page_template', 'elementor_header_footer'),
(8050, 677, '_elementor_global_class_usage_indexed', '1'),
(8052, 677, '_elementor_edit_mode', 'builder'),
(8053, 677, '_elementor_template_type', 'wp-page'),
(8054, 677, '_elementor_version', '4.2.1'),
(8055, 677, '_elementor_pro_version', '4.2.1'),
(8056, 677, '_elementor_global_class_usage_indexed_preview', '1'),
(8057, 677, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8058, 677, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(8059, 677, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8449, 705, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8062, 678, '_wp_page_template', 'elementor_header_footer'),
(8063, 678, '_elementor_global_class_usage_indexed', '1'),
(8065, 678, '_elementor_edit_mode', 'builder'),
(8066, 678, '_elementor_template_type', 'wp-page'),
(8067, 678, '_elementor_version', '4.2.1'),
(8068, 678, '_elementor_pro_version', '4.2.1'),
(8069, 678, '_elementor_global_class_usage_indexed_preview', '1'),
(8070, 678, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8071, 678, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(8146, 684, '_wp_page_template', 'elementor_header_footer'),
(8120, 682, '_wp_page_template', 'elementor_header_footer'),
(8121, 682, '_elementor_global_class_usage_indexed', '1'),
(8123, 682, '_elementor_edit_mode', 'builder'),
(8124, 682, '_elementor_template_type', 'wp-page'),
(8125, 682, '_elementor_version', '4.2.1'),
(8126, 682, '_elementor_pro_version', '4.2.1'),
(8127, 682, '_elementor_global_class_usage_indexed_preview', '1'),
(8128, 682, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8129, 682, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290px\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/ifr\\r\\name>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8372, 700, '_wp_page_template', 'elementor_header_footer'),
(8373, 700, '_elementor_global_class_usage_indexed', '1'),
(8375, 700, '_elementor_edit_mode', 'builder'),
(8376, 700, '_elementor_template_type', 'wp-page'),
(8088, 679, '_elementor_page_settings', 'a:0:{}'),
(8091, 680, '_wp_page_template', 'elementor_header_footer'),
(8092, 680, '_elementor_global_class_usage_indexed', '1'),
(8094, 680, '_elementor_edit_mode', 'builder'),
(8095, 680, '_elementor_template_type', 'wp-page'),
(8096, 680, '_elementor_version', '4.2.1'),
(8097, 680, '_elementor_pro_version', '4.2.1'),
(8098, 680, '_elementor_global_class_usage_indexed_preview', '1'),
(8099, 680, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8100, 680, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false}]'),
(8101, 680, '_elementor_page_settings', 'a:0:{}'),
(8443, 705, '_elementor_edit_mode', 'builder'),
(8444, 705, '_elementor_template_type', 'wp-page'),
(8445, 705, '_elementor_version', '4.2.1'),
(8446, 705, '_elementor_pro_version', '4.2.1'),
(8447, 705, '_elementor_global_class_usage_indexed_preview', '1'),
(8448, 705, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8104, 681, '_wp_page_template', 'elementor_header_footer'),
(8105, 681, '_elementor_global_class_usage_indexed', '1'),
(8107, 681, '_elementor_edit_mode', 'builder'),
(8108, 681, '_elementor_template_type', 'wp-page'),
(8109, 681, '_elementor_version', '4.2.1'),
(8110, 681, '_elementor_pro_version', '4.2.1'),
(8111, 681, '_elementor_global_class_usage_indexed_preview', '1'),
(8112, 681, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8113, 681, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290px\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/ifr\\r\\name>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8188, 687, '_wp_page_template', 'elementor_header_footer'),
(8162, 685, '_wp_page_template', 'elementor_header_footer'),
(8163, 685, '_elementor_global_class_usage_indexed', '1'),
(8165, 685, '_elementor_edit_mode', 'builder'),
(8166, 685, '_elementor_template_type', 'wp-page'),
(8167, 685, '_elementor_version', '4.2.1'),
(8168, 685, '_elementor_pro_version', '4.2.1'),
(8169, 685, '_elementor_global_class_usage_indexed_preview', '1'),
(8170, 685, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8171, 685, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290px\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/ifr\\r\\name>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8246, 691, '_wp_page_template', 'elementor_header_footer'),
(8247, 691, '_elementor_global_class_usage_indexed', '1'),
(9004, 745, '_elementor_template_type', 'wp-page'),
(9005, 745, '_elementor_version', '4.2.1'),
(9006, 745, '_elementor_pro_version', '4.2.1'),
(9007, 745, '_elementor_global_class_usage_indexed_preview', '1'),
(9008, 745, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8130, 682, '_elementor_page_settings', 'a:0:{}'),
(8133, 683, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8134, 683, '_elementor_global_class_usage_indexed', '1'),
(8136, 683, '_elementor_edit_mode', 'builder'),
(8137, 683, '_elementor_template_type', 'wp-page'),
(8138, 683, '_elementor_version', '4.2.1'),
(8139, 683, '_elementor_pro_version', '4.2.1'),
(8140, 683, '_elementor_global_class_usage_indexed_preview', '1'),
(8141, 683, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8142, 683, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290px\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/ifr\\r\\name>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8143, 683, '_elementor_page_settings', 'a:0:{}'),
(8147, 684, '_elementor_global_class_usage_indexed', '1'),
(8149, 684, '_elementor_edit_mode', 'builder'),
(8150, 684, '_elementor_template_type', 'wp-page'),
(8151, 684, '_elementor_version', '4.2.1'),
(8152, 684, '_elementor_pro_version', '4.2.1'),
(8153, 684, '_elementor_global_class_usage_indexed_preview', '1'),
(8154, 684, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8155, 684, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290px\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/ifr\\r\\name>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8204, 688, '_wp_page_template', 'elementor_header_footer'),
(8205, 688, '_elementor_global_class_usage_indexed', '1'),
(8207, 688, '_elementor_edit_mode', 'builder'),
(8208, 688, '_elementor_template_type', 'wp-page');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8209, 688, '_elementor_version', '4.2.1'),
(8210, 688, '_elementor_pro_version', '4.2.1'),
(8211, 688, '_elementor_global_class_usage_indexed_preview', '1'),
(8212, 688, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8213, 688, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/ifr\\r\\name>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8172, 685, '_elementor_page_settings', 'a:0:{}'),
(8175, 686, '_wp_page_template', 'elementor_header_footer'),
(8176, 686, '_elementor_global_class_usage_indexed', '1'),
(8178, 686, '_elementor_edit_mode', 'builder'),
(8179, 686, '_elementor_template_type', 'wp-page'),
(8180, 686, '_elementor_version', '4.2.1'),
(8181, 686, '_elementor_pro_version', '4.2.1'),
(8182, 686, '_elementor_global_class_usage_indexed_preview', '1'),
(8183, 686, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8184, 686, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290px\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/ifr\\r\\name>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8185, 686, '_elementor_page_settings', 'a:0:{}'),
(8189, 687, '_elementor_global_class_usage_indexed', '1'),
(8191, 687, '_elementor_edit_mode', 'builder'),
(8192, 687, '_elementor_template_type', 'wp-page'),
(8193, 687, '_elementor_version', '4.2.1'),
(8194, 687, '_elementor_pro_version', '4.2.1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8195, 687, '_elementor_global_class_usage_indexed_preview', '1'),
(8196, 687, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8197, 687, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/ifr\\r\\name>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8272, 693, '_wp_page_template', 'elementor_header_footer'),
(8249, 691, '_elementor_edit_mode', 'builder'),
(8250, 691, '_elementor_template_type', 'wp-page'),
(8251, 691, '_elementor_version', '4.2.1'),
(8252, 691, '_elementor_pro_version', '4.2.1'),
(8253, 691, '_elementor_global_class_usage_indexed_preview', '1'),
(8254, 691, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8255, 691, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"},{\"id\":\"bdb2c03\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"Item #1\",\"_id\":\"75eb0b5\"},{\"item_title\":\"Item #2\",\"_id\":\"bd3aeac\"},{\"item_title\":\"Item #3\",\"_id\":\"1cdb35b\"}],\"pp_display_conditions\":[{\"_id\":\"c7a2450\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"83f1ce3\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f91256\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d11d7\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d8ff77b\"}],\"pp_display_conditions\":[{\"_id\":\"cafd898\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"a347cd6\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d20c348\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c9918f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aa62f86\"}],\"pp_display_conditions\":[{\"_id\":\"f7b5b90\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"1811198\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7793127\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fee0963\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e208d1\"}],\"pp_display_conditions\":[{\"_id\":\"7733627\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/ifr\\r\\name>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8214, 688, '_elementor_page_settings', 'a:0:{}'),
(8217, 689, '_wp_page_template', 'elementor_header_footer'),
(8218, 689, '_elementor_global_class_usage_indexed', '1'),
(8220, 689, '_elementor_edit_mode', 'builder'),
(8221, 689, '_elementor_template_type', 'wp-page'),
(8222, 689, '_elementor_version', '4.2.1'),
(8223, 689, '_elementor_pro_version', '4.2.1'),
(8224, 689, '_elementor_global_class_usage_indexed_preview', '1'),
(8225, 689, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8226, 689, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/ifr\\r\\name>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8227, 689, '_elementor_page_settings', 'a:0:{}'),
(8314, 696, '_wp_page_template', 'elementor_header_footer'),
(8315, 696, '_elementor_global_class_usage_indexed', '1'),
(8317, 696, '_elementor_edit_mode', 'builder'),
(8318, 696, '_elementor_template_type', 'wp-page'),
(8319, 696, '_elementor_version', '4.2.1'),
(8320, 696, '_elementor_pro_version', '4.2.1'),
(8321, 696, '_elementor_global_class_usage_indexed_preview', '1'),
(8322, 696, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8323, 696, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8230, 690, '_wp_page_template', 'elementor_header_footer'),
(8231, 690, '_elementor_global_class_usage_indexed', '1'),
(8233, 690, '_elementor_edit_mode', 'builder'),
(8234, 690, '_elementor_template_type', 'wp-page'),
(8235, 690, '_elementor_version', '4.2.1'),
(8236, 690, '_elementor_pro_version', '4.2.1'),
(8237, 690, '_elementor_global_class_usage_indexed_preview', '1'),
(8238, 690, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8239, 690, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"},{\"id\":\"bdb2c03\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"Item #1\",\"_id\":\"75eb0b5\"},{\"item_title\":\"Item #2\",\"_id\":\"bd3aeac\"},{\"item_title\":\"Item #3\",\"_id\":\"1cdb35b\"}],\"pp_display_conditions\":[{\"_id\":\"c7a2450\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"83f1ce3\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f91256\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d11d7\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d8ff77b\"}],\"pp_display_conditions\":[{\"_id\":\"cafd898\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"a347cd6\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d20c348\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c9918f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aa62f86\"}],\"pp_display_conditions\":[{\"_id\":\"f7b5b90\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"1811198\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7793127\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fee0963\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e208d1\"}],\"pp_display_conditions\":[{\"_id\":\"7733627\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/ifr\\r\\name>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8288, 694, '_wp_page_template', 'elementor_header_footer'),
(8289, 694, '_elementor_global_class_usage_indexed', '1'),
(8291, 694, '_elementor_edit_mode', 'builder'),
(8292, 694, '_elementor_template_type', 'wp-page'),
(8293, 694, '_elementor_version', '4.2.1'),
(8294, 694, '_elementor_pro_version', '4.2.1'),
(8295, 694, '_elementor_global_class_usage_indexed_preview', '1'),
(8296, 694, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8297, 694, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"},{\"id\":\"bdb2c03\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"Item #1\",\"_id\":\"75eb0b5\"},{\"item_title\":\"Item #2\",\"_id\":\"bd3aeac\"},{\"item_title\":\"Item #3\",\"_id\":\"1cdb35b\"}],\"pp_display_conditions\":[{\"_id\":\"c7a2450\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"83f1ce3\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f91256\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d11d7\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d8ff77b\"}],\"pp_display_conditions\":[{\"_id\":\"cafd898\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"a347cd6\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d20c348\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c9918f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aa62f86\"}],\"pp_display_conditions\":[{\"_id\":\"f7b5b90\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"1811198\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7793127\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fee0963\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e208d1\"}],\"pp_display_conditions\":[{\"_id\":\"7733627\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/ifr\\r\\name>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8377, 700, '_elementor_version', '4.2.1'),
(8378, 700, '_elementor_pro_version', '4.2.1'),
(8379, 700, '_elementor_global_class_usage_indexed_preview', '1'),
(8380, 700, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8381, 700, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/ifr\\r\\name>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8256, 691, '_elementor_page_settings', 'a:0:{}'),
(8259, 692, '_wp_page_template', 'elementor_header_footer'),
(8260, 692, '_elementor_global_class_usage_indexed', '1'),
(8262, 692, '_elementor_edit_mode', 'builder'),
(8263, 692, '_elementor_template_type', 'wp-page'),
(8264, 692, '_elementor_version', '4.2.1'),
(8265, 692, '_elementor_pro_version', '4.2.1'),
(8266, 692, '_elementor_global_class_usage_indexed_preview', '1'),
(8267, 692, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8268, 692, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"},{\"id\":\"bdb2c03\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"Item #1\",\"_id\":\"75eb0b5\"},{\"item_title\":\"Item #2\",\"_id\":\"bd3aeac\"},{\"item_title\":\"Item #3\",\"_id\":\"1cdb35b\"}],\"pp_display_conditions\":[{\"_id\":\"c7a2450\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"83f1ce3\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f91256\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d11d7\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d8ff77b\"}],\"pp_display_conditions\":[{\"_id\":\"cafd898\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"a347cd6\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d20c348\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c9918f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aa62f86\"}],\"pp_display_conditions\":[{\"_id\":\"f7b5b90\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"1811198\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7793127\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fee0963\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e208d1\"}],\"pp_display_conditions\":[{\"_id\":\"7733627\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/ifr\\r\\name>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8269, 692, '_elementor_page_settings', 'a:0:{}'),
(8273, 693, '_elementor_global_class_usage_indexed', '1'),
(8275, 693, '_elementor_edit_mode', 'builder'),
(8276, 693, '_elementor_template_type', 'wp-page'),
(8277, 693, '_elementor_version', '4.2.1'),
(8278, 693, '_elementor_pro_version', '4.2.1'),
(8279, 693, '_elementor_global_class_usage_indexed_preview', '1'),
(8280, 693, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8281, 693, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"},{\"id\":\"bdb2c03\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"Item #1\",\"_id\":\"75eb0b5\"},{\"item_title\":\"Item #2\",\"_id\":\"bd3aeac\"},{\"item_title\":\"Item #3\",\"_id\":\"1cdb35b\"}],\"pp_display_conditions\":[{\"_id\":\"c7a2450\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"83f1ce3\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f91256\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d11d7\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d8ff77b\"}],\"pp_display_conditions\":[{\"_id\":\"cafd898\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"a347cd6\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d20c348\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c9918f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aa62f86\"}],\"pp_display_conditions\":[{\"_id\":\"f7b5b90\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"1811198\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7793127\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fee0963\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e208d1\"}],\"pp_display_conditions\":[{\"_id\":\"7733627\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/ifr\\r\\name>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8330, 697, '_wp_page_template', 'elementor_header_footer'),
(8331, 697, '_elementor_global_class_usage_indexed', '1'),
(8333, 697, '_elementor_edit_mode', 'builder'),
(8334, 697, '_elementor_template_type', 'wp-page'),
(8335, 697, '_elementor_version', '4.2.1'),
(8336, 697, '_elementor_pro_version', '4.2.1'),
(8337, 697, '_elementor_global_class_usage_indexed_preview', '1'),
(8338, 697, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8339, 697, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9009, 745, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8298, 694, '_elementor_page_settings', 'a:0:{}'),
(8301, 695, '_wp_page_template', 'elementor_header_footer'),
(8302, 695, '_elementor_global_class_usage_indexed', '1'),
(8304, 695, '_elementor_edit_mode', 'builder'),
(8305, 695, '_elementor_template_type', 'wp-page'),
(8306, 695, '_elementor_version', '4.2.1'),
(8307, 695, '_elementor_pro_version', '4.2.1'),
(8308, 695, '_elementor_global_class_usage_indexed_preview', '1'),
(8309, 695, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8310, 695, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"},{\"id\":\"bdb2c03\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"Item #1\",\"_id\":\"75eb0b5\"},{\"item_title\":\"Item #2\",\"_id\":\"bd3aeac\"},{\"item_title\":\"Item #3\",\"_id\":\"1cdb35b\"}],\"pp_display_conditions\":[{\"_id\":\"c7a2450\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[{\"id\":\"83f1ce3\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f91256\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d11d7\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d8ff77b\"}],\"pp_display_conditions\":[{\"_id\":\"cafd898\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"a347cd6\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d20c348\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c9918f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"aa62f86\"}],\"pp_display_conditions\":[{\"_id\":\"f7b5b90\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"1811198\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7793127\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fee0963\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e208d1\"}],\"pp_display_conditions\":[{\"_id\":\"7733627\"}]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/ifr\\r\\name>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8311, 695, '_elementor_page_settings', 'a:0:{}'),
(8398, 702, '_wp_page_template', 'elementor_header_footer'),
(8340, 697, '_elementor_page_settings', 'a:0:{}'),
(8343, 698, '_wp_page_template', 'elementor_header_footer'),
(8344, 698, '_elementor_global_class_usage_indexed', '1'),
(8346, 698, '_elementor_edit_mode', 'builder'),
(8347, 698, '_elementor_template_type', 'wp-page'),
(8348, 698, '_elementor_version', '4.2.1'),
(8349, 698, '_elementor_pro_version', '4.2.1'),
(8350, 698, '_elementor_global_class_usage_indexed_preview', '1'),
(8351, 698, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8352, 698, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8353, 698, '_elementor_page_settings', 'a:0:{}'),
(8440, 705, '_wp_page_template', 'elementor_header_footer'),
(8441, 705, '_elementor_global_class_usage_indexed', '1'),
(8356, 699, '_wp_page_template', 'elementor_header_footer'),
(8357, 699, '_elementor_global_class_usage_indexed', '1'),
(8359, 699, '_elementor_edit_mode', 'builder'),
(8360, 699, '_elementor_template_type', 'wp-page'),
(8361, 699, '_elementor_version', '4.2.1'),
(8362, 699, '_elementor_pro_version', '4.2.1'),
(8363, 699, '_elementor_global_class_usage_indexed_preview', '1'),
(8364, 699, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8365, 699, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/ifr\\r\\name>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8414, 703, '_wp_page_template', 'elementor_header_footer'),
(8415, 703, '_elementor_global_class_usage_indexed', '1'),
(8417, 703, '_elementor_edit_mode', 'builder'),
(8418, 703, '_elementor_template_type', 'wp-page'),
(8419, 703, '_elementor_version', '4.2.1'),
(8420, 703, '_elementor_pro_version', '4.2.1'),
(8421, 703, '_elementor_global_class_usage_indexed_preview', '1'),
(8422, 703, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8423, 703, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8382, 700, '_elementor_page_settings', 'a:0:{}'),
(8385, 701, '_wp_page_template', 'elementor_header_footer'),
(8386, 701, '_elementor_global_class_usage_indexed', '1'),
(8388, 701, '_elementor_edit_mode', 'builder'),
(8389, 701, '_elementor_template_type', 'wp-page'),
(8390, 701, '_elementor_version', '4.2.1'),
(8391, 701, '_elementor_pro_version', '4.2.1'),
(8392, 701, '_elementor_global_class_usage_indexed_preview', '1'),
(8393, 701, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8394, 701, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/ifr\\r\\name>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8395, 701, '_elementor_page_settings', 'a:0:{}'),
(8399, 702, '_elementor_global_class_usage_indexed', '1'),
(8401, 702, '_elementor_edit_mode', 'builder'),
(8402, 702, '_elementor_template_type', 'wp-page'),
(8403, 702, '_elementor_version', '4.2.1'),
(8404, 702, '_elementor_pro_version', '4.2.1'),
(8405, 702, '_elementor_global_class_usage_indexed_preview', '1'),
(8406, 702, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8407, 702, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8792, 730, '_wp_page_template', 'elementor_header_footer'),
(8793, 730, '_elementor_global_class_usage_indexed', '1'),
(8795, 730, '_elementor_edit_mode', 'builder'),
(8796, 730, '_elementor_template_type', 'wp-page'),
(8797, 730, '_elementor_version', '4.2.1'),
(8798, 730, '_elementor_pro_version', '4.2.1'),
(8799, 730, '_elementor_global_class_usage_indexed_preview', '1'),
(8800, 730, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8801, 730, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8424, 703, '_elementor_page_settings', 'a:0:{}'),
(8427, 704, '_wp_page_template', 'elementor_header_footer'),
(8428, 704, '_elementor_global_class_usage_indexed', '1'),
(8430, 704, '_elementor_edit_mode', 'builder'),
(8431, 704, '_elementor_template_type', 'wp-page'),
(8432, 704, '_elementor_version', '4.2.1'),
(8433, 704, '_elementor_pro_version', '4.2.1'),
(8434, 704, '_elementor_global_class_usage_indexed_preview', '1'),
(8435, 704, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8436, 704, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a5cf4de\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8437, 704, '_elementor_page_settings', 'a:0:{}'),
(8456, 25, '_elementor_edit_mode', 'builder'),
(8457, 25, '_astra_content_layout_flag', 'disabled'),
(8458, 25, 'ast-title-bar-display', 'disabled'),
(8459, 25, '_elementor_template_type', 'wp-page'),
(8460, 25, '_elementor_version', '4.2.1'),
(8461, 25, '_elementor_pro_version', '4.2.1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8483, 25, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7191a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"f3a9c56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8463, 25, '_elementor_global_class_usage_indexed_preview', '1'),
(8464, 25, '_elementor_migrations_state_d2a1', '4.2.2:4.2.1:7648e729aae38c0825752571ace57347'),
(8465, 706, '_wp_page_template', 'elementor_header_footer'),
(8466, 706, '_elementor_global_class_usage_indexed', '1'),
(8467, 706, '_elementor_edit_mode', 'builder'),
(8468, 706, '_elementor_template_type', 'wp-page'),
(8469, 706, '_elementor_version', '4.2.1'),
(8470, 706, '_elementor_pro_version', '4.2.1'),
(8471, 706, '_elementor_page_settings', 'a:0:{}'),
(8472, 706, '_elementor_global_class_usage_indexed_preview', '1'),
(8473, 706, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8474, 707, '_wp_page_template', 'elementor_header_footer'),
(8475, 707, '_elementor_global_class_usage_indexed', '1'),
(8476, 707, '_elementor_edit_mode', 'builder'),
(8477, 707, '_elementor_template_type', 'wp-page'),
(8478, 707, '_elementor_version', '4.2.1'),
(8479, 707, '_elementor_pro_version', '4.2.1'),
(8480, 707, '_elementor_page_settings', 'a:0:{}'),
(8481, 707, '_elementor_global_class_usage_indexed_preview', '1'),
(8482, 707, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8484, 708, '_wp_page_template', 'elementor_header_footer'),
(8485, 708, '_elementor_global_class_usage_indexed', '1'),
(8486, 708, '_elementor_edit_mode', 'builder'),
(8487, 708, '_elementor_template_type', 'wp-page'),
(8488, 708, '_elementor_version', '4.2.1'),
(8489, 708, '_elementor_pro_version', '4.2.1'),
(8490, 708, '_elementor_global_class_usage_indexed_preview', '1'),
(8491, 708, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8492, 708, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#4DBFB891\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#4DBFB84A\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#4DBFB847\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(8498, 709, '_wp_page_template', 'elementor_header_footer'),
(8499, 709, '_elementor_global_class_usage_indexed', '1'),
(8500, 709, '_elementor_edit_mode', 'builder'),
(8501, 709, '_elementor_template_type', 'wp-page'),
(8502, 709, '_elementor_version', '4.2.1'),
(8503, 709, '_elementor_pro_version', '4.2.1'),
(8504, 709, '_elementor_global_class_usage_indexed_preview', '1'),
(8505, 709, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8506, 709, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#4DBFB891\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#4DBFB84A\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#4DBFB847\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(8750, 727, '_wp_page_template', 'elementor_header_footer'),
(8751, 727, '_elementor_global_class_usage_indexed', '1'),
(8566, 714, '_wp_page_template', 'elementor_header_footer'),
(8540, 712, '_wp_page_template', 'elementor_header_footer'),
(8541, 712, '_elementor_global_class_usage_indexed', '1'),
(8542, 712, '_elementor_edit_mode', 'builder'),
(8543, 712, '_elementor_template_type', 'wp-page'),
(8544, 712, '_elementor_version', '4.2.1'),
(8545, 712, '_elementor_pro_version', '4.2.1'),
(8546, 712, '_elementor_global_class_usage_indexed_preview', '1'),
(8547, 712, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8548, 712, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#4DBFB891\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#4DBFB847\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b8991c\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#4DBFB8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0b84cc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dd3be16\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"12fc72d\"}],\"pp_display_conditions\":[{\"_id\":\"cbbd316\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"isInner\":false}]'),
(8508, 709, '_elementor_page_settings', 'a:0:{}'),
(8511, 710, '_wp_page_template', 'elementor_header_footer'),
(8512, 710, '_elementor_global_class_usage_indexed', '1'),
(8513, 710, '_elementor_edit_mode', 'builder'),
(8514, 710, '_elementor_template_type', 'wp-page'),
(8515, 710, '_elementor_version', '4.2.1'),
(8516, 710, '_elementor_pro_version', '4.2.1'),
(8517, 710, '_elementor_global_class_usage_indexed_preview', '1'),
(8518, 710, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8519, 710, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#4DBFB891\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#4DBFB84A\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#4DBFB847\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(8521, 710, '_elementor_page_settings', 'a:0:{}'),
(8692, 723, '_wp_page_template', 'elementor_header_footer'),
(8693, 723, '_elementor_global_class_usage_indexed', '1'),
(8694, 723, '_elementor_edit_mode', 'builder'),
(8695, 723, '_elementor_template_type', 'wp-page'),
(8696, 723, '_elementor_version', '4.2.1'),
(8697, 723, '_elementor_pro_version', '4.2.1'),
(8524, 711, '_wp_page_template', 'elementor_header_footer'),
(8525, 711, '_elementor_global_class_usage_indexed', '1'),
(8526, 711, '_elementor_edit_mode', 'builder'),
(8527, 711, '_elementor_template_type', 'wp-page'),
(8528, 711, '_elementor_version', '4.2.1'),
(8529, 711, '_elementor_pro_version', '4.2.1'),
(8530, 711, '_elementor_global_class_usage_indexed_preview', '1'),
(8531, 711, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8532, 711, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#4DBFB891\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#4DBFB847\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b8991c\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#4DBFB8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0b84cc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dd3be16\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"12fc72d\"}],\"pp_display_conditions\":[{\"_id\":\"cbbd316\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"isInner\":false}]'),
(8608, 717, '_wp_page_template', 'elementor_header_footer'),
(8582, 715, '_wp_page_template', 'elementor_header_footer'),
(8583, 715, '_elementor_global_class_usage_indexed', '1'),
(8584, 715, '_elementor_edit_mode', 'builder'),
(8585, 715, '_elementor_template_type', 'wp-page'),
(8586, 715, '_elementor_version', '4.2.1'),
(8587, 715, '_elementor_pro_version', '4.2.1'),
(8588, 715, '_elementor_global_class_usage_indexed_preview', '1'),
(8589, 715, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8590, 715, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#4DBFB8C7\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#4DBFB847\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b8991c\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#4DBFB8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0b84cc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dd3be16\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"12fc72d\"}],\"pp_display_conditions\":[{\"_id\":\"cbbd316\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"isInner\":false}]'),
(8752, 727, '_elementor_edit_mode', 'builder'),
(8753, 727, '_elementor_template_type', 'wp-page'),
(8754, 727, '_elementor_version', '4.2.1'),
(8755, 727, '_elementor_pro_version', '4.2.1'),
(8756, 727, '_elementor_global_class_usage_indexed_preview', '1'),
(8550, 712, '_elementor_page_settings', 'a:0:{}'),
(8553, 713, '_wp_page_template', 'elementor_header_footer'),
(8554, 713, '_elementor_global_class_usage_indexed', '1'),
(8555, 713, '_elementor_edit_mode', 'builder'),
(8556, 713, '_elementor_template_type', 'wp-page'),
(8557, 713, '_elementor_version', '4.2.1'),
(8558, 713, '_elementor_pro_version', '4.2.1'),
(8559, 713, '_elementor_global_class_usage_indexed_preview', '1'),
(8560, 713, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8561, 713, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#4DBFB891\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#4DBFB847\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b8991c\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#4DBFB8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0b84cc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dd3be16\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"12fc72d\"}],\"pp_display_conditions\":[{\"_id\":\"cbbd316\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"isInner\":false}]'),
(8563, 713, '_elementor_page_settings', 'a:0:{}'),
(8567, 714, '_elementor_global_class_usage_indexed', '1'),
(8568, 714, '_elementor_edit_mode', 'builder'),
(8569, 714, '_elementor_template_type', 'wp-page'),
(8570, 714, '_elementor_version', '4.2.1'),
(8571, 714, '_elementor_pro_version', '4.2.1'),
(8572, 714, '_elementor_global_class_usage_indexed_preview', '1'),
(8573, 714, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8574, 714, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#4DBFB8C7\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#4DBFB847\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b8991c\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#4DBFB8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0b84cc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dd3be16\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"12fc72d\"}],\"pp_display_conditions\":[{\"_id\":\"cbbd316\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"isInner\":false}]'),
(8650, 720, '_wp_page_template', 'elementor_header_footer'),
(8624, 718, '_wp_page_template', 'elementor_header_footer'),
(8625, 718, '_elementor_global_class_usage_indexed', '1'),
(8626, 718, '_elementor_edit_mode', 'builder'),
(8627, 718, '_elementor_template_type', 'wp-page'),
(8628, 718, '_elementor_version', '4.2.1'),
(8629, 718, '_elementor_pro_version', '4.2.1'),
(8630, 718, '_elementor_global_class_usage_indexed_preview', '1'),
(8631, 718, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8632, 718, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#4DBFB847\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b8991c\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#4DBFB8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0b84cc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dd3be16\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"12fc72d\"}],\"pp_display_conditions\":[{\"_id\":\"cbbd316\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"isInner\":false}]'),
(8592, 715, '_elementor_page_settings', 'a:0:{}'),
(8595, 716, '_wp_page_template', 'elementor_header_footer'),
(8596, 716, '_elementor_global_class_usage_indexed', '1'),
(8597, 716, '_elementor_edit_mode', 'builder'),
(8598, 716, '_elementor_template_type', 'wp-page'),
(8599, 716, '_elementor_version', '4.2.1'),
(8600, 716, '_elementor_pro_version', '4.2.1'),
(8601, 716, '_elementor_global_class_usage_indexed_preview', '1'),
(8602, 716, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8603, 716, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#4DBFB8C7\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#4DBFB847\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b8991c\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#4DBFB8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0b84cc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dd3be16\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"12fc72d\"}],\"pp_display_conditions\":[{\"_id\":\"cbbd316\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"isInner\":false}]'),
(8605, 716, '_elementor_page_settings', 'a:0:{}'),
(8609, 717, '_elementor_global_class_usage_indexed', '1'),
(8610, 717, '_elementor_edit_mode', 'builder'),
(8611, 717, '_elementor_template_type', 'wp-page'),
(8612, 717, '_elementor_version', '4.2.1'),
(8613, 717, '_elementor_pro_version', '4.2.1'),
(8614, 717, '_elementor_global_class_usage_indexed_preview', '1'),
(8615, 717, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8616, 717, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#4DBFB847\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b8991c\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#4DBFB8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0b84cc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dd3be16\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"12fc72d\"}],\"pp_display_conditions\":[{\"_id\":\"cbbd316\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"isInner\":false}]'),
(8698, 723, '_elementor_global_class_usage_indexed_preview', '1'),
(8666, 721, '_wp_page_template', 'elementor_header_footer'),
(8667, 721, '_elementor_global_class_usage_indexed', '1'),
(8668, 721, '_elementor_edit_mode', 'builder'),
(8669, 721, '_elementor_template_type', 'wp-page'),
(8670, 721, '_elementor_version', '4.2.1'),
(8671, 721, '_elementor_pro_version', '4.2.1'),
(8672, 721, '_elementor_global_class_usage_indexed_preview', '1'),
(8673, 721, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8674, 721, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#4DBFB847\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b8991c\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#4DBFB8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0b84cc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dd3be16\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"12fc72d\"}],\"pp_display_conditions\":[{\"_id\":\"cbbd316\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"isInner\":false}]'),
(8634, 718, '_elementor_page_settings', 'a:0:{}'),
(8637, 719, '_wp_page_template', 'elementor_header_footer'),
(8638, 719, '_elementor_global_class_usage_indexed', '1'),
(8639, 719, '_elementor_edit_mode', 'builder'),
(8640, 719, '_elementor_template_type', 'wp-page'),
(8641, 719, '_elementor_version', '4.2.1'),
(8642, 719, '_elementor_pro_version', '4.2.1'),
(8643, 719, '_elementor_global_class_usage_indexed_preview', '1'),
(8644, 719, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8645, 719, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#4DBFB847\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b8991c\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#4DBFB8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0b84cc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dd3be16\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"12fc72d\"}],\"pp_display_conditions\":[{\"_id\":\"cbbd316\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"isInner\":false}]'),
(8647, 719, '_elementor_page_settings', 'a:0:{}'),
(8651, 720, '_elementor_global_class_usage_indexed', '1'),
(8652, 720, '_elementor_edit_mode', 'builder'),
(8653, 720, '_elementor_template_type', 'wp-page'),
(8654, 720, '_elementor_version', '4.2.1'),
(8655, 720, '_elementor_pro_version', '4.2.1'),
(8656, 720, '_elementor_global_class_usage_indexed_preview', '1'),
(8657, 720, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8658, 720, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#4DBFB847\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b8991c\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#4DBFB8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0b84cc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dd3be16\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"12fc72d\"}],\"pp_display_conditions\":[{\"_id\":\"cbbd316\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"isInner\":false}]'),
(8708, 724, '_wp_page_template', 'elementor_header_footer'),
(8709, 724, '_elementor_global_class_usage_indexed', '1'),
(8710, 724, '_elementor_edit_mode', 'builder'),
(8711, 724, '_elementor_template_type', 'wp-page'),
(8712, 724, '_elementor_version', '4.2.1'),
(8713, 724, '_elementor_pro_version', '4.2.1'),
(8714, 724, '_elementor_global_class_usage_indexed_preview', '1'),
(8715, 724, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8716, 724, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(8676, 721, '_elementor_page_settings', 'a:0:{}'),
(8679, 722, '_wp_page_template', 'elementor_header_footer'),
(8680, 722, '_elementor_global_class_usage_indexed', '1'),
(8681, 722, '_elementor_edit_mode', 'builder'),
(8682, 722, '_elementor_template_type', 'wp-page'),
(8683, 722, '_elementor_version', '4.2.1'),
(8684, 722, '_elementor_pro_version', '4.2.1'),
(8685, 722, '_elementor_global_class_usage_indexed_preview', '1'),
(8686, 722, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8687, 722, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#4DBFB847\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"_background_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b8991c\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#4DBFB8\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"0b84cc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dd3be16\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"12fc72d\"}],\"pp_display_conditions\":[{\"_id\":\"cbbd316\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[],\"isInner\":false}]'),
(8689, 722, '_elementor_page_settings', 'a:0:{}'),
(8699, 723, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8700, 723, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(8757, 727, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8758, 727, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(8718, 724, '_elementor_page_settings', 'a:0:{}'),
(8721, 725, '_wp_page_template', 'elementor_header_footer'),
(8722, 725, '_elementor_global_class_usage_indexed', '1'),
(8723, 725, '_elementor_edit_mode', 'builder'),
(8724, 725, '_elementor_template_type', 'wp-page'),
(8725, 725, '_elementor_version', '4.2.1'),
(8726, 725, '_elementor_pro_version', '4.2.1'),
(8727, 725, '_elementor_global_class_usage_indexed_preview', '1'),
(8728, 725, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8729, 725, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(8731, 725, '_elementor_page_settings', 'a:0:{}'),
(8734, 726, '_wp_page_template', 'elementor_header_footer'),
(8735, 726, '_elementor_global_class_usage_indexed', '1'),
(8736, 726, '_elementor_edit_mode', 'builder'),
(8737, 726, '_elementor_template_type', 'wp-page'),
(8738, 726, '_elementor_version', '4.2.1'),
(8739, 726, '_elementor_pro_version', '4.2.1'),
(8740, 726, '_elementor_global_class_usage_indexed_preview', '1'),
(8741, 726, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8742, 726, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(8832, 733, '_wp_page_template', 'elementor_header_footer'),
(8833, 733, '_elementor_global_class_usage_indexed', '1'),
(8834, 733, '_elementor_edit_mode', 'builder'),
(8835, 733, '_elementor_template_type', 'wp-page'),
(8836, 733, '_elementor_version', '4.2.1'),
(8837, 733, '_elementor_pro_version', '4.2.1'),
(8838, 733, '_elementor_global_class_usage_indexed_preview', '1'),
(8839, 733, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8840, 733, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8882, 736, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8760, 727, '_elementor_page_settings', 'a:0:{}'),
(8763, 728, '_wp_page_template', 'elementor_header_footer'),
(8764, 728, '_elementor_global_class_usage_indexed', '1'),
(8765, 728, '_elementor_edit_mode', 'builder'),
(8766, 728, '_elementor_template_type', 'wp-page'),
(8767, 728, '_elementor_version', '4.2.1'),
(8768, 728, '_elementor_pro_version', '4.2.1'),
(8769, 728, '_elementor_global_class_usage_indexed_preview', '1'),
(8770, 728, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8771, 728, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(8773, 728, '_elementor_page_settings', 'a:0:{}'),
(8776, 729, '_wp_page_template', 'elementor_header_footer'),
(8777, 729, '_elementor_global_class_usage_indexed', '1'),
(8778, 729, '_elementor_edit_mode', 'builder'),
(8779, 729, '_elementor_template_type', 'wp-page'),
(8780, 729, '_elementor_version', '4.2.1'),
(8781, 729, '_elementor_pro_version', '4.2.1'),
(8782, 729, '_elementor_global_class_usage_indexed_preview', '1'),
(8783, 729, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8784, 729, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(8900, 738, '_wp_page_template', 'elementor_header_footer'),
(8802, 730, '_elementor_page_settings', 'a:0:{}'),
(8805, 731, '_wp_page_template', 'elementor_header_footer'),
(8806, 731, '_elementor_global_class_usage_indexed', '1'),
(8808, 731, '_elementor_edit_mode', 'builder'),
(8809, 731, '_elementor_template_type', 'wp-page'),
(8810, 731, '_elementor_version', '4.2.1'),
(8811, 731, '_elementor_pro_version', '4.2.1'),
(8812, 731, '_elementor_global_class_usage_indexed_preview', '1'),
(8813, 731, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8814, 731, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8815, 731, '_elementor_page_settings', 'a:0:{}'),
(8818, 732, '_wp_page_template', 'elementor_header_footer'),
(8819, 732, '_elementor_global_class_usage_indexed', '1'),
(8821, 732, '_elementor_edit_mode', 'builder'),
(8822, 732, '_elementor_template_type', 'wp-page'),
(8823, 732, '_elementor_version', '4.2.1'),
(8824, 732, '_elementor_pro_version', '4.2.1'),
(8825, 732, '_elementor_global_class_usage_indexed_preview', '1'),
(8826, 732, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8827, 732, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(8855, 734, '_elementor_page_settings', 'a:0:{}'),
(8858, 735, '_wp_page_template', 'elementor_header_footer'),
(8859, 735, '_elementor_global_class_usage_indexed', '1'),
(8860, 735, '_elementor_edit_mode', 'builder'),
(8861, 735, '_elementor_template_type', 'wp-page'),
(8862, 735, '_elementor_version', '4.2.1'),
(8863, 735, '_elementor_pro_version', '4.2.1'),
(8864, 735, '_elementor_global_class_usage_indexed_preview', '1'),
(8865, 735, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8866, 735, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8874, 736, '_wp_page_template', 'elementor_header_footer'),
(8875, 736, '_elementor_global_class_usage_indexed', '1'),
(8876, 736, '_elementor_edit_mode', 'builder'),
(8877, 736, '_elementor_template_type', 'wp-page'),
(8878, 736, '_elementor_version', '4.2.1'),
(8879, 736, '_elementor_pro_version', '4.2.1'),
(8880, 736, '_elementor_global_class_usage_indexed_preview', '1'),
(8881, 736, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8942, 741, '_wp_page_template', 'elementor_header_footer'),
(8916, 739, '_wp_page_template', 'elementor_header_footer'),
(8917, 739, '_elementor_global_class_usage_indexed', '1'),
(8918, 739, '_elementor_edit_mode', 'builder'),
(8919, 739, '_elementor_template_type', 'wp-page'),
(8920, 739, '_elementor_version', '4.2.1'),
(8921, 739, '_elementor_pro_version', '4.2.1'),
(8922, 739, '_elementor_global_class_usage_indexed_preview', '1'),
(8923, 739, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8924, 739, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9050, 749, '_wp_page_template', 'elementor_header_footer'),
(9081, 751, '_elementor_pro_version', '4.2.1'),
(9082, 751, '_elementor_global_class_usage_indexed_preview', '1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9083, 751, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(9092, 752, '_wp_page_template', 'elementor_header_footer'),
(9093, 752, '_elementor_global_class_usage_indexed', '1'),
(9094, 752, '_elementor_edit_mode', 'builder'),
(9095, 752, '_elementor_template_type', 'wp-page'),
(9096, 752, '_elementor_version', '4.2.1'),
(9097, 752, '_elementor_pro_version', '4.2.1'),
(9098, 752, '_elementor_global_class_usage_indexed_preview', '1'),
(9099, 752, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(9100, 752, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(8884, 736, '_elementor_page_settings', 'a:0:{}'),
(8887, 737, '_wp_page_template', 'elementor_header_footer'),
(8888, 737, '_elementor_global_class_usage_indexed', '1'),
(8889, 737, '_elementor_edit_mode', 'builder'),
(8890, 737, '_elementor_template_type', 'wp-page'),
(8891, 737, '_elementor_version', '4.2.1'),
(8892, 737, '_elementor_pro_version', '4.2.1'),
(8893, 737, '_elementor_global_class_usage_indexed_preview', '1'),
(8894, 737, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8895, 737, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8897, 737, '_elementor_page_settings', 'a:0:{}'),
(8901, 738, '_elementor_global_class_usage_indexed', '1'),
(8902, 738, '_elementor_edit_mode', 'builder'),
(8903, 738, '_elementor_template_type', 'wp-page'),
(8904, 738, '_elementor_version', '4.2.1'),
(8905, 738, '_elementor_pro_version', '4.2.1'),
(8906, 738, '_elementor_global_class_usage_indexed_preview', '1'),
(8907, 738, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8908, 738, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8984, 744, '_wp_page_template', 'elementor_header_footer'),
(8958, 742, '_wp_page_template', 'elementor_header_footer'),
(8959, 742, '_elementor_global_class_usage_indexed', '1'),
(8960, 742, '_elementor_edit_mode', 'builder'),
(8961, 742, '_elementor_template_type', 'wp-page'),
(8962, 742, '_elementor_version', '4.2.1'),
(8963, 742, '_elementor_pro_version', '4.2.1'),
(8964, 742, '_elementor_global_class_usage_indexed_preview', '1'),
(8965, 742, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8966, 742, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8926, 739, '_elementor_page_settings', 'a:0:{}'),
(8929, 740, '_wp_page_template', 'elementor_header_footer'),
(8930, 740, '_elementor_global_class_usage_indexed', '1'),
(8931, 740, '_elementor_edit_mode', 'builder'),
(8932, 740, '_elementor_template_type', 'wp-page'),
(8933, 740, '_elementor_version', '4.2.1'),
(8934, 740, '_elementor_pro_version', '4.2.1'),
(8935, 740, '_elementor_global_class_usage_indexed_preview', '1'),
(8936, 740, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8937, 740, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8939, 740, '_elementor_page_settings', 'a:0:{}'),
(8943, 741, '_elementor_global_class_usage_indexed', '1'),
(8944, 741, '_elementor_edit_mode', 'builder'),
(8945, 741, '_elementor_template_type', 'wp-page'),
(8946, 741, '_elementor_version', '4.2.1'),
(8947, 741, '_elementor_pro_version', '4.2.1'),
(8948, 741, '_elementor_global_class_usage_indexed_preview', '1'),
(8949, 741, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8950, 741, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9051, 749, '_elementor_global_class_usage_indexed', '1'),
(9052, 749, '_elementor_edit_mode', 'builder'),
(9053, 749, '_elementor_template_type', 'wp-page'),
(9054, 749, '_elementor_version', '4.2.1'),
(9055, 749, '_elementor_pro_version', '4.2.1'),
(9056, 749, '_elementor_global_class_usage_indexed_preview', '1'),
(9057, 749, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(9058, 749, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8968, 742, '_elementor_page_settings', 'a:0:{}'),
(8971, 743, '_wp_page_template', 'elementor_header_footer'),
(8972, 743, '_elementor_global_class_usage_indexed', '1'),
(8973, 743, '_elementor_edit_mode', 'builder'),
(8974, 743, '_elementor_template_type', 'wp-page'),
(8975, 743, '_elementor_version', '4.2.1'),
(8976, 743, '_elementor_pro_version', '4.2.1'),
(8977, 743, '_elementor_global_class_usage_indexed_preview', '1'),
(8978, 743, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8979, 743, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8981, 743, '_elementor_page_settings', 'a:0:{}'),
(8985, 744, '_elementor_global_class_usage_indexed', '1'),
(8986, 744, '_elementor_edit_mode', 'builder'),
(8987, 744, '_elementor_template_type', 'wp-page'),
(8988, 744, '_elementor_version', '4.2.1'),
(8989, 744, '_elementor_pro_version', '4.2.1'),
(8990, 744, '_elementor_global_class_usage_indexed_preview', '1'),
(8991, 744, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(8992, 744, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9010, 745, '_elementor_page_settings', 'a:0:{}'),
(9011, 746, '_wp_page_template', 'elementor_header_footer'),
(9012, 746, '_elementor_global_class_usage_indexed', '1'),
(9014, 746, '_elementor_edit_mode', 'builder'),
(9015, 746, '_elementor_template_type', 'wp-page'),
(9016, 746, '_elementor_version', '4.2.1'),
(9017, 746, '_elementor_pro_version', '4.2.1'),
(9018, 746, '_elementor_global_class_usage_indexed_preview', '1'),
(9019, 746, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9020, 746, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9021, 746, '_elementor_page_settings', 'a:0:{}'),
(9022, 747, '_wp_page_template', 'elementor_header_footer'),
(9023, 747, '_elementor_global_class_usage_indexed', '1'),
(9025, 747, '_elementor_edit_mode', 'builder'),
(9026, 747, '_elementor_template_type', 'wp-page'),
(9027, 747, '_elementor_version', '4.2.1'),
(9028, 747, '_elementor_pro_version', '4.2.1'),
(9029, 747, '_elementor_global_class_usage_indexed_preview', '1'),
(9030, 747, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(9031, 747, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9344, 770, '_wp_page_template', 'elementor_header_footer'),
(9345, 770, '_elementor_global_class_usage_indexed', '1'),
(9347, 770, '_elementor_edit_mode', 'builder'),
(9348, 770, '_elementor_template_type', 'wp-page'),
(9349, 770, '_elementor_version', '4.2.1'),
(9350, 770, '_elementor_pro_version', '4.2.1'),
(9351, 770, '_elementor_global_class_usage_indexed_preview', '1'),
(9352, 770, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9353, 770, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(12455, 1002, '_elementor_global_class_usage_indexed', '1'),
(12456, 1002, '_elementor_edit_mode', 'builder'),
(12457, 1002, '_elementor_template_type', 'wp-page'),
(12458, 1002, '_elementor_version', '4.2.1'),
(12459, 1002, '_elementor_pro_version', '4.2.1'),
(12460, 1002, '_elementor_global_class_usage_indexed_preview', '1'),
(12461, 1002, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12462, 1002, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"_element_id\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9084, 751, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9076, 751, '_wp_page_template', 'elementor_header_footer'),
(9077, 751, '_elementor_global_class_usage_indexed', '1'),
(9078, 751, '_elementor_edit_mode', 'builder'),
(9079, 751, '_elementor_template_type', 'wp-page'),
(9080, 751, '_elementor_version', '4.2.1'),
(9060, 749, '_elementor_page_settings', 'a:0:{}'),
(9063, 750, '_wp_page_template', 'elementor_header_footer'),
(9064, 750, '_elementor_global_class_usage_indexed', '1'),
(9065, 750, '_elementor_edit_mode', 'builder'),
(9066, 750, '_elementor_template_type', 'wp-page'),
(9067, 750, '_elementor_version', '4.2.1'),
(9068, 750, '_elementor_pro_version', '4.2.1'),
(9069, 750, '_elementor_global_class_usage_indexed_preview', '1'),
(9070, 750, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9071, 750, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9073, 750, '_elementor_page_settings', 'a:0:{}'),
(9134, 755, '_wp_page_template', 'elementor_header_footer'),
(9135, 755, '_elementor_global_class_usage_indexed', '1'),
(9136, 755, '_elementor_edit_mode', 'builder'),
(9137, 755, '_elementor_template_type', 'wp-page'),
(9138, 755, '_elementor_version', '4.2.1'),
(9139, 755, '_elementor_pro_version', '4.2.1'),
(9140, 755, '_elementor_global_class_usage_indexed_preview', '1'),
(9141, 755, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9142, 755, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9102, 752, '_elementor_page_settings', 'a:0:{}'),
(9105, 753, '_wp_page_template', 'elementor_header_footer'),
(9106, 753, '_elementor_global_class_usage_indexed', '1'),
(9107, 753, '_elementor_edit_mode', 'builder'),
(9108, 753, '_elementor_template_type', 'wp-page'),
(9109, 753, '_elementor_version', '4.2.1'),
(9110, 753, '_elementor_pro_version', '4.2.1'),
(9111, 753, '_elementor_global_class_usage_indexed_preview', '1'),
(9112, 753, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9113, 753, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9115, 753, '_elementor_page_settings', 'a:0:{}'),
(9118, 754, '_wp_page_template', 'elementor_header_footer'),
(9119, 754, '_elementor_global_class_usage_indexed', '1'),
(9120, 754, '_elementor_edit_mode', 'builder'),
(9121, 754, '_elementor_template_type', 'wp-page'),
(9122, 754, '_elementor_version', '4.2.1'),
(9123, 754, '_elementor_pro_version', '4.2.1'),
(9124, 754, '_elementor_global_class_usage_indexed_preview', '1'),
(9125, 754, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9126, 754, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(12805, 1022, '_elementor_page_settings', 'a:0:{}'),
(9176, 758, '_wp_page_template', 'elementor_header_footer'),
(9177, 758, '_elementor_global_class_usage_indexed', '1'),
(9178, 758, '_elementor_edit_mode', 'builder'),
(9179, 758, '_elementor_template_type', 'wp-page'),
(9180, 758, '_elementor_version', '4.2.1'),
(9181, 758, '_elementor_pro_version', '4.2.1'),
(9182, 758, '_elementor_global_class_usage_indexed_preview', '1'),
(9183, 758, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9184, 758, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9144, 755, '_elementor_page_settings', 'a:0:{}'),
(9147, 756, '_wp_page_template', 'elementor_header_footer'),
(9148, 756, '_elementor_global_class_usage_indexed', '1'),
(9149, 756, '_elementor_edit_mode', 'builder'),
(9150, 756, '_elementor_template_type', 'wp-page'),
(9151, 756, '_elementor_version', '4.2.1'),
(9152, 756, '_elementor_pro_version', '4.2.1'),
(9153, 756, '_elementor_global_class_usage_indexed_preview', '1'),
(9154, 756, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9155, 756, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9157, 756, '_elementor_page_settings', 'a:0:{}'),
(9160, 757, '_wp_page_template', 'elementor_header_footer'),
(9161, 757, '_elementor_global_class_usage_indexed', '1'),
(9162, 757, '_elementor_edit_mode', 'builder'),
(9163, 757, '_elementor_template_type', 'wp-page'),
(9164, 757, '_elementor_version', '4.2.1'),
(9165, 757, '_elementor_pro_version', '4.2.1'),
(9166, 757, '_elementor_global_class_usage_indexed_preview', '1'),
(9167, 757, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9168, 757, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(12809, 1023, '_wp_page_template', 'elementor_header_footer'),
(12810, 1023, '_elementor_global_class_usage_indexed', '1'),
(12811, 1023, '_elementor_edit_mode', 'builder'),
(12812, 1023, '_elementor_template_type', 'wp-page'),
(12813, 1023, '_elementor_version', '4.2.1'),
(12814, 1023, '_elementor_pro_version', '4.2.1'),
(12815, 1023, '_elementor_global_class_usage_indexed_preview', '1'),
(12816, 1023, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12817, 1023, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7191a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"f3a9c56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9218, 761, '_wp_page_template', 'elementor_header_footer'),
(9219, 761, '_elementor_global_class_usage_indexed', '1'),
(9220, 761, '_elementor_edit_mode', 'builder'),
(9221, 761, '_elementor_template_type', 'wp-page'),
(9222, 761, '_elementor_version', '4.2.1'),
(9223, 761, '_elementor_pro_version', '4.2.1'),
(9224, 761, '_elementor_global_class_usage_indexed_preview', '1'),
(9225, 761, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9226, 761, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9423, 776, '_wp_page_template', 'elementor_header_footer'),
(9507, 782, '_wp_page_template', 'elementor_header_footer'),
(9508, 782, '_elementor_global_class_usage_indexed', '1'),
(9509, 782, '_elementor_edit_mode', 'builder'),
(9186, 758, '_elementor_page_settings', 'a:0:{}'),
(9189, 759, '_wp_page_template', 'elementor_header_footer'),
(9190, 759, '_elementor_global_class_usage_indexed', '1'),
(9191, 759, '_elementor_edit_mode', 'builder'),
(9192, 759, '_elementor_template_type', 'wp-page'),
(9193, 759, '_elementor_version', '4.2.1'),
(9194, 759, '_elementor_pro_version', '4.2.1'),
(9195, 759, '_elementor_global_class_usage_indexed_preview', '1'),
(9196, 759, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9197, 759, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9199, 759, '_elementor_page_settings', 'a:0:{}'),
(9202, 760, '_wp_page_template', 'elementor_header_footer'),
(9203, 760, '_elementor_global_class_usage_indexed', '1'),
(9204, 760, '_elementor_edit_mode', 'builder'),
(9205, 760, '_elementor_template_type', 'wp-page'),
(9206, 760, '_elementor_version', '4.2.1'),
(9207, 760, '_elementor_pro_version', '4.2.1'),
(9208, 760, '_elementor_global_class_usage_indexed_preview', '1'),
(9209, 760, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9210, 760, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9286, 766, '_wp_page_template', 'elementor_header_footer'),
(9260, 764, '_wp_page_template', 'elementor_header_footer'),
(9261, 764, '_elementor_global_class_usage_indexed', '1'),
(9262, 764, '_elementor_edit_mode', 'builder'),
(9263, 764, '_elementor_template_type', 'wp-page'),
(9264, 764, '_elementor_version', '4.2.1'),
(9265, 764, '_elementor_pro_version', '4.2.1'),
(9266, 764, '_elementor_global_class_usage_indexed_preview', '1'),
(9267, 764, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9268, 764, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9228, 761, '_elementor_page_settings', 'a:0:{}'),
(9231, 762, '_wp_page_template', 'elementor_header_footer'),
(9232, 762, '_elementor_global_class_usage_indexed', '1'),
(9233, 762, '_elementor_edit_mode', 'builder'),
(9234, 762, '_elementor_template_type', 'wp-page'),
(9235, 762, '_elementor_version', '4.2.1'),
(9236, 762, '_elementor_pro_version', '4.2.1'),
(9237, 762, '_elementor_global_class_usage_indexed_preview', '1'),
(9238, 762, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9239, 762, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9241, 762, '_elementor_page_settings', 'a:0:{}'),
(9244, 763, '_wp_page_template', 'elementor_header_footer'),
(9245, 763, '_elementor_global_class_usage_indexed', '1'),
(9246, 763, '_elementor_edit_mode', 'builder'),
(9247, 763, '_elementor_template_type', 'wp-page'),
(9248, 763, '_elementor_version', '4.2.1'),
(9249, 763, '_elementor_pro_version', '4.2.1'),
(9250, 763, '_elementor_global_class_usage_indexed_preview', '1'),
(9251, 763, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9252, 763, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(12818, 1023, '_elementor_page_settings', 'a:0:{}'),
(9328, 769, '_wp_page_template', 'elementor_header_footer'),
(9302, 767, '_wp_page_template', 'elementor_header_footer'),
(9303, 767, '_elementor_global_class_usage_indexed', '1'),
(9304, 767, '_elementor_edit_mode', 'builder'),
(9305, 767, '_elementor_template_type', 'wp-page'),
(9306, 767, '_elementor_version', '4.2.1'),
(9307, 767, '_elementor_pro_version', '4.2.1'),
(9308, 767, '_elementor_global_class_usage_indexed_preview', '1'),
(9309, 767, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9310, 767, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9270, 764, '_elementor_page_settings', 'a:0:{}'),
(9273, 765, '_wp_page_template', 'elementor_header_footer'),
(9274, 765, '_elementor_global_class_usage_indexed', '1'),
(9275, 765, '_elementor_edit_mode', 'builder'),
(9276, 765, '_elementor_template_type', 'wp-page'),
(9277, 765, '_elementor_version', '4.2.1'),
(9278, 765, '_elementor_pro_version', '4.2.1'),
(9279, 765, '_elementor_global_class_usage_indexed_preview', '1'),
(9280, 765, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9281, 765, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9283, 765, '_elementor_page_settings', 'a:0:{}'),
(9287, 766, '_elementor_global_class_usage_indexed', '1'),
(9288, 766, '_elementor_edit_mode', 'builder'),
(9289, 766, '_elementor_template_type', 'wp-page'),
(9290, 766, '_elementor_version', '4.2.1'),
(9291, 766, '_elementor_pro_version', '4.2.1'),
(9292, 766, '_elementor_global_class_usage_indexed_preview', '1'),
(9293, 766, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9294, 766, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(12823, 1024, '_elementor_global_class_usage_indexed', '1'),
(12824, 1024, '_elementor_edit_mode', 'builder'),
(12825, 1024, '_elementor_template_type', 'wp-page'),
(12826, 1024, '_elementor_version', '4.2.1'),
(12827, 1024, '_elementor_pro_version', '4.2.1'),
(12828, 1024, '_elementor_global_class_usage_indexed_preview', '1'),
(12829, 1024, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12830, 1024, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7191a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"f3a9c56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9380, 773, '_wp_page_template', 'elementor_header_footer'),
(9381, 773, '_elementor_global_class_usage_indexed', '1'),
(9382, 773, '_elementor_edit_mode', 'builder'),
(9383, 773, '_elementor_template_type', 'wp-page'),
(9384, 773, '_elementor_version', '4.2.1'),
(9385, 773, '_elementor_pro_version', '4.2.1'),
(9386, 773, '_elementor_global_class_usage_indexed_preview', '1'),
(9387, 773, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9388, 773, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9312, 767, '_elementor_page_settings', 'a:0:{}'),
(9315, 768, '_wp_page_template', 'elementor_header_footer'),
(9316, 768, '_elementor_global_class_usage_indexed', '1'),
(9317, 768, '_elementor_edit_mode', 'builder'),
(9318, 768, '_elementor_template_type', 'wp-page'),
(9319, 768, '_elementor_version', '4.2.1'),
(9320, 768, '_elementor_pro_version', '4.2.1'),
(9321, 768, '_elementor_global_class_usage_indexed_preview', '1'),
(9322, 768, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9323, 768, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9325, 768, '_elementor_page_settings', 'a:0:{}'),
(13743, 1089, '_elementor_global_class_usage_indexed', '1'),
(13744, 1089, '_elementor_edit_mode', 'builder'),
(13745, 1089, '_elementor_template_type', 'wp-page'),
(13746, 1089, '_elementor_version', '4.2.1'),
(13747, 1089, '_elementor_pro_version', '4.2.1'),
(13748, 1089, '_elementor_global_class_usage_indexed_preview', '1'),
(13749, 1089, '_elementor_migrations_state_d2a1', '4.2.2:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13750, 1089, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0beaaac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Untitled-2222.jpg\",\"id\":1086,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"020a2be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"play_on_mobile\":\"yes\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"eafd552\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"eca5734\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"187ee8f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9329, 769, '_elementor_global_class_usage_indexed', '1'),
(9330, 769, '_elementor_edit_mode', 'builder'),
(9331, 769, '_elementor_template_type', 'wp-page'),
(9332, 769, '_elementor_version', '4.2.1'),
(9333, 769, '_elementor_pro_version', '4.2.1'),
(9334, 769, '_elementor_global_class_usage_indexed_preview', '1'),
(9335, 769, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(9336, 769, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9424, 776, '_elementor_global_class_usage_indexed', '1'),
(9425, 776, '_elementor_edit_mode', 'builder'),
(9426, 776, '_elementor_template_type', 'wp-page'),
(9427, 776, '_elementor_version', '4.2.1'),
(9428, 776, '_elementor_pro_version', '4.2.1'),
(9429, 776, '_elementor_global_class_usage_indexed_preview', '1'),
(9430, 776, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9431, 776, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Show a thank-you message on the same page: \\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9354, 770, '_elementor_page_settings', 'a:0:{}'),
(9355, 771, '_wp_page_template', 'elementor_header_footer'),
(9356, 771, '_elementor_global_class_usage_indexed', '1'),
(9358, 771, '_elementor_edit_mode', 'builder'),
(9359, 771, '_elementor_template_type', 'wp-page'),
(9360, 771, '_elementor_version', '4.2.1'),
(9361, 771, '_elementor_pro_version', '4.2.1'),
(9362, 771, '_elementor_global_class_usage_indexed_preview', '1'),
(9363, 771, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9364, 771, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"290\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9365, 771, '_elementor_page_settings', 'a:0:{}'),
(9366, 772, '_wp_page_template', 'elementor_header_footer'),
(9367, 772, '_elementor_global_class_usage_indexed', '1'),
(9369, 772, '_elementor_edit_mode', 'builder'),
(9370, 772, '_elementor_template_type', 'wp-page'),
(9371, 772, '_elementor_version', '4.2.1'),
(9372, 772, '_elementor_pro_version', '4.2.1'),
(9373, 772, '_elementor_global_class_usage_indexed_preview', '1'),
(9374, 772, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(9375, 772, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9549, 785, '_wp_page_template', 'elementor_header_footer'),
(9550, 785, '_elementor_global_class_usage_indexed', '1'),
(9552, 785, '_elementor_edit_mode', 'builder'),
(9553, 785, '_elementor_template_type', 'wp-page'),
(9554, 785, '_elementor_version', '4.2.1'),
(9555, 785, '_elementor_pro_version', '4.2.1'),
(9556, 785, '_elementor_global_class_usage_indexed_preview', '1'),
(9557, 785, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9558, 785, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9841, 806, '_wp_page_template', 'elementor_header_footer'),
(9842, 806, '_elementor_global_class_usage_indexed', '1'),
(9844, 806, '_elementor_edit_mode', 'builder'),
(9845, 806, '_elementor_template_type', 'wp-page'),
(9846, 806, '_elementor_version', '4.2.1'),
(9847, 806, '_elementor_pro_version', '4.2.1'),
(9848, 806, '_elementor_global_class_usage_indexed_preview', '1'),
(9849, 806, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(9850, 806, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9390, 773, '_elementor_page_settings', 'a:0:{}'),
(9393, 774, '_wp_page_template', 'elementor_header_footer'),
(9394, 774, '_elementor_global_class_usage_indexed', '1'),
(9395, 774, '_elementor_edit_mode', 'builder'),
(9396, 774, '_elementor_template_type', 'wp-page'),
(9397, 774, '_elementor_version', '4.2.1'),
(9398, 774, '_elementor_pro_version', '4.2.1'),
(9399, 774, '_elementor_global_class_usage_indexed_preview', '1'),
(9400, 774, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9401, 774, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9403, 774, '_elementor_page_settings', 'a:0:{}'),
(9449, 778, '_wp_page_template', 'elementor_header_footer'),
(9406, 775, '_wp_page_template', 'elementor_header_footer'),
(9407, 775, '_elementor_global_class_usage_indexed', '1'),
(9408, 775, '_elementor_edit_mode', 'builder'),
(9409, 775, '_elementor_template_type', 'wp-page'),
(9410, 775, '_elementor_version', '4.2.1'),
(9411, 775, '_elementor_pro_version', '4.2.1'),
(9412, 775, '_elementor_global_class_usage_indexed_preview', '1'),
(9413, 775, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9414, 775, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Show a thank-you message on the same page: \\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9465, 779, '_wp_page_template', 'elementor_header_footer'),
(9466, 779, '_elementor_global_class_usage_indexed', '1'),
(9467, 779, '_elementor_edit_mode', 'builder'),
(9468, 779, '_elementor_template_type', 'wp-page'),
(9469, 779, '_elementor_version', '4.2.1'),
(9470, 779, '_elementor_pro_version', '4.2.1'),
(9471, 779, '_elementor_global_class_usage_indexed_preview', '1'),
(9472, 779, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9473, 779, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9422, 25, '__elementor_forms_snapshot', '[{\"id\":\"754e307\",\"name\":\"Estimate Request Form\",\"fields\":[{\"id\":\"name\",\"type\":\"text\",\"label\":\"First Name\"},{\"id\":\"field_1406505\",\"type\":\"text\",\"label\":\"Last Name\"},{\"id\":\"field_090211c\",\"type\":\"tel\",\"label\":\"Phone Number\"},{\"id\":\"email\",\"type\":\"email\",\"label\":\"Email\"},{\"id\":\"field_bbd3272\",\"type\":\"select\",\"label\":\"Type of Service\",\"options\":[\"Drywall Repair\",\"Drywall Installation\",\"Ceiling Repair\",\"Water Damage\",\"Texture Matching\",\"Not sure \\u2014 just need a quote\"],\"is_multiple\":false},{\"id\":\"message\",\"type\":\"textarea\",\"label\":\"Tell us about your project\"}]}]'),
(9433, 776, '_elementor_page_settings', 'a:0:{}'),
(9436, 777, '_wp_page_template', 'elementor_header_footer'),
(9437, 777, '_elementor_global_class_usage_indexed', '1'),
(9438, 777, '_elementor_edit_mode', 'builder'),
(9439, 777, '_elementor_template_type', 'wp-page'),
(9440, 777, '_elementor_version', '4.2.1'),
(9441, 777, '_elementor_pro_version', '4.2.1'),
(9442, 777, '_elementor_global_class_usage_indexed_preview', '1'),
(9443, 777, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9444, 777, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Show a thank-you message on the same page: \\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9446, 777, '_elementor_page_settings', 'a:0:{}'),
(13625, 1083, '_elementor_global_class_usage_indexed', '1'),
(13626, 1083, '_elementor_edit_mode', 'builder'),
(13627, 1083, '_elementor_template_type', 'wp-page'),
(13628, 1083, '_elementor_version', '4.2.1'),
(13629, 1083, '_elementor_pro_version', '4.2.1'),
(13630, 1083, '_elementor_global_class_usage_indexed_preview', '1'),
(13631, 1083, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13632, 1083, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0beaaac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"020a2be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"play_on_mobile\":\"yes\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"eafd552\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"eca5734\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"187ee8f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9450, 778, '_elementor_global_class_usage_indexed', '1'),
(9451, 778, '_elementor_edit_mode', 'builder'),
(9452, 778, '_elementor_template_type', 'wp-page'),
(9453, 778, '_elementor_version', '4.2.1'),
(9454, 778, '_elementor_pro_version', '4.2.1'),
(9455, 778, '_elementor_global_class_usage_indexed_preview', '1'),
(9456, 778, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(9457, 778, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(12847, 1025, '_elementor_page_settings', 'a:0:{}'),
(9510, 782, '_elementor_template_type', 'wp-page'),
(9511, 782, '_elementor_version', '4.2.1'),
(9512, 782, '_elementor_pro_version', '4.2.1'),
(9513, 782, '_elementor_global_class_usage_indexed_preview', '1'),
(9514, 782, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9515, 782, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9475, 779, '_elementor_page_settings', 'a:0:{}'),
(9478, 780, '_wp_page_template', 'elementor_header_footer'),
(9479, 780, '_elementor_global_class_usage_indexed', '1'),
(9480, 780, '_elementor_edit_mode', 'builder'),
(9481, 780, '_elementor_template_type', 'wp-page'),
(9482, 780, '_elementor_version', '4.2.1'),
(9483, 780, '_elementor_pro_version', '4.2.1'),
(9484, 780, '_elementor_global_class_usage_indexed_preview', '1'),
(9485, 780, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9486, 780, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(9488, 780, '_elementor_page_settings', 'a:0:{}'),
(13621, 1082, '_elementor_page_settings', 'a:0:{}'),
(9491, 781, '_wp_page_template', 'elementor_header_footer'),
(9492, 781, '_elementor_global_class_usage_indexed', '1'),
(9493, 781, '_elementor_edit_mode', 'builder'),
(9494, 781, '_elementor_template_type', 'wp-page'),
(9495, 781, '_elementor_version', '4.2.1'),
(9496, 781, '_elementor_pro_version', '4.2.1'),
(9497, 781, '_elementor_global_class_usage_indexed_preview', '1'),
(9498, 781, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9499, 781, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(12851, 1026, '_wp_page_template', 'elementor_header_footer'),
(12852, 1026, '_elementor_global_class_usage_indexed', '1'),
(12853, 1026, '_elementor_edit_mode', 'builder'),
(12854, 1026, '_elementor_template_type', 'wp-page'),
(12855, 1026, '_elementor_version', '4.2.1'),
(12856, 1026, '_elementor_pro_version', '4.2.1'),
(12857, 1026, '_elementor_global_class_usage_indexed_preview', '1'),
(12858, 1026, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12859, 1026, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9589, 788, '_wp_page_template', 'elementor_header_footer'),
(9590, 788, '_elementor_global_class_usage_indexed', '1'),
(9591, 788, '_elementor_edit_mode', 'builder'),
(9592, 788, '_elementor_template_type', 'wp-page'),
(9593, 788, '_elementor_version', '4.2.1'),
(9594, 788, '_elementor_pro_version', '4.2.1'),
(9595, 788, '_elementor_global_class_usage_indexed_preview', '1'),
(9596, 788, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9597, 788, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9517, 782, '_elementor_page_settings', 'a:0:{}'),
(9520, 783, '_wp_page_template', 'elementor_header_footer'),
(9521, 783, '_elementor_global_class_usage_indexed', '1'),
(9522, 783, '_elementor_edit_mode', 'builder'),
(9523, 783, '_elementor_template_type', 'wp-page'),
(9524, 783, '_elementor_version', '4.2.1'),
(9525, 783, '_elementor_pro_version', '4.2.1'),
(9526, 783, '_elementor_global_class_usage_indexed_preview', '1'),
(9527, 783, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9528, 783, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9530, 783, '_elementor_page_settings', 'a:0:{}'),
(9533, 784, '_wp_page_template', 'elementor_header_footer'),
(9534, 784, '_elementor_global_class_usage_indexed', '1'),
(9535, 784, '_elementor_edit_mode', 'builder'),
(9536, 784, '_elementor_template_type', 'wp-page'),
(9537, 784, '_elementor_version', '4.2.1'),
(9538, 784, '_elementor_pro_version', '4.2.1'),
(9539, 784, '_elementor_global_class_usage_indexed_preview', '1'),
(9540, 784, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9541, 784, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(12860, 1026, '_elementor_page_settings', 'a:0:{}'),
(9741, 799, '_wp_page_template', 'elementor_header_footer'),
(9657, 793, '_wp_page_template', 'elementor_header_footer'),
(9631, 791, '_wp_page_template', 'elementor_header_footer'),
(9632, 791, '_elementor_global_class_usage_indexed', '1'),
(9633, 791, '_elementor_edit_mode', 'builder'),
(9634, 791, '_elementor_template_type', 'wp-page'),
(9635, 791, '_elementor_version', '4.2.1'),
(9636, 791, '_elementor_pro_version', '4.2.1'),
(9637, 791, '_elementor_global_class_usage_indexed_preview', '1'),
(9638, 791, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9639, 791, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"start\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"start\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9559, 785, '_elementor_page_settings', 'a:0:{}'),
(13611, 1082, '_wp_page_template', 'elementor_header_footer'),
(13612, 1082, '_elementor_global_class_usage_indexed', '1'),
(13613, 1082, '_elementor_edit_mode', 'builder'),
(13614, 1082, '_elementor_template_type', 'wp-page'),
(13615, 1082, '_elementor_version', '4.2.1'),
(13616, 1082, '_elementor_pro_version', '4.2.1'),
(13617, 1082, '_elementor_global_class_usage_indexed_preview', '1'),
(13618, 1082, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13619, 1082, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0beaaac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"020a2be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"play_on_mobile\":\"yes\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"eafd552\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"eca5734\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"187ee8f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9562, 786, '_wp_page_template', 'elementor_header_footer'),
(9563, 786, '_elementor_global_class_usage_indexed', '1'),
(9565, 786, '_elementor_edit_mode', 'builder'),
(9566, 786, '_elementor_template_type', 'wp-page'),
(9567, 786, '_elementor_version', '4.2.1'),
(9568, 786, '_elementor_pro_version', '4.2.1'),
(9569, 786, '_elementor_global_class_usage_indexed_preview', '1'),
(9570, 786, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(9571, 786, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}]},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9572, 786, '_elementor_page_settings', 'a:0:{}'),
(9575, 787, '_wp_page_template', 'elementor_header_footer'),
(9576, 787, '_elementor_global_class_usage_indexed', '1'),
(9578, 787, '_elementor_edit_mode', 'builder'),
(9579, 787, '_elementor_template_type', 'wp-page'),
(9580, 787, '_elementor_version', '4.2.1'),
(9581, 787, '_elementor_pro_version', '4.2.1'),
(9582, 787, '_elementor_global_class_usage_indexed_preview', '1'),
(9583, 787, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(9584, 787, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(13608, 1081, '_elementor_page_settings', 'a:0:{}'),
(9599, 788, '_elementor_page_settings', 'a:0:{}'),
(9602, 789, '_wp_page_template', 'elementor_header_footer'),
(9603, 789, '_elementor_global_class_usage_indexed', '1'),
(9604, 789, '_elementor_edit_mode', 'builder'),
(9605, 789, '_elementor_template_type', 'wp-page'),
(9606, 789, '_elementor_version', '4.2.1'),
(9607, 789, '_elementor_pro_version', '4.2.1'),
(9608, 789, '_elementor_global_class_usage_indexed_preview', '1'),
(9609, 789, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9610, 789, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9612, 789, '_elementor_page_settings', 'a:0:{}'),
(9615, 790, '_wp_page_template', 'elementor_header_footer'),
(9616, 790, '_elementor_global_class_usage_indexed', '1'),
(9617, 790, '_elementor_edit_mode', 'builder'),
(9618, 790, '_elementor_template_type', 'wp-page'),
(9619, 790, '_elementor_version', '4.2.1'),
(9620, 790, '_elementor_pro_version', '4.2.1'),
(9621, 790, '_elementor_global_class_usage_indexed_preview', '1'),
(9622, 790, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9623, 790, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"start\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"start\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(12864, 1027, '_wp_page_template', 'elementor_header_footer'),
(12865, 1027, '_elementor_global_class_usage_indexed', '1'),
(12866, 1027, '_elementor_edit_mode', 'builder'),
(12867, 1027, '_elementor_template_type', 'wp-page'),
(12868, 1027, '_elementor_version', '4.2.1'),
(12869, 1027, '_elementor_pro_version', '4.2.1'),
(12870, 1027, '_elementor_global_class_usage_indexed_preview', '1'),
(12871, 1027, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12872, 1027, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9699, 796, '_wp_page_template', 'elementor_header_footer'),
(9673, 794, '_wp_page_template', 'elementor_header_footer'),
(9674, 794, '_elementor_global_class_usage_indexed', '1'),
(9675, 794, '_elementor_edit_mode', 'builder'),
(9676, 794, '_elementor_template_type', 'wp-page'),
(9677, 794, '_elementor_version', '4.2.1'),
(9678, 794, '_elementor_pro_version', '4.2.1'),
(9679, 794, '_elementor_global_class_usage_indexed_preview', '1'),
(9680, 794, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9681, 794, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9641, 791, '_elementor_page_settings', 'a:0:{}'),
(13742, 1089, '_wp_page_template', 'elementor_header_footer'),
(13716, 1087, '_wp_page_template', 'elementor_header_footer'),
(13717, 1087, '_elementor_global_class_usage_indexed', '1'),
(13718, 1087, '_elementor_edit_mode', 'builder'),
(13719, 1087, '_elementor_template_type', 'wp-page'),
(13720, 1087, '_elementor_version', '4.2.1'),
(13721, 1087, '_elementor_pro_version', '4.2.1'),
(13722, 1087, '_elementor_global_class_usage_indexed_preview', '1'),
(13723, 1087, '_elementor_migrations_state_d2a1', '4.2.2:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13724, 1087, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0beaaac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"020a2be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"play_on_mobile\":\"yes\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"eafd552\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"eca5734\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"187ee8f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9644, 792, '_wp_page_template', 'elementor_header_footer'),
(9645, 792, '_elementor_global_class_usage_indexed', '1'),
(9646, 792, '_elementor_edit_mode', 'builder'),
(9647, 792, '_elementor_template_type', 'wp-page'),
(9648, 792, '_elementor_version', '4.2.1'),
(9649, 792, '_elementor_pro_version', '4.2.1'),
(9650, 792, '_elementor_global_class_usage_indexed_preview', '1'),
(9651, 792, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(9652, 792, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"start\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"start\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9654, 792, '_elementor_page_settings', 'a:0:{}'),
(9658, 793, '_elementor_global_class_usage_indexed', '1'),
(9659, 793, '_elementor_edit_mode', 'builder'),
(9660, 793, '_elementor_template_type', 'wp-page'),
(9661, 793, '_elementor_version', '4.2.1'),
(9662, 793, '_elementor_pro_version', '4.2.1'),
(9663, 793, '_elementor_global_class_usage_indexed_preview', '1'),
(9664, 793, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9665, 793, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9715, 797, '_wp_page_template', 'elementor_header_footer'),
(9716, 797, '_elementor_global_class_usage_indexed', '1'),
(9717, 797, '_elementor_edit_mode', 'builder'),
(9718, 797, '_elementor_template_type', 'wp-page'),
(9719, 797, '_elementor_version', '4.2.1'),
(9720, 797, '_elementor_pro_version', '4.2.1'),
(9721, 797, '_elementor_global_class_usage_indexed_preview', '1'),
(9722, 797, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9723, 797, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9683, 794, '_elementor_page_settings', 'a:0:{}'),
(9686, 795, '_wp_page_template', 'elementor_header_footer'),
(9687, 795, '_elementor_global_class_usage_indexed', '1'),
(9688, 795, '_elementor_edit_mode', 'builder'),
(9689, 795, '_elementor_template_type', 'wp-page'),
(9690, 795, '_elementor_version', '4.2.1'),
(9691, 795, '_elementor_pro_version', '4.2.1'),
(9692, 795, '_elementor_global_class_usage_indexed_preview', '1'),
(9693, 795, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9694, 795, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9696, 795, '_elementor_page_settings', 'a:0:{}'),
(9700, 796, '_elementor_global_class_usage_indexed', '1'),
(9701, 796, '_elementor_edit_mode', 'builder'),
(9702, 796, '_elementor_template_type', 'wp-page'),
(9703, 796, '_elementor_version', '4.2.1'),
(9704, 796, '_elementor_pro_version', '4.2.1'),
(9705, 796, '_elementor_global_class_usage_indexed_preview', '1'),
(9706, 796, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9707, 796, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(12922, 1031, '_wp_page_template', 'elementor_header_footer'),
(12923, 1031, '_elementor_global_class_usage_indexed', '1'),
(12924, 1031, '_elementor_edit_mode', 'builder'),
(12925, 1031, '_elementor_template_type', 'wp-page'),
(12926, 1031, '_elementor_version', '4.2.1'),
(12927, 1031, '_elementor_pro_version', '4.2.1'),
(12928, 1031, '_elementor_global_class_usage_indexed_preview', '1'),
(12929, 1031, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12930, 1031, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9783, 802, '_wp_page_template', 'elementor_header_footer'),
(9757, 800, '_wp_page_template', 'elementor_header_footer'),
(9758, 800, '_elementor_global_class_usage_indexed', '1'),
(9759, 800, '_elementor_edit_mode', 'builder'),
(9760, 800, '_elementor_template_type', 'wp-page'),
(9761, 800, '_elementor_version', '4.2.1'),
(9762, 800, '_elementor_pro_version', '4.2.1'),
(9763, 800, '_elementor_global_class_usage_indexed_preview', '1'),
(9764, 800, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9765, 800, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9725, 797, '_elementor_page_settings', 'a:0:{}'),
(9728, 798, '_wp_page_template', 'elementor_header_footer'),
(9729, 798, '_elementor_global_class_usage_indexed', '1'),
(9730, 798, '_elementor_edit_mode', 'builder'),
(9731, 798, '_elementor_template_type', 'wp-page'),
(9732, 798, '_elementor_version', '4.2.1'),
(9733, 798, '_elementor_pro_version', '4.2.1'),
(9734, 798, '_elementor_global_class_usage_indexed_preview', '1'),
(9735, 798, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9736, 798, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-13\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9738, 798, '_elementor_page_settings', 'a:0:{}'),
(13582, 1080, '_wp_page_template', 'elementor_header_footer'),
(13583, 1080, '_elementor_global_class_usage_indexed', '1'),
(13584, 1080, '_elementor_edit_mode', 'builder'),
(13585, 1080, '_elementor_template_type', 'wp-page'),
(13586, 1080, '_elementor_version', '4.2.1'),
(13587, 1080, '_elementor_pro_version', '4.2.1'),
(13588, 1080, '_elementor_global_class_usage_indexed_preview', '1'),
(13589, 1080, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13590, 1080, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0beaaac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"020a2be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"play_on_mobile\":\"yes\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"eafd552\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"eca5734\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"187ee8f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9742, 799, '_elementor_global_class_usage_indexed', '1'),
(9743, 799, '_elementor_edit_mode', 'builder'),
(9744, 799, '_elementor_template_type', 'wp-page'),
(9745, 799, '_elementor_version', '4.2.1'),
(9746, 799, '_elementor_pro_version', '4.2.1'),
(9747, 799, '_elementor_global_class_usage_indexed_preview', '1'),
(9748, 799, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(9749, 799, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(12890, 1028, '_elementor_page_settings', 'a:0:{}'),
(9825, 805, '_wp_page_template', 'elementor_header_footer'),
(9799, 803, '_wp_page_template', 'elementor_header_footer'),
(9800, 803, '_elementor_global_class_usage_indexed', '1'),
(9801, 803, '_elementor_edit_mode', 'builder'),
(9802, 803, '_elementor_template_type', 'wp-page'),
(9803, 803, '_elementor_version', '4.2.1'),
(9804, 803, '_elementor_pro_version', '4.2.1'),
(9805, 803, '_elementor_global_class_usage_indexed_preview', '1'),
(9806, 803, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9807, 803, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9767, 800, '_elementor_page_settings', 'a:0:{}'),
(9770, 801, '_wp_page_template', 'elementor_header_footer'),
(9771, 801, '_elementor_global_class_usage_indexed', '1'),
(9772, 801, '_elementor_edit_mode', 'builder'),
(9773, 801, '_elementor_template_type', 'wp-page'),
(9774, 801, '_elementor_version', '4.2.1'),
(9775, 801, '_elementor_pro_version', '4.2.1'),
(9776, 801, '_elementor_global_class_usage_indexed_preview', '1'),
(9777, 801, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9778, 801, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9780, 801, '_elementor_page_settings', 'a:0:{}'),
(13579, 1079, '_elementor_page_settings', 'a:0:{}'),
(9784, 802, '_elementor_global_class_usage_indexed', '1'),
(9785, 802, '_elementor_edit_mode', 'builder'),
(9786, 802, '_elementor_template_type', 'wp-page'),
(9787, 802, '_elementor_version', '4.2.1'),
(9788, 802, '_elementor_pro_version', '4.2.1'),
(9789, 802, '_elementor_global_class_usage_indexed_preview', '1'),
(9790, 802, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9791, 802, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(12893, 1029, '_wp_page_template', 'elementor_header_footer'),
(12894, 1029, '_elementor_global_class_usage_indexed', '1'),
(12895, 1029, '_elementor_edit_mode', 'builder'),
(12896, 1029, '_elementor_template_type', 'wp-page'),
(12897, 1029, '_elementor_version', '4.2.1'),
(12898, 1029, '_elementor_pro_version', '4.2.1'),
(12899, 1029, '_elementor_global_class_usage_indexed_preview', '1'),
(12900, 1029, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12901, 1029, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9877, 809, '_wp_page_template', 'elementor_header_footer'),
(9878, 809, '_elementor_global_class_usage_indexed', '1'),
(9879, 809, '_elementor_edit_mode', 'builder'),
(9880, 809, '_elementor_template_type', 'wp-page'),
(9881, 809, '_elementor_version', '4.2.1'),
(9882, 809, '_elementor_pro_version', '4.2.1'),
(9883, 809, '_elementor_global_class_usage_indexed_preview', '1'),
(9884, 809, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9885, 809, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9809, 803, '_elementor_page_settings', 'a:0:{}'),
(9812, 804, '_wp_page_template', 'elementor_header_footer'),
(9813, 804, '_elementor_global_class_usage_indexed', '1'),
(9814, 804, '_elementor_edit_mode', 'builder'),
(9815, 804, '_elementor_template_type', 'wp-page'),
(9816, 804, '_elementor_version', '4.2.1'),
(9817, 804, '_elementor_pro_version', '4.2.1'),
(9818, 804, '_elementor_global_class_usage_indexed_preview', '1'),
(9819, 804, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9820, 804, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9822, 804, '_elementor_page_settings', 'a:0:{}'),
(9826, 805, '_elementor_global_class_usage_indexed', '1'),
(9827, 805, '_elementor_edit_mode', 'builder'),
(9828, 805, '_elementor_template_type', 'wp-page'),
(9829, 805, '_elementor_version', '4.2.1'),
(9830, 805, '_elementor_pro_version', '4.2.1'),
(9831, 805, '_elementor_global_class_usage_indexed_preview', '1'),
(9832, 805, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9833, 805, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(12903, 1029, '_elementor_page_settings', 'a:0:{}'),
(9985, 817, '_wp_page_template', 'elementor_header_footer'),
(9959, 815, '_wp_page_template', 'elementor_header_footer'),
(9960, 815, '_elementor_global_class_usage_indexed', '1'),
(9961, 815, '_elementor_edit_mode', 'builder'),
(9962, 815, '_elementor_template_type', 'wp-page'),
(9963, 815, '_elementor_version', '4.2.1'),
(9964, 815, '_elementor_pro_version', '4.2.1'),
(9965, 815, '_elementor_global_class_usage_indexed_preview', '1'),
(9966, 815, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9967, 815, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9851, 806, '_elementor_page_settings', 'a:0:{}'),
(9852, 807, '_wp_page_template', 'elementor_header_footer'),
(9853, 807, '_elementor_global_class_usage_indexed', '1'),
(9855, 807, '_elementor_edit_mode', 'builder'),
(9856, 807, '_elementor_template_type', 'wp-page'),
(9857, 807, '_elementor_version', '4.2.1'),
(9858, 807, '_elementor_pro_version', '4.2.1'),
(9859, 807, '_elementor_global_class_usage_indexed_preview', '1'),
(9860, 807, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9861, 807, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9862, 807, '_elementor_page_settings', 'a:0:{}'),
(9863, 808, '_wp_page_template', 'elementor_header_footer'),
(9864, 808, '_elementor_global_class_usage_indexed', '1'),
(9866, 808, '_elementor_edit_mode', 'builder'),
(9867, 808, '_elementor_template_type', 'wp-page'),
(9868, 808, '_elementor_version', '4.2.1'),
(9869, 808, '_elementor_pro_version', '4.2.1'),
(9870, 808, '_elementor_global_class_usage_indexed_preview', '1'),
(9871, 808, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(9872, 808, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9919, 812, '_wp_page_template', 'elementor_header_footer'),
(9920, 812, '_elementor_global_class_usage_indexed', '1'),
(9922, 812, '_elementor_edit_mode', 'builder'),
(9923, 812, '_elementor_template_type', 'wp-page'),
(9924, 812, '_elementor_version', '4.2.1'),
(9925, 812, '_elementor_pro_version', '4.2.1'),
(9926, 812, '_elementor_global_class_usage_indexed_preview', '1'),
(9927, 812, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9928, 812, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(10026, 820, '_wp_page_template', 'elementor_header_footer'),
(10004, 818, '_wp_page_template', 'elementor_header_footer'),
(10005, 818, '_elementor_global_class_usage_indexed', '1'),
(12968, 1034, '_elementor_version', '4.2.1'),
(12969, 1034, '_elementor_pro_version', '4.2.1'),
(12970, 1034, '_elementor_global_class_usage_indexed_preview', '1'),
(10007, 818, '_elementor_edit_mode', 'builder'),
(10008, 818, '_elementor_template_type', 'wp-page'),
(10009, 818, '_elementor_version', '4.2.1'),
(10010, 818, '_elementor_pro_version', '4.2.1'),
(10011, 818, '_elementor_global_class_usage_indexed_preview', '1'),
(10012, 818, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10013, 818, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9887, 809, '_elementor_page_settings', 'a:0:{}'),
(13569, 1079, '_wp_page_template', 'elementor_header_footer'),
(13570, 1079, '_elementor_global_class_usage_indexed', '1'),
(13571, 1079, '_elementor_edit_mode', 'builder'),
(13572, 1079, '_elementor_template_type', 'wp-page'),
(13573, 1079, '_elementor_version', '4.2.1'),
(13574, 1079, '_elementor_pro_version', '4.2.1'),
(13575, 1079, '_elementor_global_class_usage_indexed_preview', '1'),
(13576, 1079, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13577, 1079, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0beaaac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"020a2be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"play_on_mobile\":\"yes\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9890, 810, '_wp_page_template', 'elementor_header_footer'),
(9891, 810, '_elementor_global_class_usage_indexed', '1'),
(9892, 810, '_elementor_edit_mode', 'builder'),
(9893, 810, '_elementor_template_type', 'wp-page'),
(9894, 810, '_elementor_version', '4.2.1'),
(9895, 810, '_elementor_pro_version', '4.2.1'),
(9896, 810, '_elementor_global_class_usage_indexed_preview', '1'),
(9897, 810, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(9898, 810, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9900, 810, '_elementor_page_settings', 'a:0:{}'),
(9903, 811, '_wp_page_template', 'elementor_header_footer'),
(9904, 811, '_elementor_global_class_usage_indexed', '1'),
(9905, 811, '_elementor_edit_mode', 'builder'),
(9906, 811, '_elementor_template_type', 'wp-page'),
(9907, 811, '_elementor_version', '4.2.1'),
(9908, 811, '_elementor_pro_version', '4.2.1'),
(9909, 811, '_elementor_global_class_usage_indexed_preview', '1'),
(9910, 811, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9911, 811, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(12906, 1030, '_wp_page_template', 'elementor_header_footer'),
(12907, 1030, '_elementor_global_class_usage_indexed', '1'),
(12908, 1030, '_elementor_edit_mode', 'builder'),
(12909, 1030, '_elementor_template_type', 'wp-page'),
(12910, 1030, '_elementor_version', '4.2.1'),
(12911, 1030, '_elementor_pro_version', '4.2.1'),
(12912, 1030, '_elementor_global_class_usage_indexed_preview', '1'),
(12913, 1030, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12914, 1030, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(10066, 823, '_wp_page_template', 'elementor_header_footer'),
(10040, 821, '_wp_page_template', 'elementor_header_footer'),
(10041, 821, '_elementor_global_class_usage_indexed', '1'),
(10042, 821, '_elementor_edit_mode', 'builder'),
(10043, 821, '_elementor_template_type', 'wp-page'),
(10044, 821, '_elementor_version', '4.2.1'),
(10045, 821, '_elementor_pro_version', '4.2.1'),
(10046, 821, '_elementor_global_class_usage_indexed_preview', '1'),
(10047, 821, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10048, 821, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9929, 812, '_elementor_page_settings', 'a:0:{}'),
(13566, 1078, '_elementor_page_settings', 'a:0:{}'),
(9932, 813, '_wp_page_template', 'elementor_header_footer'),
(9933, 813, '_elementor_global_class_usage_indexed', '1'),
(9935, 813, '_elementor_edit_mode', 'builder'),
(9936, 813, '_elementor_template_type', 'wp-page'),
(9937, 813, '_elementor_version', '4.2.1'),
(9938, 813, '_elementor_pro_version', '4.2.1'),
(9939, 813, '_elementor_global_class_usage_indexed_preview', '1'),
(9940, 813, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9941, 813, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9942, 813, '_elementor_page_settings', 'a:0:{}'),
(9945, 814, '_wp_page_template', 'elementor_header_footer'),
(9946, 814, '_elementor_global_class_usage_indexed', '1'),
(9948, 814, '_elementor_edit_mode', 'builder'),
(9949, 814, '_elementor_template_type', 'wp-page'),
(9950, 814, '_elementor_version', '4.2.1'),
(9951, 814, '_elementor_pro_version', '4.2.1'),
(9952, 814, '_elementor_global_class_usage_indexed_preview', '1'),
(9953, 814, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(9954, 814, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9969, 815, '_elementor_page_settings', 'a:0:{}'),
(13548, 1077, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(9972, 816, '_wp_page_template', 'elementor_header_footer'),
(9973, 816, '_elementor_global_class_usage_indexed', '1'),
(9974, 816, '_elementor_edit_mode', 'builder'),
(9975, 816, '_elementor_template_type', 'wp-page'),
(9976, 816, '_elementor_version', '4.2.1'),
(9977, 816, '_elementor_pro_version', '4.2.1'),
(9978, 816, '_elementor_global_class_usage_indexed_preview', '1'),
(9979, 816, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9980, 816, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(9982, 816, '_elementor_page_settings', 'a:0:{}'),
(13624, 1083, '_wp_page_template', 'elementor_header_footer'),
(9986, 817, '_elementor_global_class_usage_indexed', '1'),
(9987, 817, '_elementor_edit_mode', 'builder'),
(9988, 817, '_elementor_template_type', 'wp-page'),
(9989, 817, '_elementor_version', '4.2.1'),
(9990, 817, '_elementor_pro_version', '4.2.1'),
(9991, 817, '_elementor_global_class_usage_indexed_preview', '1'),
(9992, 817, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9993, 817, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(12964, 1034, '_wp_page_template', 'elementor_header_footer'),
(13046, 1040, '_wp_page_template', 'elementor_header_footer'),
(13047, 1040, '_elementor_global_class_usage_indexed', '1'),
(13048, 1040, '_elementor_edit_mode', 'builder'),
(13049, 1040, '_elementor_template_type', 'wp-page'),
(13050, 1040, '_elementor_version', '4.2.1'),
(10124, 827, '_wp_page_template', 'elementor_header_footer'),
(10125, 827, '_elementor_global_class_usage_indexed', '1'),
(10126, 827, '_elementor_edit_mode', 'builder'),
(10127, 827, '_elementor_template_type', 'wp-page'),
(10128, 827, '_elementor_version', '4.2.1'),
(10129, 827, '_elementor_pro_version', '4.2.1'),
(10130, 827, '_elementor_global_class_usage_indexed_preview', '1'),
(10131, 827, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10132, 827, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(12965, 1034, '_elementor_global_class_usage_indexed', '1'),
(12966, 1034, '_elementor_edit_mode', 'builder'),
(10208, 833, '_wp_page_template', 'elementor_header_footer'),
(10209, 833, '_elementor_global_class_usage_indexed', '1'),
(10210, 833, '_elementor_edit_mode', 'builder'),
(10211, 833, '_elementor_template_type', 'wp-page'),
(10212, 833, '_elementor_version', '4.2.1'),
(10213, 833, '_elementor_pro_version', '4.2.1'),
(10214, 833, '_elementor_global_class_usage_indexed_preview', '1'),
(10215, 833, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10216, 833, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(10250, 836, '_wp_page_template', 'elementor_header_footer'),
(10251, 836, '_elementor_global_class_usage_indexed', '1'),
(10252, 836, '_elementor_edit_mode', 'builder'),
(10253, 836, '_elementor_template_type', 'wp-page'),
(10254, 836, '_elementor_version', '4.2.1'),
(10255, 836, '_elementor_pro_version', '4.2.1'),
(10256, 836, '_elementor_global_class_usage_indexed_preview', '1'),
(10257, 836, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10258, 836, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(10014, 818, '_elementor_page_settings', 'a:0:{}'),
(10015, 819, '_wp_page_template', 'elementor_header_footer'),
(10016, 819, '_elementor_global_class_usage_indexed', '1'),
(12971, 1034, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(12972, 1034, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(10018, 819, '_elementor_edit_mode', 'builder'),
(10019, 819, '_elementor_template_type', 'wp-page'),
(10020, 819, '_elementor_version', '4.2.1'),
(10021, 819, '_elementor_pro_version', '4.2.1'),
(10022, 819, '_elementor_global_class_usage_indexed_preview', '1'),
(10023, 819, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10024, 819, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(10025, 819, '_elementor_page_settings', 'a:0:{}'),
(10027, 820, '_elementor_global_class_usage_indexed', '1'),
(10029, 820, '_elementor_edit_mode', 'builder'),
(10030, 820, '_elementor_template_type', 'wp-page'),
(10031, 820, '_elementor_version', '4.2.1'),
(10032, 820, '_elementor_pro_version', '4.2.1'),
(10033, 820, '_elementor_global_class_usage_indexed_preview', '1'),
(10034, 820, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10035, 820, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(10082, 824, '_wp_page_template', 'elementor_header_footer'),
(10083, 824, '_elementor_global_class_usage_indexed', '1'),
(10085, 824, '_elementor_edit_mode', 'builder'),
(10086, 824, '_elementor_template_type', 'wp-page'),
(10087, 824, '_elementor_version', '4.2.1'),
(10088, 824, '_elementor_pro_version', '4.2.1'),
(10089, 824, '_elementor_global_class_usage_indexed_preview', '1'),
(10090, 824, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10091, 824, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(12838, 1025, '_wp_page_template', 'elementor_header_footer'),
(12839, 1025, '_elementor_global_class_usage_indexed', '1'),
(12840, 1025, '_elementor_edit_mode', 'builder'),
(12841, 1025, '_elementor_template_type', 'wp-page'),
(12842, 1025, '_elementor_version', '4.2.1'),
(12843, 1025, '_elementor_pro_version', '4.2.1'),
(12844, 1025, '_elementor_global_class_usage_indexed_preview', '1'),
(12845, 1025, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(12846, 1025, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(10050, 821, '_elementor_page_settings', 'a:0:{}'),
(13600, 1081, '_elementor_edit_mode', 'builder'),
(13601, 1081, '_elementor_template_type', 'wp-page'),
(13602, 1081, '_elementor_version', '4.2.1'),
(13603, 1081, '_elementor_pro_version', '4.2.1'),
(13604, 1081, '_elementor_global_class_usage_indexed_preview', '1'),
(13605, 1081, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13606, 1081, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0beaaac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"020a2be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"play_on_mobile\":\"yes\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"eafd552\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"eca5734\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"187ee8f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10053, 822, '_wp_page_template', 'elementor_header_footer'),
(10054, 822, '_elementor_global_class_usage_indexed', '1'),
(10055, 822, '_elementor_edit_mode', 'builder'),
(10056, 822, '_elementor_template_type', 'wp-page'),
(10057, 822, '_elementor_version', '4.2.1'),
(10058, 822, '_elementor_pro_version', '4.2.1'),
(10059, 822, '_elementor_global_class_usage_indexed_preview', '1'),
(10060, 822, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10061, 822, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(10063, 822, '_elementor_page_settings', 'a:0:{}'),
(13754, 13, '_elementor_page_settings', 'a:0:{}'),
(13755, 13, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:10;s:11:\"header_size\";i:4;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:21:\"typography_typography\";i:1;s:11:\"title_color\";i:3;s:5:\"align\";i:7;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:2;s:21:\"_element_custom_width\";i:1;s:16:\"_flex_align_self\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:5:\"align\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:6;s:4:\"link\";i:6;s:13:\"selected_icon\";i:1;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}s:14:\"_section_style\";a:2:{s:27:\"_element_width_mobile_extra\";i:2;s:7:\"_margin\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:18:\"align_mobile_extra\";i:2;s:16:\"background_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:5:\"align\";i:3;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:28;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:8:{s:13:\"content_width\";i:19;s:14:\"flex_direction\";i:6;s:8:\"flex_gap\";i:4;s:5:\"width\";i:6;s:10:\"min_height\";i:4;s:16:\"flex_align_items\";i:1;s:20:\"flex_justify_content\";i:5;s:9:\"flex_wrap\";i:1;}}s:5:\"style\";a:4:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:28;}s:18:\"section_background\";a:9:{s:21:\"background_background\";i:7;s:16:\"background_color\";i:5;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;s:16:\"background_image\";i:3;s:19:\"background_position\";i:3;s:21:\"background_attachment\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;}s:26:\"section_background_overlay\";a:4:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_color_b\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:26:\"background_overlay_opacity\";i:3;}s:14:\"section_border\";a:1:{s:26:\"box_shadow_box_shadow_type\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"section_layout\";a:3:{s:7:\"padding\";i:15;s:6:\"margin\";i:2;s:11:\"css_classes\";i:7;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:28;}s:18:\"section_custom_css\";a:1:{s:10:\"custom_css\";i:1;}s:19:\"_section_responsive\";a:4:{s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:13:\"selected_icon\";i:6;s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:10:\"title_size\";i:6;s:4:\"view\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:5:{s:8:\"position\";i:3;s:18:\"title_bottom_space\";i:3;s:21:\"position_mobile_extra\";i:3;s:26:\"content_vertical_alignment\";i:3;s:10:\"text_align\";i:3;}s:18:\"section_style_icon\";a:1:{s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:6:{s:27:\"title_typography_typography\";i:6;s:26:\"title_typography_font_size\";i:3;s:33:\"description_typography_typography\";i:3;s:32:\"description_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:6;s:17:\"description_color\";i:2;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:3;s:14:\"_element_width\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:3;s:13:\"_border_width\";i:3;s:13:\"_border_color\";i:3;s:22:\"_box_shadow_box_shadow\";i:3;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:19:\"_section_responsive\";a:4:{s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_video\";a:8:{s:10:\"video_type\";i:2;s:10:\"hosted_url\";i:2;s:8:\"autoplay\";i:2;s:4:\"mute\";i:2;s:4:\"loop\";i:2;s:8:\"controls\";i:1;s:6:\"poster\";i:2;s:14:\"play_on_mobile\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_video_style\";a:1:{s:12:\"aspect_ratio\";i:2;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:19:\"_section_responsive\";a:2:{s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:20:\"pp-info-box-carousel\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:18:\"section_info_boxes\";a:7:{s:13:\"pp_info_boxes\";i:3;s:6:\"layout\";i:3;s:14:\"title_html_tag\";i:2;s:18:\"sub_title_html_tag\";i:1;s:20:\"columns_mobile_extra\";i:1;s:7:\"columns\";i:1;s:18:\"equal_height_boxes\";i:1;}}s:5:\"style\";a:5:{s:20:\"section_layout_style\";a:3:{s:5:\"align\";i:2;s:11:\"columns_gap\";i:1;s:8:\"rows_gap\";i:1;}s:22:\"section_info_box_style\";a:6:{s:30:\"info_box_background_background\";i:2;s:22:\"info_box_border_border\";i:2;s:21:\"info_box_border_width\";i:2;s:21:\"info_box_border_color\";i:2;s:22:\"info_box_border_radius\";i:1;s:16:\"info_box_padding\";i:3;}s:27:\"section_info_box_icon_style\";a:2:{s:9:\"icon_size\";i:2;s:11:\"icon_margin\";i:2;}s:28:\"section_info_box_title_style\";a:8:{s:12:\"title_margin\";i:2;s:27:\"title_typography_typography\";i:3;s:30:\"subtitle_typography_typography\";i:1;s:34:\"subtitle_typography_text_transform\";i:1;s:34:\"subtitle_typography_letter_spacing\";i:1;s:31:\"subtitle_typography_font_weight\";i:1;s:31:\"title_typography_letter_spacing\";i:1;s:28:\"title_typography_font_weight\";i:1;}s:30:\"section_info_description_style\";a:3:{s:17:\"description_color\";i:2;s:33:\"description_typography_typography\";i:2;s:32:\"description_typography_font_size\";i:2;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:2;}}}}s:4:\"html\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"html\";i:1;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),
(13783, 28, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:5:{i:0;s:16:\"widget-icon-list\";i:1;s:19:\"widget-social-icons\";i:2;s:14:\"e-apple-webkit\";i:3;s:8:\"e-sticky\";i:4;s:12:\"widget-image\";}s:7:\"scripts\";a:4:{i:0;s:18:\"elementor-frontend\";i:1;s:8:\"e-sticky\";i:2;s:16:\"jquery-smartmenu\";i:3;s:16:\"pp-advanced-menu\";}}'),
(13784, 31, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:5:{i:0;s:12:\"widget-image\";i:1;s:19:\"widget-social-icons\";i:2;s:14:\"e-apple-webkit\";i:3;s:14:\"widget-heading\";i:4;s:16:\"widget-icon-list\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(13785, 10, '_elementor_css', 'a:6:{s:4:\"time\";i:1786992829;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(13786, 13, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:5:{i:0;s:14:\"widget-heading\";i:1;s:20:\"e-animation-fadeInUp\";i:2;s:15:\"widget-icon-box\";i:3;s:12:\"widget-image\";i:4;s:12:\"widget-video\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:6:\"swiper\";i:2;s:18:\"powerpack-frontend\";}}'),
(13787, 13, '_elementor_css', 'a:6:{s:4:\"time\";i:1786992829;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:3:\"svg\";i:12;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(13788, 28, '_elementor_css', 'a:6:{s:4:\"time\";i:1786992829;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:2;s:9:\"fa-brands\";i:4;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:8:\"37b1ebe3\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(13789, 31, '_elementor_css', 'a:6:{s:4:\"time\";i:1786992830;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:9:\"fa-brands\";i:2;s:0:\"\";i:12;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13790, 28, '_elementor_element_cache', '{\"timeout\":1787171459,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-75def8f3 elementor-hidden-mobile_extra elementor-hidden-mobile elementor-hidden-tablet_extra elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"75def8f3\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-4a4532b6 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"4a4532b6\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-65263c63 elementor-icon-list--layout-inline elementor-tablet_extra-align-center elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"65263c63\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items elementor-inline-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item elementor-inline-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"tel:5023021480\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-phone-alt\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">(502) 302-1480<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item elementor-inline-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"mailto:thedrywallmanllc@gmail.com\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-envelope\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">thedrywallmanllc@gmail.com<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-dc952d6 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"dc952d6\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-51850fe4 elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\\\" data-id=\\\"51850fe4\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\" role=\\\"list\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-1a75682\\\" href=\\\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook-f<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-facebook-f\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-3bd22be\\\" href=\\\"https:\\/\\/www.instagram.com\\/thedrywallmanllc\\/\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Instagram<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-instagram\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-c7bdfc5 elementor-hidden-widescreen elementor-hidden-desktop e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"c7bdfc5\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;tablet_extra&quot;,&quot;tablet&quot;,&quot;mobile_extra&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-2c26799 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"2c26799\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-739593a elementor-align-right elementor-tablet_extra-align-justify elementor-widget-tablet_extra__width-initial elementor-widget elementor-widget-button\\\" data-id=\\\"739593a\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Free Estimate<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9bd4685 elementor-align-right elementor-tablet_extra-align-justify elementor-widget-tablet_extra__width-initial elementor-widget elementor-widget-button\\\" data-id=\\\"9bd4685\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"tel:(502)3021480\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">(502) 302-1480<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-124bae37 header-section e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"124bae37\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_effects_offset&quot;:50,&quot;sticky_offset_tablet_extra&quot;:66,&quot;sticky_offset_mobile_extra&quot;:59,&quot;sticky_offset_mobile&quot;:50,&quot;sticky_anchor_link_offset_tablet_extra&quot;:300,&quot;sticky_on&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;,&quot;mobile_extra&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-1764250d e-con-full e-flex e-con e-child\\\" data-id=\\\"1764250d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"71fbc37774a997d9b7ec7e43dcb3fdea\\\" data=\\\"eyJpZCI6IjM3YjFlYmUzIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaW1hZ2UiOnsiaWQiOjg4NSwidXJsIjoiaHR0cHM6XC9cL21yYXJpZi5tZVwvZHJ5d2FsbG1hbmxsY1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDdcL2xvZ28tMi0xLnBuZyIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImltYWdlX3NpemUiOiJmdWxsIiwiYWxpZ24iOiJsZWZ0IiwibGlua190byI6ImN1c3RvbSIsInNwYWNlX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwic3BhY2VfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJwcF9kaXNwbGF5X2NvbmRpdGlvbnMiOlt7Il9pZCI6ImVmMWYwNTIiLCJwcF9jb25kaXRpb25fZGF0ZV90aW1lX2JlZm9yZV92YWx1ZSI6IjIwMjQtMDItMDEgMDk6NTMiLCJwcF9jb25kaXRpb25fZGF0ZV92YWx1ZSI6IjIwMjUtMDgtMjkgdG8gMjAyNS0wOS0wNCJ9XSwicHBfZWxlbWVudHNfdG9vbHRpcF9jb250ZW50IjoiVG9vbHRpcCBDb250ZW50IiwiX19keW5hbWljX18iOnsibGluayI6IltlbGVtZW50b3ItdGFnIGlkPVwiNzA0MzgzM1wiIG5hbWU9XCJzaXRlLXVybFwiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sInNwYWNlX21vYmlsZV9leHRyYSI6eyJ1bml0IjoicHgiLCJzaXplIjo3MCwic2l6ZXMiOltdfSwid2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sInNwYWNlIjp7InVuaXQiOiJweCIsInNpemUiOjEwMiwic2l6ZXMiOltdfSwic3BhY2VfdGFibGV0X2V4dHJhIjp7InVuaXQiOiJweCIsInNpemUiOjg1LCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7612418c e-con-full e-flex e-con e-child\\\" data-id=\\\"7612418c\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"71fbc37774a997d9b7ec7e43dcb3fdea\\\" data=\\\"eyJpZCI6IjRhY2M1ZTZlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJyaWdodCIsInBvaW50ZXIiOiJub25lIiwidG9nZ2xlX2xhYmVsIjoiTWVudSIsInBwX2Rpc3BsYXlfY29uZGl0aW9ucyI6W3siX2lkIjoiNmQ5MGFlMyIsInBwX2NvbmRpdGlvbl9kYXRlX3RpbWVfYmVmb3JlX3ZhbHVlIjoiMjAyNC0wMi0wMSAwOTo1MyIsInBwX2NvbmRpdGlvbl9kYXRlX3ZhbHVlIjoiMjAyNS0wOC0yOSB0byAyMDI1LTA5LTA0In1dLCJwcF9lbGVtZW50c190b29sdGlwX2NvbnRlbnQiOiJUb29sdGlwIENvbnRlbnQiLCJtZW51X3R5cGUiOiJvZmYtY2FudmFzIiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6IiMwMjAxMDEwMCIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yX2hvdmVyIjoiIzAyMDEwMTAwIiwib2ZmY2FudmFzX3Bvc2l0aW9uIjoicmlnaHQiLCJjbG9zZV9pY29uX2JhY2tncm91bmRfY29sb3IiOiIjMDIwMTAxMDAiLCJjbG9zZV9pY29uX2JhY2tncm91bmRfY29sb3JfaG92ZXIiOiIjMDIwMTAxMDAiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTQsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJfX2dsb2JhbHNfXyI6eyJ0b2dnbGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IwIiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMyIsIm92ZXJsYXlfYmdfY29sb3IiOiIiLCJtb2JpbGVfbGlua19jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjUiLCJtb2JpbGVfc3ViX2xpbmtfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I0IiwibW9iaWxlX3N1Yl9saW5rX2JnX2NvbG9yIjoiIiwibW9iaWxlX2xpbmtfYmdfaG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IwIiwibW9iaWxlX2xpbmtfaG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I1IiwibW9iaWxlX3N1Yl9saW5rX2JnX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMCIsIm1vYmlsZV9zdWJfbGlua19ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjUiLCJjbG9zZV9pY29uX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNSIsImNsb3NlX2ljb25fY29sb3JfaG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I1IiwiY29sb3JfbWVudV9pdGVtIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMiIsImNvbG9yX21lbnVfaXRlbV9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjEiLCJjb2xvcl9tZW51X2l0ZW1fYWN0aXZlIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IyIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I1IiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNSIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IxIiwiZHJvcGRvd25fZGl2aWRlcl9jb2xvciI6IiJ9LCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjE0LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwiY29udGVudF93aWR0aCI6ImZ1bGwiLCJjb2xvcl9tZW51X2l0ZW0iOiIjNDM0YzU1IiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiIzEzYWE2NSIsImNvbG9yX21lbnVfaXRlbV9hY3RpdmUiOiIjMTNhYTY1IiwiY29sb3JfZHJvcGRvd25faXRlbSI6IiM0MzRjNTUiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjRkZGRkZGIiwiY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiJyZ2JhKDY3LDc2LDg1LDAuODMpIiwiY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiIjRkZGRkZGIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6InJnYmEoNjcsNzYsODUsMC44MykiLCJkcm9wZG93bl9kaXZpZGVyX2JvcmRlciI6InNvbGlkIiwiZHJvcGRvd25fZGl2aWRlcl9jb2xvciI6IiM0MzRDNTUyOSIsImRyb3Bkb3duX2RpdmlkZXJfd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwidG9nZ2xlX2NvbG9yIjoiIzEzYWE2NSIsInRvZ2dsZV9jb2xvcl9ob3ZlciI6IiMzMzQxNTUiLCJvdmVybGF5X2JnX2NvbG9yIjoiIzIyMjkzMyIsIm1vYmlsZV9saW5rX2NvbG9yIjoiI0ZGRkZGRiIsIm1vYmlsZV9zdWJfbGlua19iZ19jb2xvciI6IiMxRjI1MkMiLCJtb2JpbGVfc3ViX2xpbmtfY29sb3IiOiIjRjBGNUZBIiwibW9iaWxlX2xpbmtfaG92ZXIiOiIjRkZGRkZGIiwibW9iaWxlX2xpbmtfYmdfaG92ZXIiOiIjMTNhYTY1IiwibW9iaWxlX3N1Yl9saW5rX2JnX2hvdmVyIjoiIzEzYWE2NSIsIm1vYmlsZV9zdWJfbGlua19ob3ZlciI6IiNGRkZGRkYiLCJjbG9zZV9pY29uX2NvbG9yIjoiI0ZGRkZGRiIsImNsb3NlX2ljb25fY29sb3JfaG92ZXIiOiIjRkZGRkZGIiwiZHJvcGRvd25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sImRyb3Bkb3duX2JveF9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiZHJvcGRvd25fYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOjAsInZlcnRpY2FsIjo5LCJibHVyIjozMCwic3ByZWFkIjozLCJjb2xvciI6InJnYmEoMCwgMCwgMCwgMC4xMSkifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InBwLWFkdmFuY2VkLW1lbnUifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-b4da6c7 e-con-full elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con e-child\\\" data-id=\\\"b4da6c7\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-82ac4c0 elementor-align-right elementor-widget elementor-widget-button\\\" data-id=\\\"82ac4c0\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Free Estimate<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f7cd790 elementor-align-right elementor-widget elementor-widget-button\\\" data-id=\\\"f7cd790\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"tel:(502)3021480\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-phone-alt\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">(502) 302-1480<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(13791, 131, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>'),
(13792, 109, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13793, 13, '_elementor_element_cache', '{\"timeout\":1787171460,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-1c11d34 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"1c11d34\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-b265b50 e-con-full e-flex e-con e-child\\\" data-id=\\\"b265b50\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f608d78 elementor-widget elementor-widget-heading\\\" data-id=\\\"f608d78\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Your Walls &amp;\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span><\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"71fbc37774a997d9b7ec7e43dcb3fdea\\\" data=\\\"eyJpZCI6IjFiMjllOGEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5Mb3Vpc3ZpbGxlJ3MgdHJ1c3RlZCBkcnl3YWxsIHNwZWNpYWxpc3RzLiBSZXBhaXJzLCBpbnN0YWxsYXRpb25zLCBhbmQgZmxhd2xlc3MgZmluaXNoZXNcdTAwYTAgZm9yIGhvbWVzIGFuZCBidXNpbmVzc2VzIG9mIGFueSBzaXplLjxcL3A+IiwicHBfZGlzcGxheV9jb25kaXRpb25zIjpbeyJfaWQiOiI5NmIzZTQ1In1dLCJwcF9lbGVtZW50c190b29sdGlwX2NvbnRlbnQiOiJUb29sdGlwIENvbnRlbnQiLCJ0ZXh0X2NvbG9yIjoiI0RCREJEQiIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiIifSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsImFsaWduX21vYmlsZV9leHRyYSI6ImNlbnRlciIsInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZV9leHRyYSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoX3RhYmxldF9leHRyYSI6eyJ1bml0IjoiJSIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJfZWxlbWVudF9jdXN0b21fd2lkdGhfbW9iaWxlX2V4dHJhIjp7InVuaXQiOiIlIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF9tb2JpbGUiOnsidW5pdCI6IiUiLCJzaXplIjoiIiwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]<div class=\\\"elementor-element elementor-element-8b618f0 e-con-full e-flex e-con e-child\\\" data-id=\\\"8b618f0\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-fe28115 elementor-mobile_extra-align-justify elementor-widget-mobile_extra__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"fe28115\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Get a Free Estimate<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9ce1c62 elementor-mobile_extra-align-justify elementor-widget-mobile_extra__width-inherit elementor-widget elementor-widget-button\\\" data-id=\\\"9ce1c62\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"tel:5023021480\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" height=\\\"512\\\" viewBox=\\\"0 0 32 32\\\" width=\\\"512\\\"><g id=\\\"Layer_3\\\" data-name=\\\"Layer 3\\\"><path d=\\\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\\\"><\\/path><\\/g><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Call Us Now<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-8db01f1 e-con-full e-flex e-con e-child\\\" data-id=\\\"8db01f1\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6b80ce7 elementor-position-inline-start elementor-widget__width-initial animated-slow elementor-mobile_extra-position-block-start elementor-view-stacked elementor-shape-circle elementor-mobile-position-block-start elementor-invisible elementor-widget elementor-widget-icon-box\\\" data-id=\\\"6b80ce7\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" id=\\\"Layer_1\\\" viewBox=\\\"0 0 100 100\\\"><path d=\\\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tFully Insured\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6879ef4 elementor-position-inline-start elementor-widget__width-initial animated-slow elementor-mobile_extra-position-block-start elementor-view-stacked elementor-shape-circle elementor-mobile-position-block-start elementor-invisible elementor-widget elementor-widget-icon-box\\\" data-id=\\\"6879ef4\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" id=\\\"Layer_1\\\" viewBox=\\\"0 0 100 100\\\"><path d=\\\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h6 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tFree Estimates\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h6>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-bc1c34a elementor-position-inline-start elementor-widget__width-initial animated-slow elementor-mobile_extra-position-block-start elementor-view-stacked elementor-shape-circle elementor-mobile-position-block-start elementor-invisible elementor-widget elementor-widget-icon-box\\\" data-id=\\\"bc1c34a\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" id=\\\"Layer_1\\\" viewBox=\\\"0 0 100 100\\\"><path d=\\\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h6 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tLouisville Owned &amp; Operated\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h6>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-dbb1839 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"dbb1839\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-4f6b9a8 e-con-full e-flex e-con e-child\\\" data-id=\\\"4f6b9a8\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0beaaac elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-widget elementor-widget-image\\\" data-id=\\\"0beaaac\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1632\\\" height=\\\"1088\\\" src=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Untitled-2222.jpg\\\" class=\\\"attachment-full size-full wp-image-1086\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e8eb416 elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-video\\\" data-id=\\\"e8eb416\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;}\\\" data-widget_type=\\\"video.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"e-hosted-video elementor-wrapper elementor-open-inline\\\">\\n\\t\\t\\t\\t\\t<video class=\\\"elementor-video\\\" src=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\\\" autoplay=\\\"\\\" loop=\\\"\\\" muted=\\\"muted\\\" playsinline=\\\"\\\" controlsList=\\\"nodownload\\\" poster=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\\\"><\\/video>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-604faa8 e-con-full e-flex e-con e-child\\\" data-id=\\\"604faa8\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-231e3b2 elementor-widget elementor-widget-heading\\\" data-id=\\\"231e3b2\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Louisville, KY Drywall Specialists\\n<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cb12ce2 elementor-widget elementor-widget-heading\\\" data-id=\\\"cb12ce2\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Walls You\'ll Be Proud Of.\\n<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"71fbc37774a997d9b7ec7e43dcb3fdea\\\" data=\\\"eyJpZCI6ImRkMGE0YTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5XaGV0aGVyIHlvdSd2ZSBnb3QgYSBzbWFsbCBob2xlIGluIHRoZSBiZWRyb29tIG9yIG5lZWQgYW4gZW50aXJlIHJvb20gZHJ5d2FsbGVkIGZyb20gc2NyYXRjaCBcdTIwMTQgd2Ugc2hvdyB1cCBvbiB0aW1lLCBkbyB0aGUgam9iIGNsZWFuLCBhbmQgbGVhdmUgeW91ciBzcGFjZSBiZXR0ZXIgdGhhbiB3ZSBmb3VuZCBpdC4gSmFpbWUgYW5kIGhpcyBjcmV3IGhhdmUgYmVlbiB0YWtpbmcgY2FyZSBvZiBMb3Vpc3ZpbGxlIGhvbWVvd25lcnMgYW5kIGJ1c2luZXNzZXMgZm9yIHllYXJzLiBObyBzaG9ydGN1dHMuIE5vIG1lc3MgbGVmdCBiZWhpbmQuIEp1c3QgcXVhbGl0eSB5b3UgY2FuIHNlZS48XC9wPiIsInBwX2Rpc3BsYXlfY29uZGl0aW9ucyI6W3siX2lkIjoiMWFiOGZkMyJ9XSwicHBfZWxlbWVudHNfdG9vbHRpcF9jb250ZW50IjoiVG9vbHRpcCBDb250ZW50In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-7d72ba9 elementor-widget elementor-widget-button\\\" data-id=\\\"7d72ba9\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Request Your Free Estimate<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-f0a8a3b what-we-do-section e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"f0a8a3b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-5d5b453 e-con-full e-flex e-con e-child\\\" data-id=\\\"5d5b453\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-725f9a8 elementor-widget elementor-widget-heading\\\" data-id=\\\"725f9a8\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">What We Do<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"71fbc37774a997d9b7ec7e43dcb3fdea\\\" data=\\\"eyJpZCI6IjRlZTNlMjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5Gcm9tIG1pbm9yIHJlcGFpcnMgdG8gZnVsbCBpbnN0YWxsYXRpb25zIFx1MjAxNCBubyBwcm9qZWN0IHRvbyBzbWFsbCwgbm8gam9iIHRvbyBiaWcuPFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInBwX2Rpc3BsYXlfY29uZGl0aW9ucyI6W3siX2lkIjoiMTA5MWQ2NCJ9XSwicHBfZWxlbWVudHNfdG9vbHRpcF9jb250ZW50IjoiVG9vbHRpcCBDb250ZW50In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-1a04d48 e-con-full e-flex e-con e-child\\\" data-id=\\\"1a04d48\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"71fbc37774a997d9b7ec7e43dcb3fdea\\\" data=\\\"eyJpZCI6ImMzNzFkNDIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJwcF9pbmZvX2JveGVzIjpbeyJ0aXRsZSI6IkRyeXdhbGwgUmVwYWlyIiwiX2lkIjoiODQ2YzJhOCIsInN1YnRpdGxlIjoiIiwiZGVzY3JpcHRpb24iOiI8cD5Ib2xlcywgY3JhY2tzLCB3YXRlciBkYW1hZ2UgXHUyMDE0IHdlIG1hdGNoIHlvdXIgZXhpc3RpbmcgdGV4dHVyZSBwZXJmZWN0bHkuPFwvcD4iLCJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjp7InVybCI6Imh0dHBzOlwvXC9tcmFyaWYubWVcL2RyeXdhbGxtYW5sbGNcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9zcGF0dWxhXzIyNDU3MjUuc3ZnIiwiaWQiOjE5MX0sImxpYnJhcnkiOiJzdmcifSwiaWNvbl90ZXh0IjoiMSIsImJ1dHRvbl90ZXh0IjoiR2V0IFN0YXJ0ZWQifSx7InRpdGxlIjoiRHJ5d2FsbCBJbnN0YWxsYXRpb24iLCJfaWQiOiJiMDliYTY2Iiwic3VidGl0bGUiOiIiLCJkZXNjcmlwdGlvbiI6IjxwPk5ldyBjb25zdHJ1Y3Rpb24gb3IgcmVtb2RlbCBcdTIwMTQgc21vb3RoLCBsZXZlbCB3YWxscyByZWFkeSB0byBwYWludC48XC9wPiIsInNlbGVjdGVkX2ljb24iOnsidmFsdWUiOnsidXJsIjoiaHR0cHM6XC9cL21yYXJpZi5tZVwvZHJ5d2FsbG1hbmxsY1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDdcL3BhaW50YnJ1c2hfMTAxNzcxNDAuc3ZnIiwiaWQiOjE5OH0sImxpYnJhcnkiOiJzdmcifSwiaWNvbl90ZXh0IjoiMSIsImJ1dHRvbl90ZXh0IjoiR2V0IFN0YXJ0ZWQifSx7InRpdGxlIjoiQ2VpbGluZyBSZXBhaXIiLCJfaWQiOiI2ZDMxY2QzIiwic3VidGl0bGUiOiIiLCJkZXNjcmlwdGlvbiI6IjxwPlNhZ2dpbmcsIGNyYWNrZWQsIG9yIGRhbWFnZWQgY2VpbGluZ3MgcmVzdG9yZWQgdG8gbGlrZS1uZXcgY29uZGl0aW9uLjxcL3A+Iiwic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6eyJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvaGFuZ2luZy1idWxiXzE1MjY1ODk3LnN2ZyIsImlkIjoyMDB9LCJsaWJyYXJ5Ijoic3ZnIn0sImljb25fdGV4dCI6IjEiLCJidXR0b25fdGV4dCI6IkdldCBTdGFydGVkIn0seyJ0aXRsZSI6IlRleHR1cmUgTWF0Y2hpbmciLCJzdWJ0aXRsZSI6IiIsImRlc2NyaXB0aW9uIjoiPHA+V2UgYmxlbmQgc2VhbWxlc3NseSB3aXRoIHlvdXIgZXhpc3Rpbmcgd2FsbCB0ZXh0dXJlLiBObyB2aXNpYmxlIHBhdGNoZXMuPFwvcD4iLCJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjp7InVybCI6Imh0dHBzOlwvXC9tcmFyaWYubWVcL2RyeXdhbGxtYW5sbGNcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9jYWxsXzE0MjEzOTM5LnN2ZyIsImlkIjoyMDF9LCJsaWJyYXJ5Ijoic3ZnIn0sImljb25fdGV4dCI6IjEiLCJidXR0b25fdGV4dCI6IkdldCBTdGFydGVkIiwiX2lkIjoiMzI0ZGFhNCJ9LHsidGl0bGUiOiJXYXRlciBEYW1hZ2UgUmVzdG9yYXRpb24gIiwic3VidGl0bGUiOiIiLCJkZXNjcmlwdGlvbiI6IjxwPlJlbW92ZSBkYW1hZ2VkIGRyeXdhbGwgYW5kIHJlc3RvcmUgd2FsbHMgYWZmZWN0ZWQgYnkgbGVha3Mgb3IgZmxvb2RpbmcuPFwvcD4iLCJzZWxlY3RlZF9pY29uIjp7InZhbHVlIjp7InVybCI6Imh0dHBzOlwvXC9tcmFyaWYubWVcL2RyeXdhbGxtYW5sbGNcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9ob3VzZS1jb250cm9sXzc4MDMwMDcuc3ZnIiwiaWQiOjIwMn0sImxpYnJhcnkiOiJzdmcifSwiaWNvbl90ZXh0IjoiMSIsImJ1dHRvbl90ZXh0IjoiR2V0IFN0YXJ0ZWQiLCJfaWQiOiIzOWJkMzM4In0seyJ0aXRsZSI6IkNvbW1lcmNpYWwgJiBSZXNpZGVudGlhbCIsInN1YnRpdGxlIjoiIiwiZGVzY3JpcHRpb24iOiI8cD5XZSB3b3JrIG9uIGhvbWVzLCByZW50YWwgcHJvcGVydGllcywgb2ZmaWNlcywgYW5kIGNvbW1lcmNpYWwgc3BhY2VzLjxcL3A+Iiwic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6eyJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvdmlsbGFfOTkzOTYyOS5zdmciLCJpZCI6MjAzfSwibGlicmFyeSI6InN2ZyJ9LCJpY29uX3RleHQiOiIxIiwiYnV0dG9uX3RleHQiOiJHZXQgU3RhcnRlZCIsIl9pZCI6Ijk3OTJhOGQifV0sImxheW91dCI6ImdyaWQiLCJ0aXRsZV9odG1sX3RhZyI6Img1IiwiYWxpZ24iOiJsZWZ0IiwiaW5mb19ib3hfYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImluZm9fYm94X2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsImluZm9fYm94X2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxIiwicmlnaHQiOiIxIiwiYm90dG9tIjoiMSIsImxlZnQiOiIxIiwiaXNMaW5rZWQiOnRydWV9LCJpbmZvX2JveF9ib3JkZXJfY29sb3IiOiIjRUNFOUUyIiwiaW5mb19ib3hfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNCIsInJpZ2h0IjoiMTQiLCJib3R0b20iOiIxNCIsImxlZnQiOiIxNCIsImlzTGlua2VkIjp0cnVlfSwiaW5mb19ib3hfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiI0MCIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiI0MCIsImxlZnQiOiIzMCIsImlzTGlua2VkIjpmYWxzZX0sImljb25fc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwiaWNvbl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjMwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0aXRsZV9tYXJnaW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6MTQsInNpemVzIjpbXX0sImRlc2NyaXB0aW9uX2NvbG9yIjoiIzRCNTM0RiIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJwcF9kaXNwbGF5X2NvbmRpdGlvbnMiOlt7Il9pZCI6IjcxYjBiNTUifV0sInBwX2VsZW1lbnRzX3Rvb2x0aXBfY29udGVudCI6IlRvb2x0aXAgQ29udGVudCIsIl9fZ2xvYmFsc19fIjp7ImluZm9fYm94X2JhY2tncm91bmRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I0IiwiaWNvbl9jb2xvcl9ub3JtYWwiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IxIn0sIl9jc3NfY2xhc3NlcyI6InNlcnZpY2UtY2FyZCIsImNvbHVtbnNfZ2FwX21vYmlsZV9leHRyYSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwicm93c19nYXBfbW9iaWxlX2V4dHJhIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJpbmZvX2JveF9wYWRkaW5nX21vYmlsZV9leHRyYSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMTUiLCJib3R0b20iOiIyMCIsImxlZnQiOiIxNSIsImlzTGlua2VkIjpmYWxzZX0sImljb25fc2l6ZV9tb2JpbGVfZXh0cmEiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sImljb25fbWFyZ2luX21vYmlsZV9leHRyYSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTIiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZV9leHRyYSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwiZGVzY3JpcHRpb25fdHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlX2V4dHJhIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoicHAtaW5mby1ib3gtY2Fyb3VzZWwifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-ca7ea81 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"ca7ea81\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">See All Our Work<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-4b19c55 how-it-work-section e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"4b19c55\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-a58e2f0 e-con-full e-flex e-con e-child\\\" data-id=\\\"a58e2f0\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8abf9cd elementor-widget elementor-widget-heading\\\" data-id=\\\"8abf9cd\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">How It Works<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-743d249 elementor-widget elementor-widget-heading\\\" data-id=\\\"743d249\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Getting Started Is Simple<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"71fbc37774a997d9b7ec7e43dcb3fdea\\\" data=\\\"eyJpZCI6IjYxN2Q2NmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5Gcm9tIHlvdXIgZmlyc3QgY2FsbCB0byBhIGZpbmlzaGVkIHdhbGwgXHUyMDE0IGhlcmUncyB3aGF0IHRvIGV4cGVjdC48XC9wPiIsImFsaWduIjoiY2VudGVyIiwicHBfZGlzcGxheV9jb25kaXRpb25zIjpbeyJfaWQiOiIxMDkxZDY0In1dLCJwcF9lbGVtZW50c190b29sdGlwX2NvbnRlbnQiOiJUb29sdGlwIENvbnRlbnQifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-b1abf18 e-con-full e-flex e-con e-child\\\" data-id=\\\"b1abf18\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-9f96a1f e-con-full e-flex e-con e-child\\\" data-id=\\\"9f96a1f\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"71fbc37774a997d9b7ec7e43dcb3fdea\\\" data=\\\"eyJpZCI6Ijc3NjFhYjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJwcF9pbmZvX2JveGVzIjpbeyJ0aXRsZSI6IjAxIiwiX2lkIjoiMDM3ZjZhNSIsInN1YnRpdGxlIjoiIFJlcXVlc3QgWW91ciBFc3RpbWF0ZSIsImRlc2NyaXB0aW9uIjoiPHA+Q2FsbCwgdGV4dCwgb3IgZmlsbCBvdXQgdGhlIGZvcm0gb25saW5lLiBKYWltZSB3aWxsIGdldCBiYWNrIHRvIHlvdSBmYXN0IFx1MjAxNCB1c3VhbGx5IHNhbWUgZGF5LjxcL3A+IiwiaWNvbl90eXBlIjoibm9uZSIsImljb25fdGV4dCI6IjEiLCJidXR0b25fdGV4dCI6IkdldCBTdGFydGVkIn0seyJ0aXRsZSI6IjAyIiwic3VidGl0bGUiOiJXZSBDb21lIFRvIFlvdSIsImRlc2NyaXB0aW9uIjoiPHA+SmFpbWUgdmlzaXRzIHlvdXIgaG9tZSBvciBwcm9wZXJ0eSwgYXNzZXNzZXMgdGhlIHdvcmssIGFuZCBnaXZlcyB5b3UgYSBjbGVhciwgaG9uZXN0IHF1b3RlIFx1MjAxNCBubyBzdXJwcmlzZXMuPFwvcD4iLCJpY29uX3R5cGUiOiJub25lIiwiaWNvbl90ZXh0IjoiMSIsImJ1dHRvbl90ZXh0IjoiR2V0IFN0YXJ0ZWQiLCJfaWQiOiI2ZTMyYTgyIn0seyJ0aXRsZSI6IjAzIiwic3VidGl0bGUiOiJDbGVhbiBXb3JrLCBEb25lIFJpZ2h0IiwiZGVzY3JpcHRpb24iOiI8cD5XZSBjb21wbGV0ZSB0aGUgam9iIG9uIHNjaGVkdWxlLCBjbGVhbiB1cCBjb21wbGV0ZWx5LCBhbmQgbGVhdmUgeW91ciB3YWxscyBzbW9vdGggYW5kIHJlYWR5IHRvIHBhaW50LjxcL3A+IiwiaWNvbl90eXBlIjoibm9uZSIsImljb25fdGV4dCI6IjEiLCJidXR0b25fdGV4dCI6IkdldCBTdGFydGVkIiwiX2lkIjoiOWFiNzAyMyJ9XSwibGF5b3V0IjoiZ3JpZCIsInN1YnRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInN1YnRpdGxlX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJzdWJ0aXRsZV90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjEsInNpemVzIjpbXX0sInBwX2Rpc3BsYXlfY29uZGl0aW9ucyI6W3siX2lkIjoiNzliYjY3MCJ9XSwicHBfZWxlbWVudHNfdG9vbHRpcF9jb250ZW50IjoiVG9vbHRpcCBDb250ZW50Iiwic3ViX3RpdGxlX2h0bWxfdGFnIjoiaDYiLCJpbmZvX2JveF9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjIwIiwicmlnaHQiOiIyMCIsImJvdHRvbSI6IjIwIiwibGVmdCI6IjIwIiwiaXNMaW5rZWQiOnRydWV9LCJzdWJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiODAwIiwiX19nbG9iYWxzX18iOnsic3VidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IxIn0sImNvbHVtbnNfbW9iaWxlX2V4dHJhIjoiMSIsImluZm9fYm94X3BhZGRpbmdfbW9iaWxlX2V4dHJhIjp7InVuaXQiOiJweCIsInRvcCI6IjEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6Miwic2l6ZXMiOltdfSwiX2Nzc19jbGFzc2VzIjoiaG93LWl0LXdvcmtzLWl0ZW0ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoicHAtaW5mby1ib3gtY2Fyb3VzZWwifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-60996a2 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"60996a2\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-c3dc271 e-con-full e-flex e-con e-child\\\" data-id=\\\"c3dc271\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-67d36d7 elementor-widget elementor-widget-heading\\\" data-id=\\\"67d36d7\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Why Choose Us \\u2014 Trust Pillars<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-48187a5 elementor-widget elementor-widget-heading\\\" data-id=\\\"48187a5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Why Louisville Trusts The Drywall Man<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-dc0e7fe e-con-full e-flex e-con e-child\\\" data-id=\\\"dc0e7fe\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"71fbc37774a997d9b7ec7e43dcb3fdea\\\" data=\\\"eyJpZCI6ImMxZGMwZDkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJwcF9pbmZvX2JveGVzIjpbeyJ0aXRsZSI6IkZ1bGx5IEluc3VyZWQiLCJfaWQiOiI4NDZjMmE4Iiwic3VidGl0bGUiOiIiLCJkZXNjcmlwdGlvbiI6IjxwPldlIGNhcnJ5IGZ1bGwgbGlhYmlsaXR5IGluc3VyYW5jZSBvbiBldmVyeSBqb2IuIFlvdSdyZSBjb21wbGV0ZWx5IHByb3RlY3RlZC48XC9wPiIsInNlbGVjdGVkX2ljb24iOnsidmFsdWUiOnsidXJsIjoiaHR0cHM6XC9cL21yYXJpZi5tZVwvZHJ5d2FsbG1hbmxsY1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDdcL3Bvd2VyXzE0ODY5MzMzLnN2ZyIsImlkIjoyNzN9LCJsaWJyYXJ5Ijoic3ZnIn0sImljb25fdGV4dCI6IjEiLCJidXR0b25fdGV4dCI6IkdldCBTdGFydGVkIn0seyJ0aXRsZSI6IkxvY2FsICYgUmVsaWFibGUgIiwiX2lkIjoiYjA5YmE2NiIsInN1YnRpdGxlIjoiIiwiZGVzY3JpcHRpb24iOiI8cD5CYXNlZCBpbiBMb3Vpc3ZpbGxlLiBXZSBrbm93IHRoZSBhcmVhIGFuZCBzaG93IHVwIHdoZW4gd2Ugc2F5IHdlIHdpbGw8XC9wPiIsInNlbGVjdGVkX2ljb24iOnsidmFsdWUiOnsidXJsIjoiaHR0cHM6XC9cL21yYXJpZi5tZVwvZHJ5d2FsbG1hbmxsY1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDdcL21hcC1wb2ludGVyXzM3MzE2OTIuc3ZnIiwiaWQiOjI2M30sImxpYnJhcnkiOiJzdmcifSwiaWNvbl90ZXh0IjoiMSIsImJ1dHRvbl90ZXh0IjoiR2V0IFN0YXJ0ZWQifSx7InRpdGxlIjoiQ2xlYW4gSm9iIFNpdGVzIiwiX2lkIjoiNmQzMWNkMyIsInN1YnRpdGxlIjoiIiwiZGVzY3JpcHRpb24iOiI8cD5XZSBjb3ZlciBldmVyeXRoaW5nLCBtaW5pbWl6ZSBkdXN0LCBhbmQgbGVhdmUgeW91ciBob21lIGNsZWFuZXIgdGhhbiB3ZSBmb3VuZCBpdC48XC9wPiIsInNlbGVjdGVkX2ljb24iOnsidmFsdWUiOnsidXJsIjoiaHR0cHM6XC9cL21yYXJpZi5tZVwvZHJ5d2FsbG1hbmxsY1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDdcL2Zhdm91cml0ZV8xMTUyNjk0MS5zdmciLCJpZCI6MjY1fSwibGlicmFyeSI6InN2ZyJ9LCJpY29uX3RleHQiOiIxIiwiYnV0dG9uX3RleHQiOiJHZXQgU3RhcnRlZCJ9LHsidGl0bGUiOiJGcmVlIEVzdGltYXRlcyIsInN1YnRpdGxlIjoiIiwiZGVzY3JpcHRpb24iOiI8cD5ObyBwcmVzc3VyZS4gR2V0IGEgY2xlYXIsIGhvbmVzdCBxdW90ZSBiZWZvcmUgYW55IHdvcmsgYmVnaW5zLjxcL3A+Iiwic2VsZWN0ZWRfaWNvbiI6eyJ2YWx1ZSI6eyJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvcGFwZXJfNzE4MjMyOS5zdmciLCJpZCI6MjY5fSwibGlicmFyeSI6InN2ZyJ9LCJpY29uX3RleHQiOiIxIiwiYnV0dG9uX3RleHQiOiJHZXQgU3RhcnRlZCIsIl9pZCI6IjMyNGRhYTQifV0sImxheW91dCI6ImdyaWQiLCJ0aXRsZV9odG1sX3RhZyI6Img2IiwiYWxpZ24iOiJsZWZ0IiwiaW5mb19ib3hfYmFja2dyb3VuZF9iYWNrZ3JvdW5kIjoiY2xhc3NpYyIsImluZm9fYm94X2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsImluZm9fYm94X2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxIiwicmlnaHQiOiIxIiwiYm90dG9tIjoiMSIsImxlZnQiOiIxIiwiaXNMaW5rZWQiOnRydWV9LCJpbmZvX2JveF9ib3JkZXJfY29sb3IiOiIjRUNFOUUyNDciLCJpbmZvX2JveF9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjI1IiwicmlnaHQiOiIyNSIsImJvdHRvbSI6IjI1IiwibGVmdCI6IjI1IiwiaXNMaW5rZWQiOnRydWV9LCJpY29uX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6NjAsInNpemVzIjpbXX0sImljb25fbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIzMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidGl0bGVfbWFyZ2luIjp7InVuaXQiOiJweCIsInNpemUiOjE0LCJzaXplcyI6W119LCJkZXNjcmlwdGlvbl9jb2xvciI6IiM0QjUzNEYiLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJkZXNjcmlwdGlvbl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwicHBfZGlzcGxheV9jb25kaXRpb25zIjpbeyJfaWQiOiI3MWIwYjU1In1dLCJwcF9lbGVtZW50c190b29sdGlwX2NvbnRlbnQiOiJUb29sdGlwIENvbnRlbnQiLCJfX2dsb2JhbHNfXyI6eyJpbmZvX2JveF9iYWNrZ3JvdW5kX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNCIsImljb25fY29sb3Jfbm9ybWFsIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMSJ9LCJjb2x1bW5zIjoiNCIsImVxdWFsX2hlaWdodF9ib3hlcyI6InllcyIsImNvbHVtbnNfZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInJvd3NfZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI3MDAiLCJpbmZvX2JveF9wYWRkaW5nX21vYmlsZV9leHRyYSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyMCIsInJpZ2h0IjoiMTUiLCJib3R0b20iOiIyMCIsImxlZnQiOiIxNSIsImlzTGlua2VkIjpmYWxzZX0sImljb25fc2l6ZV9tb2JpbGVfZXh0cmEiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDAsInNpemVzIjpbXX0sImljb25fbWFyZ2luX21vYmlsZV9leHRyYSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImRlc2NyaXB0aW9uX3R5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZV9leHRyYSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNCwic2l6ZXMiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InBwLWluZm8tYm94LWNhcm91c2VsIn0=\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-ed7e132 work_section e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"ed7e132\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-2a5c338 e-con-full e-flex e-con e-child\\\" data-id=\\\"2a5c338\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8026482 elementor-widget elementor-widget-heading\\\" data-id=\\\"8026482\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Our Work Speaks for Itself<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"71fbc37774a997d9b7ec7e43dcb3fdea\\\" data=\\\"eyJpZCI6ImU5ZTM4YWUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWZvcmUgYW5kIGFmdGVyIFx1MjAxNCByZWFsIGpvYnMsIHJlYWwgcmVzdWx0cywgcmlnaHQgaGVyZSBpbiBMb3Vpc3ZpbGxlLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJwcF9kaXNwbGF5X2NvbmRpdGlvbnMiOlt7Il9pZCI6IjBiZjI5MTMifV0sInBwX2VsZW1lbnRzX3Rvb2x0aXBfY29udGVudCI6IlRvb2x0aXAgQ29udGVudCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-2e90a90 e-con-full e-flex e-con e-child\\\" data-id=\\\"2e90a90\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-d2c02fa e-con-full work_img_section e-flex e-con e-child\\\" data-id=\\\"d2c02fa\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1559e91 elementor-widget elementor-widget-icon-box\\\" data-id=\\\"1559e91\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tDrywall Repair \\u2014 Louisville, KY\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-54dfc7f e-con-full work_img_section e-flex e-con e-child\\\" data-id=\\\"54dfc7f\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4976306 elementor-widget elementor-widget-icon-box\\\" data-id=\\\"4976306\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tDrywall Repair \\u2014 Louisville, KY\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-bcbcefc e-con-full work_img_section e-flex e-con e-child\\\" data-id=\\\"bcbcefc\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-95bebad elementor-widget elementor-widget-icon-box\\\" data-id=\\\"95bebad\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tDrywall Repair \\u2014 Louisville, KY\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-17989f3 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"17989f3\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">View All Projects<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-d9f7950 call-to-action-section e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"d9f7950\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-067eded e-con-full e-flex e-con e-child\\\" data-id=\\\"067eded\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0439dd3 elementor-widget elementor-widget-heading\\\" data-id=\\\"0439dd3\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Got a Hole in Your Wall?<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"71fbc37774a997d9b7ec7e43dcb3fdea\\\" data=\\\"eyJpZCI6IjgxNGNlMmIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEb24ndCB3YWl0LiBXZSBvZmZlciBzYW1lLXdlZWsgc2NoZWR1bGluZyBhbmQgZnJlZSBlc3RpbWF0ZXMgYWNyb3NzIExvdWlzdmlsbGUiLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRkZGRkZGRTYiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDI0LCJzaXplcyI6W119LCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwicHBfZGlzcGxheV9jb25kaXRpb25zIjpbeyJfaWQiOiJiNzlhM2M0In1dLCJwcF9lbGVtZW50c190b29sdGlwX2NvbnRlbnQiOiJUb29sdGlwIENvbnRlbnQiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-079c1a0 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"079c1a0\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Get Your Free Estimate Today<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-eafd552 elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-tablet_extra elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"eafd552\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-eca5734 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"eca5734\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-187ee8f elementor-widget elementor-widget-video\\\" data-id=\\\"187ee8f\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;controls&quot;:&quot;yes&quot;}\\\" data-widget_type=\\\"video.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"e-hosted-video elementor-wrapper elementor-open-inline\\\">\\n\\t\\t\\t\\t\\t<video class=\\\"elementor-video\\\" src=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\\\" autoplay=\\\"\\\" loop=\\\"\\\" controls=\\\"\\\" muted=\\\"muted\\\" playsinline=\\\"\\\" controlsList=\\\"nodownload\\\" poster=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\\\"><\\/video>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-fdb5ce0 e-con-full e-flex e-con e-parent\\\" data-id=\\\"fdb5ce0\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7fcc78d elementor-widget elementor-widget-html\\\" data-id=\\\"7fcc78d\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t\\t<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(10067, 823, '_elementor_global_class_usage_indexed', '1'),
(10068, 823, '_elementor_edit_mode', 'builder'),
(10069, 823, '_elementor_template_type', 'wp-page'),
(10070, 823, '_elementor_version', '4.2.1'),
(10071, 823, '_elementor_pro_version', '4.2.1'),
(10072, 823, '_elementor_global_class_usage_indexed_preview', '1'),
(10073, 823, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10074, 823, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(12990, 1036, '_wp_page_template', 'elementor_header_footer'),
(12822, 1024, '_wp_page_template', 'elementor_header_footer'),
(12796, 1022, '_wp_page_template', 'elementor_header_footer'),
(12797, 1022, '_elementor_global_class_usage_indexed', '1'),
(12798, 1022, '_elementor_edit_mode', 'builder'),
(12799, 1022, '_elementor_template_type', 'wp-page'),
(12800, 1022, '_elementor_version', '4.2.1'),
(12801, 1022, '_elementor_pro_version', '4.2.1'),
(12802, 1022, '_elementor_global_class_usage_indexed_preview', '1'),
(12803, 1022, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12804, 1022, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7191a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"f3a9c56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(10092, 824, '_elementor_page_settings', 'a:0:{}'),
(10095, 825, '_wp_page_template', 'elementor_header_footer'),
(10096, 825, '_elementor_global_class_usage_indexed', '1'),
(12932, 1031, '_elementor_page_settings', 'a:0:{}'),
(10098, 825, '_elementor_edit_mode', 'builder'),
(10099, 825, '_elementor_template_type', 'wp-page'),
(10100, 825, '_elementor_version', '4.2.1'),
(10101, 825, '_elementor_pro_version', '4.2.1'),
(10102, 825, '_elementor_global_class_usage_indexed_preview', '1'),
(10103, 825, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10104, 825, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(10105, 825, '_elementor_page_settings', 'a:0:{}'),
(10108, 826, '_wp_page_template', 'elementor_header_footer'),
(10109, 826, '_elementor_global_class_usage_indexed', '1'),
(10111, 826, '_elementor_edit_mode', 'builder'),
(10112, 826, '_elementor_template_type', 'wp-page'),
(10113, 826, '_elementor_version', '4.2.1'),
(10114, 826, '_elementor_pro_version', '4.2.1'),
(10115, 826, '_elementor_global_class_usage_indexed_preview', '1'),
(10116, 826, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10117, 826, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(13523, 1076, '_elementor_global_class_usage_indexed', '1'),
(13524, 1076, '_elementor_edit_mode', 'builder'),
(13525, 1076, '_elementor_template_type', 'wp-page'),
(13526, 1076, '_elementor_version', '4.2.1'),
(13527, 1076, '_elementor_pro_version', '4.2.1'),
(13528, 1076, '_elementor_global_class_usage_indexed_preview', '1'),
(13529, 1076, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13530, 1076, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0beaaac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"020a2be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"play_on_mobile\":\"yes\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10134, 827, '_elementor_page_settings', 'a:0:{}'),
(10137, 828, '_wp_page_template', 'elementor_header_footer'),
(10138, 828, '_elementor_global_class_usage_indexed', '1'),
(10139, 828, '_elementor_edit_mode', 'builder'),
(10140, 828, '_elementor_template_type', 'wp-page'),
(10141, 828, '_elementor_version', '4.2.1'),
(10142, 828, '_elementor_pro_version', '4.2.1'),
(10143, 828, '_elementor_global_class_usage_indexed_preview', '1'),
(10144, 828, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10145, 828, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(10147, 828, '_elementor_page_settings', 'a:0:{}'),
(13519, 1075, '_elementor_page_settings', 'a:0:{}'),
(10150, 829, '_wp_page_template', 'elementor_header_footer'),
(10151, 829, '_elementor_global_class_usage_indexed', '1'),
(10152, 829, '_elementor_edit_mode', 'builder'),
(10153, 829, '_elementor_template_type', 'wp-page'),
(10154, 829, '_elementor_version', '4.2.1'),
(10155, 829, '_elementor_pro_version', '4.2.1'),
(10156, 829, '_elementor_global_class_usage_indexed_preview', '1'),
(10157, 829, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10158, 829, '_elementor_data', '[{\"id\":\"2193177\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#EDF9F8\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F2FBFA\"},\"elements\":[{\"id\":\"dd52828\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet_extra\":{\"unit\":\"px\",\"size\":896,\"sizes\":[]}},\"elements\":[{\"id\":\"7b88aa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Request Free Estimate\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor2\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"522dea2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_color\":\"#333333\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fee2014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\nTell us about your project and Jaime will get back to you fast \\u2014\\nusually same day.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":707,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53da982\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"20063ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f51e47a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a77a49d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Same-Week Scheduling \",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"4d55b8f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"ouisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor3\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"500\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"022b22a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"28a18c9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"45\",\"bottom\":\"45\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db2569a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estimate Request Form\",\"pp_display_conditions\":[{\"_id\":\"cc4bfcd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8082e72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fill out the form below and we\'ll be in touch shortly.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"3b93736\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"754e307\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Estimate Request Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_1406505\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"1406505\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"Type of Service\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Drywall Repair\\nDrywall Installation\\nCeiling Repair\\nWater Damage\\nTexture Matching\\nNot sure \\u2014 just need a quote\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Tell us about your project\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\",\"rows\":3}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"\\\"Thanks! Jaime will be in touch shortly \\u2014 usually within a few hours.\\\" No redirect needed.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\",\"field_background_color\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Estimate Request Form - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_messages\":\"yes\",\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"fd5e55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7191a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"f3a9c56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"461b6c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f28bec1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b06150e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Serving Louisville, KY & surrounding Jefferson County\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c57d660\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}]},\"elements\":[{\"id\":\"efe3511\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-04 09:45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(12935, 1032, '_wp_page_template', 'elementor_header_footer'),
(12936, 1032, '_elementor_global_class_usage_indexed', '1'),
(12937, 1032, '_elementor_edit_mode', 'builder'),
(12938, 1032, '_elementor_template_type', 'wp-page'),
(12939, 1032, '_elementor_version', '4.2.1'),
(12940, 1032, '_elementor_pro_version', '4.2.1'),
(12941, 1032, '_elementor_global_class_usage_indexed_preview', '1'),
(12942, 1032, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12943, 1032, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(10175, 830, '_elementor_page_settings', 'a:0:{}'),
(10179, 831, '_wp_page_template', 'elementor_header_footer'),
(10180, 831, '_elementor_global_class_usage_indexed', '1'),
(10181, 831, '_elementor_edit_mode', 'builder'),
(10182, 831, '_elementor_template_type', 'wp-page'),
(10183, 831, '_elementor_version', '4.2.1'),
(10184, 831, '_elementor_pro_version', '4.2.1'),
(10185, 831, '_elementor_global_class_usage_indexed_preview', '1'),
(10186, 831, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10187, 831, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(10188, 831, '_elementor_page_settings', 'a:0:{}'),
(10193, 832, '_elementor_global_class_usage_indexed', '1'),
(10194, 832, '_elementor_edit_mode', 'builder'),
(10195, 832, '_elementor_template_type', 'wp-page'),
(10196, 832, '_elementor_version', '4.2.1'),
(10197, 832, '_elementor_pro_version', '4.2.1'),
(10198, 832, '_elementor_global_class_usage_indexed_preview', '1'),
(10199, 832, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10200, 832, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(12945, 1032, '_elementor_page_settings', 'a:0:{}'),
(10218, 833, '_elementor_page_settings', 'a:0:{}'),
(10221, 834, '_wp_page_template', 'elementor_header_footer'),
(10222, 834, '_elementor_global_class_usage_indexed', '1'),
(10223, 834, '_elementor_edit_mode', 'builder'),
(10224, 834, '_elementor_template_type', 'wp-page'),
(10225, 834, '_elementor_version', '4.2.1'),
(10226, 834, '_elementor_pro_version', '4.2.1'),
(10227, 834, '_elementor_global_class_usage_indexed_preview', '1'),
(10228, 834, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10229, 834, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(10231, 834, '_elementor_page_settings', 'a:0:{}'),
(10234, 835, '_wp_page_template', 'elementor_header_footer'),
(10235, 835, '_elementor_global_class_usage_indexed', '1'),
(10236, 835, '_elementor_edit_mode', 'builder'),
(10237, 835, '_elementor_template_type', 'wp-page'),
(10238, 835, '_elementor_version', '4.2.1'),
(10239, 835, '_elementor_pro_version', '4.2.1'),
(10240, 835, '_elementor_global_class_usage_indexed_preview', '1'),
(10241, 835, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10242, 835, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(12967, 1034, '_elementor_template_type', 'wp-page'),
(10292, 839, '_wp_page_template', 'elementor_header_footer'),
(10293, 839, '_elementor_global_class_usage_indexed', '1'),
(10294, 839, '_elementor_edit_mode', 'builder'),
(10295, 839, '_elementor_template_type', 'wp-page'),
(10296, 839, '_elementor_version', '4.2.1'),
(10297, 839, '_elementor_pro_version', '4.2.1'),
(10298, 839, '_elementor_global_class_usage_indexed_preview', '1'),
(10299, 839, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10300, 839, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(10376, 845, '_wp_page_template', 'elementor_header_footer'),
(10458, 851, '_wp_page_template', 'elementor_header_footer'),
(10459, 851, '_elementor_global_class_usage_indexed', '1'),
(10460, 851, '_elementor_edit_mode', 'builder'),
(10461, 851, '_elementor_template_type', 'wp-page'),
(10462, 851, '_elementor_version', '4.2.1'),
(10463, 851, '_elementor_pro_version', '4.2.1'),
(10464, 851, '_elementor_global_class_usage_indexed_preview', '1'),
(10465, 851, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10466, 851, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd281de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(10260, 836, '_elementor_page_settings', 'a:0:{}'),
(10263, 837, '_wp_page_template', 'elementor_header_footer'),
(10264, 837, '_elementor_global_class_usage_indexed', '1'),
(10265, 837, '_elementor_edit_mode', 'builder'),
(10266, 837, '_elementor_template_type', 'wp-page'),
(10267, 837, '_elementor_version', '4.2.1'),
(10268, 837, '_elementor_pro_version', '4.2.1'),
(10269, 837, '_elementor_global_class_usage_indexed_preview', '1'),
(10270, 837, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10271, 837, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(10273, 837, '_elementor_page_settings', 'a:0:{}'),
(10318, 841, '_wp_page_template', 'elementor_header_footer'),
(10276, 838, '_wp_page_template', 'elementor_header_footer'),
(10277, 838, '_elementor_global_class_usage_indexed', '1'),
(10278, 838, '_elementor_edit_mode', 'builder'),
(10279, 838, '_elementor_template_type', 'wp-page'),
(10280, 838, '_elementor_version', '4.2.1'),
(10281, 838, '_elementor_pro_version', '4.2.1'),
(10282, 838, '_elementor_global_class_usage_indexed_preview', '1'),
(10283, 838, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10284, 838, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(10334, 842, '_wp_page_template', 'elementor_header_footer'),
(10335, 842, '_elementor_global_class_usage_indexed', '1'),
(10336, 842, '_elementor_edit_mode', 'builder'),
(10337, 842, '_elementor_template_type', 'wp-page'),
(10338, 842, '_elementor_version', '4.2.1'),
(10339, 842, '_elementor_pro_version', '4.2.1'),
(10340, 842, '_elementor_global_class_usage_indexed_preview', '1'),
(10341, 842, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10342, 842, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(10302, 839, '_elementor_page_settings', 'a:0:{}'),
(10305, 840, '_wp_page_template', 'elementor_header_footer'),
(10306, 840, '_elementor_global_class_usage_indexed', '1'),
(10307, 840, '_elementor_edit_mode', 'builder'),
(10308, 840, '_elementor_template_type', 'wp-page'),
(10309, 840, '_elementor_version', '4.2.1'),
(10310, 840, '_elementor_pro_version', '4.2.1'),
(10311, 840, '_elementor_global_class_usage_indexed_preview', '1'),
(10312, 840, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10313, 840, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"17\",\"bottom\":\"17\",\"left\":\"17\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(10315, 840, '_elementor_page_settings', 'a:0:{}'),
(13509, 1075, '_wp_page_template', 'elementor_header_footer'),
(13510, 1075, '_elementor_global_class_usage_indexed', '1'),
(13511, 1075, '_elementor_edit_mode', 'builder'),
(13512, 1075, '_elementor_template_type', 'wp-page'),
(13513, 1075, '_elementor_version', '4.2.1'),
(13514, 1075, '_elementor_pro_version', '4.2.1'),
(13515, 1075, '_elementor_global_class_usage_indexed_preview', '1'),
(13516, 1075, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13517, 1075, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0beaaac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"020a2be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10319, 841, '_elementor_global_class_usage_indexed', '1'),
(10320, 841, '_elementor_edit_mode', 'builder'),
(10321, 841, '_elementor_template_type', 'wp-page'),
(10322, 841, '_elementor_version', '4.2.1'),
(10323, 841, '_elementor_pro_version', '4.2.1'),
(10324, 841, '_elementor_global_class_usage_indexed_preview', '1'),
(10325, 841, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10326, 841, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(12948, 1033, '_wp_page_template', 'elementor_header_footer'),
(12949, 1033, '_elementor_global_class_usage_indexed', '1'),
(12950, 1033, '_elementor_edit_mode', 'builder'),
(12951, 1033, '_elementor_template_type', 'wp-page'),
(12952, 1033, '_elementor_version', '4.2.1'),
(12953, 1033, '_elementor_pro_version', '4.2.1'),
(12954, 1033, '_elementor_global_class_usage_indexed_preview', '1'),
(12955, 1033, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(12956, 1033, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(10377, 845, '_elementor_global_class_usage_indexed', '1'),
(10378, 845, '_elementor_edit_mode', 'builder'),
(10379, 845, '_elementor_template_type', 'wp-page'),
(10380, 845, '_elementor_version', '4.2.1'),
(10381, 845, '_elementor_pro_version', '4.2.1'),
(10382, 845, '_elementor_global_class_usage_indexed_preview', '1'),
(10383, 845, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10384, 845, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(10344, 842, '_elementor_page_settings', 'a:0:{}'),
(10347, 843, '_wp_page_template', 'elementor_header_footer'),
(10348, 843, '_elementor_global_class_usage_indexed', '1'),
(10349, 843, '_elementor_edit_mode', 'builder');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10350, 843, '_elementor_template_type', 'wp-page'),
(10351, 843, '_elementor_version', '4.2.1'),
(10352, 843, '_elementor_pro_version', '4.2.1'),
(10353, 843, '_elementor_global_class_usage_indexed_preview', '1'),
(10354, 843, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10355, 843, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(10357, 843, '_elementor_page_settings', 'a:0:{}'),
(10360, 844, '_wp_page_template', 'elementor_header_footer'),
(10361, 844, '_elementor_global_class_usage_indexed', '1'),
(10362, 844, '_elementor_edit_mode', 'builder'),
(10363, 844, '_elementor_template_type', 'wp-page'),
(10364, 844, '_elementor_version', '4.2.1'),
(10365, 844, '_elementor_pro_version', '4.2.1'),
(10366, 844, '_elementor_global_class_usage_indexed_preview', '1'),
(10367, 844, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10368, 844, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(10418, 848, '_wp_page_template', 'elementor_header_footer'),
(10419, 848, '_elementor_global_class_usage_indexed', '1'),
(10420, 848, '_elementor_edit_mode', 'builder'),
(10421, 848, '_elementor_template_type', 'wp-page'),
(10422, 848, '_elementor_version', '4.2.1'),
(10423, 848, '_elementor_pro_version', '4.2.1'),
(10424, 848, '_elementor_global_class_usage_indexed_preview', '1'),
(10425, 848, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10426, 848, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(10386, 845, '_elementor_page_settings', 'a:0:{}'),
(10389, 846, '_wp_page_template', 'elementor_header_footer'),
(10390, 846, '_elementor_global_class_usage_indexed', '1'),
(10391, 846, '_elementor_edit_mode', 'builder'),
(10392, 846, '_elementor_template_type', 'wp-page'),
(10393, 846, '_elementor_version', '4.2.1'),
(10394, 846, '_elementor_pro_version', '4.2.1'),
(10395, 846, '_elementor_global_class_usage_indexed_preview', '1'),
(10396, 846, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10397, 846, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(10399, 846, '_elementor_page_settings', 'a:0:{}'),
(10402, 847, '_wp_page_template', 'elementor_header_footer'),
(10403, 847, '_elementor_global_class_usage_indexed', '1'),
(10404, 847, '_elementor_edit_mode', 'builder'),
(10405, 847, '_elementor_template_type', 'wp-page'),
(10406, 847, '_elementor_version', '4.2.1'),
(10407, 847, '_elementor_pro_version', '4.2.1'),
(10408, 847, '_elementor_global_class_usage_indexed_preview', '1'),
(10409, 847, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10410, 847, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(12450, 1001, '_elementor_page_settings', 'a:0:{}'),
(10428, 848, '_elementor_page_settings', 'a:0:{}'),
(13506, 1074, '_elementor_page_settings', 'a:0:{}'),
(10431, 849, '_wp_page_template', 'elementor_header_footer'),
(10432, 849, '_elementor_global_class_usage_indexed', '1'),
(10433, 849, '_elementor_edit_mode', 'builder'),
(10434, 849, '_elementor_template_type', 'wp-page'),
(10435, 849, '_elementor_version', '4.2.1'),
(10436, 849, '_elementor_pro_version', '4.2.1'),
(10437, 849, '_elementor_global_class_usage_indexed_preview', '1'),
(10438, 849, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10439, 849, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]'),
(10441, 849, '_elementor_page_settings', 'a:0:{}'),
(10480, 853, '_wp_page_template', 'elementor_header_footer'),
(10481, 853, '_elementor_global_class_usage_indexed', '1'),
(10482, 853, '_elementor_edit_mode', 'builder'),
(10483, 853, '_elementor_template_type', 'wp-page'),
(10484, 853, '_elementor_version', '4.2.1'),
(10485, 853, '_elementor_pro_version', '4.2.1'),
(10486, 853, '_elementor_global_class_usage_indexed_preview', '1'),
(10487, 853, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10488, 853, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(10444, 850, '_wp_page_template', 'elementor_header_footer'),
(10445, 850, '_elementor_global_class_usage_indexed', '1'),
(10446, 850, '_elementor_edit_mode', 'builder'),
(10447, 850, '_elementor_template_type', 'wp-page'),
(10448, 850, '_elementor_version', '4.2.1'),
(10449, 850, '_elementor_pro_version', '4.2.1'),
(10450, 850, '_elementor_global_class_usage_indexed_preview', '1'),
(10451, 850, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10452, 850, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd281de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(10468, 851, '_elementor_page_settings', 'a:0:{}'),
(10469, 852, '_wp_page_template', 'elementor_header_footer'),
(10470, 852, '_elementor_global_class_usage_indexed', '1'),
(10471, 852, '_elementor_edit_mode', 'builder'),
(10472, 852, '_elementor_template_type', 'wp-page'),
(10473, 852, '_elementor_version', '4.2.1'),
(10474, 852, '_elementor_pro_version', '4.2.1'),
(10475, 852, '_elementor_global_class_usage_indexed_preview', '1'),
(10476, 852, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10477, 852, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd281de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(10479, 852, '_elementor_page_settings', 'a:0:{}'),
(10514, 856, '_wp_page_template', 'elementor_header_footer'),
(10492, 854, '_wp_page_template', 'elementor_header_footer'),
(10493, 854, '_elementor_global_class_usage_indexed', '1'),
(10494, 854, '_elementor_edit_mode', 'builder'),
(10495, 854, '_elementor_template_type', 'wp-page'),
(10496, 854, '_elementor_version', '4.2.1'),
(10497, 854, '_elementor_pro_version', '4.2.1'),
(10498, 854, '_elementor_global_class_usage_indexed_preview', '1'),
(10499, 854, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10500, 854, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(10502, 854, '_elementor_page_settings', 'a:0:{}'),
(10503, 855, '_wp_page_template', 'elementor_header_footer'),
(10504, 855, '_elementor_global_class_usage_indexed', '1'),
(10505, 855, '_elementor_edit_mode', 'builder'),
(10506, 855, '_elementor_template_type', 'wp-page'),
(10507, 855, '_elementor_version', '4.2.1'),
(10508, 855, '_elementor_pro_version', '4.2.1'),
(10509, 855, '_elementor_global_class_usage_indexed_preview', '1'),
(10510, 855, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10511, 855, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(10513, 855, '_elementor_page_settings', 'a:0:{}'),
(10515, 856, '_elementor_global_class_usage_indexed', '1'),
(10516, 856, '_elementor_edit_mode', 'builder'),
(10517, 856, '_elementor_template_type', 'wp-page'),
(10518, 856, '_elementor_version', '4.2.1'),
(10519, 856, '_elementor_pro_version', '4.2.1'),
(10520, 856, '_elementor_global_class_usage_indexed_preview', '1'),
(10521, 856, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10522, 856, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(10531, 858, '_wp_page_template', 'elementor_header_footer'),
(10532, 858, '_elementor_global_class_usage_indexed', '1'),
(10533, 858, '_elementor_edit_mode', 'builder'),
(10534, 858, '_elementor_template_type', 'wp-page'),
(10535, 858, '_elementor_version', '4.2.1'),
(10536, 858, '_elementor_pro_version', '4.2.1'),
(10537, 858, '_elementor_global_class_usage_indexed_preview', '1'),
(10538, 858, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10539, 858, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(10608, 865, '_wp_page_template', 'elementor_header_footer'),
(10586, 863, '_wp_page_template', 'elementor_header_footer'),
(10587, 863, '_elementor_global_class_usage_indexed', '1'),
(10588, 863, '_elementor_edit_mode', 'builder'),
(10589, 863, '_elementor_template_type', 'wp-page'),
(10590, 863, '_elementor_version', '4.2.1'),
(10591, 863, '_elementor_pro_version', '4.2.1'),
(10592, 863, '_elementor_global_class_usage_indexed_preview', '1'),
(10593, 863, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10594, 863, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-68.svg\",\"id\":857},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"\"},\"_css_classes\":\"service-card\",\"info_box_background_color\":\"#FFFFFF\",\"icon_color_normal\":\"#4DBFB8\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(10629, 867, '_elementor_version', '4.2.1'),
(10630, 867, '_elementor_pro_version', '4.2.1'),
(10631, 867, '_elementor_global_class_usage_indexed_preview', '1'),
(10632, 867, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10633, 867, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-68.svg\",\"id\":857},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean & Respectful\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"We cover your furniture, protect your floors, and clean up completely before we leave.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-69.svg\",\"id\":862},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"\"},\"_css_classes\":\"service-card\",\"equal_height_boxes\":\"yes\",\"info_box_background_color\":\"#FFFFFF\",\"icon_color_normal\":\"#4DBFB8\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(10651, 869, '_wp_page_template', 'elementor_header_footer'),
(10528, 857, '_wp_attached_file', '2026/08/svg-image-22-68.svg'),
(10529, 857, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:3710;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(10541, 858, '_elementor_page_settings', 'a:0:{}'),
(10544, 859, '_wp_page_template', 'elementor_header_footer'),
(10545, 859, '_elementor_global_class_usage_indexed', '1'),
(10546, 859, '_elementor_edit_mode', 'builder'),
(10547, 859, '_elementor_template_type', 'wp-page'),
(10548, 859, '_elementor_version', '4.2.1'),
(10549, 859, '_elementor_pro_version', '4.2.1'),
(10550, 859, '_elementor_global_class_usage_indexed_preview', '1'),
(10551, 859, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10552, 859, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(10554, 859, '_elementor_page_settings', 'a:0:{}'),
(10557, 860, '_wp_page_template', 'elementor_header_footer'),
(10558, 860, '_elementor_global_class_usage_indexed', '1'),
(10559, 860, '_elementor_edit_mode', 'builder'),
(10560, 860, '_elementor_template_type', 'wp-page'),
(10561, 860, '_elementor_version', '4.2.1'),
(10562, 860, '_elementor_pro_version', '4.2.1'),
(10563, 860, '_elementor_global_class_usage_indexed_preview', '1'),
(10564, 860, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10565, 860, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-68.svg\",\"id\":857},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"\"},\"_css_classes\":\"service-card\",\"info_box_background_color\":\"#FFFFFF\",\"icon_color_normal\":\"#4DBFB8\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(10583, 862, '_wp_attached_file', '2026/08/svg-image-22-69.svg'),
(10609, 865, '_elementor_global_class_usage_indexed', '1'),
(10610, 865, '_elementor_edit_mode', 'builder'),
(10611, 865, '_elementor_template_type', 'wp-page'),
(10612, 865, '_elementor_version', '4.2.1'),
(10613, 865, '_elementor_pro_version', '4.2.1'),
(10614, 865, '_elementor_global_class_usage_indexed_preview', '1'),
(10615, 865, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10616, 865, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-68.svg\",\"id\":857},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean & Respectful\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"We cover your furniture, protect your floors, and clean up completely before we leave.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-69.svg\",\"id\":862},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"\"},\"_css_classes\":\"service-card\",\"equal_height_boxes\":\"yes\",\"info_box_background_color\":\"#FFFFFF\",\"icon_color_normal\":\"#4DBFB8\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(10584, 862, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:5123;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(10596, 863, '_elementor_page_settings', 'a:0:{}'),
(10597, 864, '_wp_page_template', 'elementor_header_footer'),
(10598, 864, '_elementor_global_class_usage_indexed', '1'),
(10599, 864, '_elementor_edit_mode', 'builder'),
(10600, 864, '_elementor_template_type', 'wp-page'),
(10601, 864, '_elementor_version', '4.2.1'),
(10602, 864, '_elementor_pro_version', '4.2.1'),
(10603, 864, '_elementor_global_class_usage_indexed_preview', '1'),
(10604, 864, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10605, 864, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-68.svg\",\"id\":857},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"\"},\"_css_classes\":\"service-card\",\"info_box_background_color\":\"#FFFFFF\",\"icon_color_normal\":\"#4DBFB8\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(10607, 864, '_elementor_page_settings', 'a:0:{}'),
(10625, 867, '_wp_page_template', 'elementor_header_footer'),
(10626, 867, '_elementor_global_class_usage_indexed', '1'),
(10627, 867, '_elementor_edit_mode', 'builder'),
(10628, 867, '_elementor_template_type', 'wp-page'),
(10796, 879, '_elementor_template_type', 'wp-page'),
(10797, 879, '_elementor_version', '4.2.1'),
(10667, 870, '_wp_page_template', 'elementor_header_footer'),
(10668, 870, '_elementor_global_class_usage_indexed', '1'),
(10669, 870, '_elementor_edit_mode', 'builder'),
(10670, 870, '_elementor_template_type', 'wp-page'),
(10671, 870, '_elementor_version', '4.2.1'),
(10672, 870, '_elementor_pro_version', '4.2.1'),
(10673, 870, '_elementor_global_class_usage_indexed_preview', '1'),
(10674, 870, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10675, 870, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-68.svg\",\"id\":857},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean & Respectful\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"We cover your furniture, protect your floors, and clean up completely before we leave.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-69.svg\",\"id\":862},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Quality You Can See\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"Smooth, level, seamless \\u2014 our finishes are paint-ready and built to last.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-70.svg\",\"id\":866},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"\"},\"_css_classes\":\"service-card\",\"equal_height_boxes\":\"yes\",\"info_box_background_color\":\"#FFFFFF\",\"icon_color_normal\":\"#4DBFB8\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(10793, 879, '_wp_page_template', 'elementor_header_footer'),
(10794, 879, '_elementor_global_class_usage_indexed', '1'),
(10795, 879, '_elementor_edit_mode', 'builder'),
(10622, 866, '_wp_attached_file', '2026/08/svg-image-22-70.svg'),
(10623, 866, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2211;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(10635, 867, '_elementor_page_settings', 'a:0:{}'),
(13556, 1078, '_wp_page_template', 'elementor_header_footer'),
(13557, 1078, '_elementor_global_class_usage_indexed', '1'),
(13558, 1078, '_elementor_edit_mode', 'builder'),
(13559, 1078, '_elementor_template_type', 'wp-page'),
(13560, 1078, '_elementor_version', '4.2.1'),
(13561, 1078, '_elementor_pro_version', '4.2.1'),
(13562, 1078, '_elementor_global_class_usage_indexed_preview', '1'),
(13563, 1078, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13564, 1078, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0beaaac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"020a2be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"play_on_mobile\":\"yes\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10638, 868, '_wp_page_template', 'elementor_header_footer'),
(10639, 868, '_elementor_global_class_usage_indexed', '1'),
(10640, 868, '_elementor_edit_mode', 'builder'),
(10641, 868, '_elementor_template_type', 'wp-page'),
(10642, 868, '_elementor_version', '4.2.1'),
(10643, 868, '_elementor_pro_version', '4.2.1'),
(10644, 868, '_elementor_global_class_usage_indexed_preview', '1'),
(10645, 868, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10646, 868, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-68.svg\",\"id\":857},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean & Respectful\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"We cover your furniture, protect your floors, and clean up completely before we leave.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-69.svg\",\"id\":862},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"\"},\"_css_classes\":\"service-card\",\"equal_height_boxes\":\"yes\",\"info_box_background_color\":\"#FFFFFF\",\"icon_color_normal\":\"#4DBFB8\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(10648, 868, '_elementor_page_settings', 'a:0:{}'),
(13738, 1088, '_elementor_page_settings', 'a:0:{}'),
(13808, 25, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:3:{i:0;s:14:\"widget-heading\";i:1;s:15:\"widget-icon-box\";i:2;s:11:\"widget-form\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(13809, 25, '_elementor_css', 'a:6:{s:4:\"time\";i:1787060213;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:3:\"svg\";i:4;s:0:\"\";i:5;s:8:\"fa-solid\";i:6;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(13810, 25, '_elementor_element_cache', '{\"timeout\":1787146613,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-2193177 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"2193177\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-dd52828 e-con-full e-flex e-con e-child\\\" data-id=\\\"dd52828\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7b88aa5 hero-badge elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-heading\\\" data-id=\\\"7b88aa5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<span class=\\\"elementor-heading-title elementor-size-default\\\"><div class=\\\"dot\\\"><\\/div>Request Free Estimate<\\/span>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-522dea2 elementor-widget elementor-widget-heading\\\" data-id=\\\"522dea2\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Request Your\\nFree  <span style=\\\"font-weight:200\\\">Estimate<\\/span><\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"71fbc37774a997d9b7ec7e43dcb3fdea\\\" data=\\\"eyJpZCI6ImZlZTIwMTQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJcblRlbGwgdXMgYWJvdXQgeW91ciBwcm9qZWN0IGFuZCBKYWltZSB3aWxsIGdldCBiYWNrIHRvIHlvdSBmYXN0IFx1MjAxNFxudXN1YWxseSBzYW1lIGRheS4iLCJwcF9kaXNwbGF5X2NvbmRpdGlvbnMiOlt7Il9pZCI6Ijk2YjNlNDUiLCJwcF9jb25kaXRpb25fZGF0ZV90aW1lX2JlZm9yZV92YWx1ZSI6IjIwMjYtMDgtMDQgMDU6NTYifV0sInBwX2VsZW1lbnRzX3Rvb2x0aXBfY29udGVudCI6IlRvb2x0aXAgQ29udGVudCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IzIn0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2Mywic2l6ZXMiOltdfSwiYWxpZ25fbW9iaWxlX2V4dHJhIjoiY2VudGVyIiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlX2V4dHJhIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTQsInNpemVzIjpbXX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aF9tb2JpbGVfZXh0cmEiOnsidW5pdCI6InB4Iiwic2l6ZSI6NzA3LCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]<div class=\\\"elementor-element elementor-element-53da982 e-con-full e-flex e-con e-child\\\" data-id=\\\"53da982\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-20063ab elementor-position-inline-start elementor-widget__width-initial animated-slow elementor-mobile_extra-position-block-start elementor-view-stacked elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"20063ab\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;none&quot;}\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" id=\\\"Layer_1\\\" viewBox=\\\"0 0 100 100\\\"><path d=\\\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tFully Insured\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f51e47a elementor-position-inline-start elementor-widget__width-initial animated-slow elementor-mobile_extra-position-block-start elementor-view-stacked elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"f51e47a\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;none&quot;}\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" id=\\\"Layer_1\\\" viewBox=\\\"0 0 100 100\\\"><path d=\\\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h6 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tFree Estimates\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h6>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a77a49d elementor-position-inline-start elementor-widget__width-initial animated-slow elementor-mobile_extra-position-block-start elementor-view-stacked elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"a77a49d\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;none&quot;}\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" id=\\\"Layer_1\\\" viewBox=\\\"0 0 100 100\\\"><path d=\\\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h6 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tSame-Week Scheduling \\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h6>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4d55b8f elementor-position-inline-start elementor-widget__width-initial animated-slow elementor-mobile_extra-position-block-start elementor-view-stacked elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"4d55b8f\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;_animation&quot;:&quot;none&quot;}\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" id=\\\"Layer_1\\\" viewBox=\\\"0 0 100 100\\\"><path d=\\\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h6 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tLouisville Owned &amp; Operated\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h6>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-022b22a e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"022b22a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-28a18c9 e-con-full animated-slow e-flex e-con e-child\\\" data-id=\\\"28a18c9\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-db2569a elementor-widget elementor-widget-heading\\\" data-id=\\\"db2569a\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Estimate Request Form<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"71fbc37774a997d9b7ec7e43dcb3fdea\\\" data=\\\"eyJpZCI6IjgwODJlNzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5GaWxsIG91dCB0aGUgZm9ybSBiZWxvdyBhbmQgd2UnbGwgYmUgaW4gdG91Y2ggc2hvcnRseS48XC9wPiIsInBwX2Rpc3BsYXlfY29uZGl0aW9ucyI6W3siX2lkIjoiM2I5MzczNiJ9XSwicHBfZWxlbWVudHNfdG9vbHRpcF9jb250ZW50IjoiVG9vbHRpcCBDb250ZW50In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-754e307 elementor-button-align-stretch elementor-widget elementor-widget-form\\\" data-id=\\\"754e307\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\\\" data-widget_type=\\\"form.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<form class=\\\"elementor-form\\\" method=\\\"post\\\" name=\\\"Estimate Request Form\\\" aria-label=\\\"Estimate Request Form\\\">\\n\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"post_id\\\" value=\\\"25\\\"\\/>\\n\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"form_id\\\" value=\\\"754e307\\\"\\/>\\n\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"referer_title\\\" value=\\\"Request Free Estimate\\\" \\/>\\n\\n\\t\\t\\t\\t\\t\\t\\t<input type=\\\"hidden\\\" name=\\\"queried_id\\\" value=\\\"25\\\"\\/>\\n\\t\\t\\t\\n\\t\\t\\t<div class=\\\"elementor-form-fields-wrapper elementor-labels-above\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-50 elementor-field-required elementor-mark-required\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\\"form-field-name\\\" class=\\\"elementor-field-label\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tFirst Name\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<input size=\\\"1\\\" type=\\\"text\\\" name=\\\"form_fields[name]\\\" id=\\\"form-field-name\\\" class=\\\"elementor-field elementor-size-md  elementor-field-textual\\\" required=\\\"required\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_1406505 elementor-col-50 elementor-field-required elementor-mark-required\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\\"form-field-field_1406505\\\" class=\\\"elementor-field-label\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tLast Name\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<input size=\\\"1\\\" type=\\\"text\\\" name=\\\"form_fields[field_1406505]\\\" id=\\\"form-field-field_1406505\\\" class=\\\"elementor-field elementor-size-md  elementor-field-textual\\\" required=\\\"required\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-field_090211c elementor-col-100 elementor-field-required elementor-mark-required\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\\"form-field-field_090211c\\\" class=\\\"elementor-field-label\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tPhone Number\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t\\t\\t<input size=\\\"1\\\" type=\\\"tel\\\" name=\\\"form_fields[field_090211c]\\\" id=\\\"form-field-field_090211c\\\" class=\\\"elementor-field elementor-size-md  elementor-field-textual\\\" required=\\\"required\\\" pattern=\\\"[0-9()#&amp;+*-=.]+\\\" title=\\\"Only numbers and phone characters (#, -, *, etc) are accepted.\\\">\\n\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required elementor-mark-required\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\\"form-field-email\\\" class=\\\"elementor-field-label\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tEmail\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<input size=\\\"1\\\" type=\\\"email\\\" name=\\\"form_fields[email]\\\" id=\\\"form-field-email\\\" class=\\\"elementor-field elementor-size-md  elementor-field-textual\\\" required=\\\"required\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_bbd3272 elementor-col-100 elementor-field-required elementor-mark-required\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\\"form-field-field_bbd3272\\\" class=\\\"elementor-field-label\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tType of Service\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field elementor-select-wrapper remove-before \\\">\\n\\t\\t\\t<div class=\\\"select-caret-down-wrapper\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-eicon-caret-down\\\" viewBox=\\\"0 0 571.4 571.4\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t\\t<select name=\\\"form_fields[field_bbd3272]\\\" id=\\\"form-field-field_bbd3272\\\" class=\\\"elementor-field-textual elementor-size-md\\\" required=\\\"required\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Drywall Repair\\\">Drywall Repair<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Drywall Installation\\\">Drywall Installation<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Ceiling Repair\\\">Ceiling Repair<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Water Damage\\\">Water Damage<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Texture Matching\\\">Texture Matching<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<option value=\\\"Not sure \\u2014 just need a quote\\\">Not sure \\u2014 just need a quote<\\/option>\\n\\t\\t\\t\\t\\t\\t\\t<\\/select>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100 elementor-field-required elementor-mark-required\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<label for=\\\"form-field-message\\\" class=\\\"elementor-field-label\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tTell us about your project\\t\\t\\t\\t\\t\\t\\t<\\/label>\\n\\t\\t\\t\\t\\t\\t<textarea class=\\\"elementor-field-textual elementor-field  elementor-size-md\\\" name=\\\"form_fields[message]\\\" id=\\\"form-field-message\\\" rows=\\\"3\\\" required=\\\"required\\\"><\\/textarea>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\\\">\\n\\t\\t\\t\\t\\t<button class=\\\"elementor-button elementor-size-md\\\" type=\\\"submit\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Send My Request<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/button>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/form>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-fd5e55a e-con-full animated-slow e-flex e-con e-child\\\" data-id=\\\"fd5e55a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;none&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e7191a8 elementor-widget elementor-widget-heading\\\" data-id=\\\"e7191a8\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">Contact  Info<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-461b6c0 elementor-view-stacked elementor-shape-rounded elementor-position-inline-start elementor-mobile-position-inline-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"461b6c0\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"tel:5023021480\\\" target=\\\"_blank\\\" class=\\\"elementor-icon\\\" tabindex=\\\"-1\\\" aria-label=\\\"Phone\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-phone-alt\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h6 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"tel:5023021480\\\" target=\\\"_blank\\\" >\\n\\t\\t\\t\\t\\t\\t\\tPhone\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/h6>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\t(502) 302-1480\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f28bec1 elementor-view-stacked elementor-shape-rounded elementor-position-inline-start elementor-mobile-position-inline-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"f28bec1\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"mailto:thedrywallmanllc@gmail.com\\\" target=\\\"_blank\\\" class=\\\"elementor-icon\\\" tabindex=\\\"-1\\\" aria-label=\\\"Email\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-envelope\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h6 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"mailto:thedrywallmanllc@gmail.com\\\" target=\\\"_blank\\\" >\\n\\t\\t\\t\\t\\t\\t\\tEmail\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/h6>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tthedrywallmanllc@gmail.com\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b06150e elementor-view-stacked elementor-shape-rounded elementor-position-inline-start elementor-mobile-position-inline-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"b06150e\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-map-marker-alt\\\" viewBox=\\\"0 0 384 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h6 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tAddress\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h6>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tServing Louisville, KY &amp; surrounding Jefferson County\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-c57d660 e-con-full e-flex e-con e-parent\\\" data-id=\\\"c57d660\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-efe3511 elementor-widget elementor-widget-html\\\" data-id=\\\"efe3511\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t\\t<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(10652, 869, '_elementor_global_class_usage_indexed', '1'),
(10653, 869, '_elementor_edit_mode', 'builder'),
(10654, 869, '_elementor_template_type', 'wp-page'),
(10655, 869, '_elementor_version', '4.2.1'),
(10656, 869, '_elementor_pro_version', '4.2.1'),
(10657, 869, '_elementor_global_class_usage_indexed_preview', '1'),
(10658, 869, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10659, 869, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-68.svg\",\"id\":857},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean & Respectful\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"We cover your furniture, protect your floors, and clean up completely before we leave.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-69.svg\",\"id\":862},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Quality You Can See\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"Smooth, level, seamless \\u2014 our finishes are paint-ready and built to last.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-70.svg\",\"id\":866},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"\"},\"_css_classes\":\"service-card\",\"equal_height_boxes\":\"yes\",\"info_box_background_color\":\"#FFFFFF\",\"icon_color_normal\":\"#4DBFB8\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(10798, 879, '_elementor_pro_version', '4.2.1'),
(10799, 879, '_elementor_global_class_usage_indexed_preview', '1'),
(10800, 879, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10801, 879, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-68.svg\",\"id\":857},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean & Respectful\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"We cover your furniture, protect your floors, and clean up completely before we leave.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-69.svg\",\"id\":862},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Quality You Can See\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"Smooth, level, seamless \\u2014 our finishes are paint-ready and built to last.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-70.svg\",\"id\":866},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"\"},\"_css_classes\":\"service-card\",\"equal_height_boxes\":\"yes\",\"info_box_background_color\":\"#FFFFFF\",\"icon_color_normal\":\"#4DBFB8\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d2999e3\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7bcdd87\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"8120a8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready for Walls You Can Be Proud Of?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf2478e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"No pressure, no obligation. Just an honest estimate and a crew that shows up on time.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da59de1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10677, 870, '_elementor_page_settings', 'a:0:{}'),
(13522, 1076, '_wp_page_template', 'elementor_header_footer'),
(13496, 1074, '_wp_page_template', 'elementor_header_footer'),
(13497, 1074, '_elementor_global_class_usage_indexed', '1'),
(13498, 1074, '_elementor_edit_mode', 'builder'),
(13499, 1074, '_elementor_template_type', 'wp-page'),
(13500, 1074, '_elementor_version', '4.2.1'),
(13501, 1074, '_elementor_pro_version', '4.2.1'),
(13502, 1074, '_elementor_global_class_usage_indexed_preview', '1'),
(13503, 1074, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13504, 1074, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0beaaac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"020a2be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13598, 1081, '_wp_page_template', 'elementor_header_footer'),
(13599, 1081, '_elementor_global_class_usage_indexed', '1'),
(10680, 871, '_wp_page_template', 'elementor_header_footer'),
(10681, 871, '_elementor_global_class_usage_indexed', '1'),
(10682, 871, '_elementor_edit_mode', 'builder'),
(10683, 871, '_elementor_template_type', 'wp-page'),
(10684, 871, '_elementor_version', '4.2.1'),
(10685, 871, '_elementor_pro_version', '4.2.1'),
(10686, 871, '_elementor_global_class_usage_indexed_preview', '1'),
(10687, 871, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10688, 871, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-68.svg\",\"id\":857},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean & Respectful\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"We cover your furniture, protect your floors, and clean up completely before we leave.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-69.svg\",\"id\":862},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Quality You Can See\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"Smooth, level, seamless \\u2014 our finishes are paint-ready and built to last.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-70.svg\",\"id\":866},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"\"},\"_css_classes\":\"service-card\",\"equal_height_boxes\":\"yes\",\"info_box_background_color\":\"#FFFFFF\",\"icon_color_normal\":\"#4DBFB8\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(10690, 871, '_elementor_page_settings', 'a:0:{}'),
(10693, 872, '_wp_page_template', 'elementor_header_footer'),
(10694, 872, '_elementor_global_class_usage_indexed', '1'),
(10695, 872, '_elementor_edit_mode', 'builder'),
(10696, 872, '_elementor_template_type', 'wp-page'),
(10697, 872, '_elementor_version', '4.2.1'),
(10698, 872, '_elementor_pro_version', '4.2.1'),
(10699, 872, '_elementor_global_class_usage_indexed_preview', '1'),
(10700, 872, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10701, 872, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-68.svg\",\"id\":857},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean & Respectful\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"We cover your furniture, protect your floors, and clean up completely before we leave.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-69.svg\",\"id\":862},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Quality You Can See\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"Smooth, level, seamless \\u2014 our finishes are paint-ready and built to last.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-70.svg\",\"id\":866},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"\"},\"_css_classes\":\"service-card\",\"equal_height_boxes\":\"yes\",\"info_box_background_color\":\"#FFFFFF\",\"icon_color_normal\":\"#4DBFB8\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d2999e3\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7bcdd87\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"8120a8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready for Walls You Can Be Proud Of?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf2478e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"No pressure, no obligation. Just an honest estimate and a crew that shows up on time.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da59de1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10717, 873, '_elementor_page_settings', 'a:0:{}'),
(13481, 1072, '_elementor_page_settings', 'a:0:{}'),
(13482, 1073, '_wp_page_template', 'elementor_header_footer'),
(13483, 1073, '_elementor_global_class_usage_indexed', '1'),
(13484, 1073, '_elementor_edit_mode', 'builder'),
(13485, 1073, '_elementor_template_type', 'wp-page'),
(13486, 1073, '_elementor_version', '4.2.1'),
(13487, 1073, '_elementor_pro_version', '4.2.1'),
(13488, 1073, '_elementor_global_class_usage_indexed_preview', '1'),
(13489, 1073, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13490, 1073, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0beaaac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"020a2be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10720, 874, '_wp_page_template', 'elementor_header_footer'),
(10721, 874, '_elementor_global_class_usage_indexed', '1'),
(10722, 874, '_elementor_edit_mode', 'builder'),
(10723, 874, '_elementor_template_type', 'wp-page'),
(10724, 874, '_elementor_version', '4.2.1'),
(10725, 874, '_elementor_pro_version', '4.2.1'),
(10726, 874, '_elementor_global_class_usage_indexed_preview', '1'),
(10727, 874, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10728, 874, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10730, 874, '_elementor_page_settings', 'a:0:{}'),
(10734, 875, '_elementor_global_class_usage_indexed', '1'),
(10735, 875, '_elementor_edit_mode', 'builder'),
(10736, 875, '_elementor_template_type', 'wp-page'),
(10737, 875, '_elementor_version', '4.2.1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10738, 875, '_elementor_pro_version', '4.2.1'),
(10739, 875, '_elementor_global_class_usage_indexed_preview', '1'),
(10740, 875, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10741, 875, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(13470, 1071, '_elementor_page_settings', 'a:0:{}'),
(13471, 1072, '_wp_page_template', 'elementor_header_footer'),
(13472, 1072, '_elementor_global_class_usage_indexed', '1'),
(13473, 1072, '_elementor_edit_mode', 'builder'),
(13474, 1072, '_elementor_template_type', 'wp-page'),
(13475, 1072, '_elementor_version', '4.2.1'),
(13476, 1072, '_elementor_pro_version', '4.2.1'),
(13477, 1072, '_elementor_global_class_usage_indexed_preview', '1'),
(13478, 1072, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13479, 1072, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0beaaac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"020a2be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11061, 897, '_wp_page_template', 'elementor_header_footer'),
(11036, 895, '_elementor_global_class_usage_indexed', '1'),
(11037, 895, '_elementor_edit_mode', 'builder'),
(11038, 895, '_elementor_template_type', 'wp-page'),
(11039, 895, '_elementor_version', '4.2.1'),
(11040, 895, '_elementor_pro_version', '4.2.1'),
(11041, 895, '_elementor_global_class_usage_indexed_preview', '1'),
(11042, 895, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11043, 895, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10835, 882, '_wp_page_template', 'elementor_header_footer'),
(10836, 882, '_elementor_global_class_usage_indexed', '1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10837, 882, '_elementor_edit_mode', 'builder'),
(10838, 882, '_elementor_template_type', 'wp-page'),
(10839, 882, '_elementor_version', '4.2.1'),
(10840, 882, '_elementor_pro_version', '4.2.1'),
(10841, 882, '_elementor_global_class_usage_indexed_preview', '1'),
(10842, 882, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10843, 882, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-68.svg\",\"id\":857},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean & Respectful\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"We cover your furniture, protect your floors, and clean up completely before we leave.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-69.svg\",\"id\":862},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Quality You Can See\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"Smooth, level, seamless \\u2014 our finishes are paint-ready and built to last.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-70.svg\",\"id\":866},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"\"},\"_css_classes\":\"service-card\",\"equal_height_boxes\":\"yes\",\"info_box_background_color\":\"#FFFFFF\",\"icon_color_normal\":\"#4DBFB8\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f58a44\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5abcec1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9be8b97\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4f32be0\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"71bf513\"}]},\"elements\":[{\"id\":\"c90fd6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"efa3294\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9da9c7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"52502d7\"}],\"pp_display_conditions\":[{\"_id\":\"97cb67f\"}]},\"elements\":[{\"id\":\"0ed0845\",\"elType\":\"widget\",\"settings\":{\"title\":\"Serving Louisville & Surrounding Areas\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d901caf\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c60a59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We serve homeowners and businesses across Louisville, Fairdale, Jeffersontown, Fern Creek, Middletown, St. Matthews, Shively, and surrounding\\nJefferson County communities.\",\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ff1e1d6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"10bbf43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need us farther out? Give us a call \\u2014 we\'ll let you know if we can make it work.\",\"header_size\":\"h6\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"74b0096\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f428c1\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480 \\u2014 Call for Availability\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1e49aff\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d2999e3\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7bcdd87\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"8120a8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready for Walls You Can Be Proud Of?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf2478e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"No pressure, no obligation. Just an honest estimate and a crew that shows up on time.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da59de1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10761, 876, '_elementor_page_settings', 'a:0:{}'),
(13795, 198, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>'),
(10764, 877, '_wp_page_template', 'elementor_header_footer'),
(10765, 877, '_elementor_global_class_usage_indexed', '1'),
(10766, 877, '_elementor_edit_mode', 'builder'),
(10767, 877, '_elementor_template_type', 'wp-page'),
(10768, 877, '_elementor_version', '4.2.1'),
(10769, 877, '_elementor_pro_version', '4.2.1'),
(10770, 877, '_elementor_global_class_usage_indexed_preview', '1'),
(10771, 877, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10772, 877, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10774, 877, '_elementor_page_settings', 'a:0:{}'),
(10777, 878, '_wp_page_template', 'elementor_header_footer'),
(10778, 878, '_elementor_global_class_usage_indexed', '1'),
(10779, 878, '_elementor_edit_mode', 'builder'),
(10780, 878, '_elementor_template_type', 'wp-page'),
(10781, 878, '_elementor_version', '4.2.1'),
(10782, 878, '_elementor_pro_version', '4.2.1'),
(10783, 878, '_elementor_global_class_usage_indexed_preview', '1'),
(10784, 878, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10785, 878, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(13446, 1070, '_wp_page_template', 'elementor_header_footer'),
(13447, 1070, '_elementor_global_class_usage_indexed', '1'),
(13448, 1070, '_elementor_edit_mode', 'builder'),
(13449, 1070, '_elementor_template_type', 'wp-page'),
(13450, 1070, '_elementor_version', '4.2.1'),
(13451, 1070, '_elementor_pro_version', '4.2.1'),
(13452, 1070, '_elementor_global_class_usage_indexed_preview', '1'),
(13453, 1070, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13454, 1070, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0beaaac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"020a2be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11077, 898, '_wp_page_template', 'elementor_header_footer'),
(11078, 898, '_elementor_global_class_usage_indexed', '1'),
(11079, 898, '_elementor_edit_mode', 'builder'),
(11080, 898, '_elementor_template_type', 'wp-page'),
(11081, 898, '_elementor_version', '4.2.1'),
(11082, 898, '_elementor_pro_version', '4.2.1'),
(11083, 898, '_elementor_global_class_usage_indexed_preview', '1'),
(11084, 898, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11085, 898, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10803, 879, '_elementor_page_settings', 'a:0:{}'),
(10806, 880, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10807, 880, '_elementor_global_class_usage_indexed', '1'),
(10808, 880, '_elementor_edit_mode', 'builder'),
(10809, 880, '_elementor_template_type', 'wp-page'),
(10810, 880, '_elementor_version', '4.2.1'),
(10811, 880, '_elementor_pro_version', '4.2.1'),
(10812, 880, '_elementor_global_class_usage_indexed_preview', '1'),
(10813, 880, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10814, 880, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-68.svg\",\"id\":857},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean & Respectful\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"We cover your furniture, protect your floors, and clean up completely before we leave.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-69.svg\",\"id\":862},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Quality You Can See\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"Smooth, level, seamless \\u2014 our finishes are paint-ready and built to last.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-70.svg\",\"id\":866},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"\"},\"_css_classes\":\"service-card\",\"equal_height_boxes\":\"yes\",\"info_box_background_color\":\"#FFFFFF\",\"icon_color_normal\":\"#4DBFB8\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d2999e3\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7bcdd87\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"8120a8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready for Walls You Can Be Proud Of?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf2478e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"No pressure, no obligation. Just an honest estimate and a crew that shows up on time.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da59de1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10816, 880, '_elementor_page_settings', 'a:0:{}'),
(13443, 1069, '_elementor_page_settings', 'a:0:{}'),
(10819, 881, '_wp_page_template', 'elementor_header_footer'),
(10820, 881, '_elementor_global_class_usage_indexed', '1'),
(10821, 881, '_elementor_edit_mode', 'builder'),
(10822, 881, '_elementor_template_type', 'wp-page'),
(10823, 881, '_elementor_version', '4.2.1'),
(10824, 881, '_elementor_pro_version', '4.2.1'),
(10825, 881, '_elementor_global_class_usage_indexed_preview', '1'),
(10826, 881, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10827, 881, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-68.svg\",\"id\":857},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean & Respectful\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"We cover your furniture, protect your floors, and clean up completely before we leave.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-69.svg\",\"id\":862},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Quality You Can See\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"Smooth, level, seamless \\u2014 our finishes are paint-ready and built to last.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-70.svg\",\"id\":866},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"\"},\"_css_classes\":\"service-card\",\"equal_height_boxes\":\"yes\",\"info_box_background_color\":\"#FFFFFF\",\"icon_color_normal\":\"#4DBFB8\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f58a44\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5abcec1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9be8b97\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4f32be0\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"71bf513\"}]},\"elements\":[{\"id\":\"c90fd6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"efa3294\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9da9c7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"52502d7\"}],\"pp_display_conditions\":[{\"_id\":\"97cb67f\"}]},\"elements\":[{\"id\":\"0ed0845\",\"elType\":\"widget\",\"settings\":{\"title\":\"Serving Louisville & Surrounding Areas\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d901caf\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c60a59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We serve homeowners and businesses across Louisville, Fairdale, Jeffersontown, Fern Creek, Middletown, St. Matthews, Shively, and surrounding\\nJefferson County communities.\",\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ff1e1d6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"10bbf43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need us farther out? Give us a call \\u2014 we\'ll let you know if we can make it work.\",\"header_size\":\"h6\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"74b0096\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f428c1\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480 \\u2014 Call for Availability\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1e49aff\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d2999e3\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7bcdd87\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"8120a8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready for Walls You Can Be Proud Of?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf2478e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"No pressure, no obligation. Just an honest estimate and a crew that shows up on time.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da59de1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10873, 17, '_elementor_page_settings', 'a:0:{}'),
(10874, 17, '_elementor_controls_usage', 'a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_title\";a:2:{s:5:\"title\";i:7;s:11:\"header_size\";i:3;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:7;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:2:{s:13:\"content_width\";i:8;s:14:\"container_type\";i:1;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:13;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:13;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:3;s:18:\"background_color_b\";i:1;s:16:\"background_color\";i:2;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:2;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:3;s:6:\"suffix\";i:3;s:5:\"title\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:20:\"pp-info-box-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:18:\"section_info_boxes\";a:4:{s:13:\"pp_info_boxes\";i:1;s:6:\"layout\";i:1;s:14:\"title_html_tag\";i:1;s:18:\"equal_height_boxes\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:22:\"section_info_box_style\";a:1:{s:25:\"info_box_background_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:3:{s:4:\"text\";i:2;s:4:\"link\";i:2;s:13:\"selected_icon\";i:1;}s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}}'),
(13729, 1088, '_wp_page_template', 'elementor_header_footer'),
(13730, 1088, '_elementor_global_class_usage_indexed', '1'),
(13731, 1088, '_elementor_edit_mode', 'builder'),
(13732, 1088, '_elementor_template_type', 'wp-page'),
(13733, 1088, '_elementor_version', '4.2.1'),
(13734, 1088, '_elementor_pro_version', '4.2.1'),
(13735, 1088, '_elementor_global_class_usage_indexed_preview', '1'),
(13736, 1088, '_elementor_migrations_state_d2a1', '4.2.2:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13737, 1088, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0beaaac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"020a2be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"play_on_mobile\":\"yes\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"eafd552\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"eca5734\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true}},\"elements\":[{\"id\":\"187ee8f\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"play_on_mobile\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10845, 882, '_elementor_page_settings', 'a:0:{}'),
(10848, 883, '_wp_page_template', 'elementor_header_footer'),
(10849, 883, '_elementor_global_class_usage_indexed', '1'),
(10850, 883, '_elementor_edit_mode', 'builder'),
(10851, 883, '_elementor_template_type', 'wp-page'),
(10852, 883, '_elementor_version', '4.2.1'),
(10853, 883, '_elementor_pro_version', '4.2.1'),
(10854, 883, '_elementor_global_class_usage_indexed_preview', '1'),
(10855, 883, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10856, 883, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-68.svg\",\"id\":857},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean & Respectful\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"We cover your furniture, protect your floors, and clean up completely before we leave.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-69.svg\",\"id\":862},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Quality You Can See\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"Smooth, level, seamless \\u2014 our finishes are paint-ready and built to last.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-70.svg\",\"id\":866},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"\"},\"_css_classes\":\"service-card\",\"equal_height_boxes\":\"yes\",\"info_box_background_color\":\"#FFFFFF\",\"icon_color_normal\":\"#4DBFB8\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f58a44\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5abcec1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9be8b97\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4f32be0\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"71bf513\"}]},\"elements\":[{\"id\":\"c90fd6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"efa3294\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9da9c7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"52502d7\"}],\"pp_display_conditions\":[{\"_id\":\"97cb67f\"}]},\"elements\":[{\"id\":\"0ed0845\",\"elType\":\"widget\",\"settings\":{\"title\":\"Serving Louisville & Surrounding Areas\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d901caf\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c60a59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We serve homeowners and businesses across Louisville, Fairdale, Jeffersontown, Fern Creek, Middletown, St. Matthews, Shively, and surrounding\\nJefferson County communities.\",\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ff1e1d6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"10bbf43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need us farther out? Give us a call \\u2014 we\'ll let you know if we can make it work.\",\"header_size\":\"h6\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"74b0096\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f428c1\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480 \\u2014 Call for Availability\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1e49aff\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d2999e3\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7bcdd87\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"8120a8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready for Walls You Can Be Proud Of?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf2478e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"No pressure, no obligation. Just an honest estimate and a crew that shows up on time.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da59de1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10858, 883, '_elementor_page_settings', 'a:0:{}'),
(13433, 1069, '_wp_page_template', 'elementor_header_footer'),
(13434, 1069, '_elementor_global_class_usage_indexed', '1'),
(13435, 1069, '_elementor_edit_mode', 'builder'),
(13436, 1069, '_elementor_template_type', 'wp-page'),
(13437, 1069, '_elementor_version', '4.2.1'),
(13438, 1069, '_elementor_pro_version', '4.2.1'),
(13439, 1069, '_elementor_global_class_usage_indexed_preview', '1'),
(13440, 1069, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13441, 1069, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10861, 884, '_wp_page_template', 'elementor_header_footer'),
(10862, 884, '_elementor_global_class_usage_indexed', '1'),
(10863, 884, '_elementor_edit_mode', 'builder'),
(10864, 884, '_elementor_template_type', 'wp-page'),
(10865, 884, '_elementor_version', '4.2.1'),
(10866, 884, '_elementor_pro_version', '4.2.1'),
(10867, 884, '_elementor_global_class_usage_indexed_preview', '1'),
(10868, 884, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10869, 884, '_elementor_data', '[{\"id\":\"8e16aca\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c01be3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"90e5b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>About Us\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e7e3dff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville\'s Drywall Specialist \\u2014 <span style=\\\"font-weight:200\\\">Built on Hard Work & Honesty <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"443aa9c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet the team behind the smooth walls.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d80e18\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ada8e9d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d39a1c3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"3eada8d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cfd0cce\"}]},\"elements\":[{\"id\":\"de486e8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"82f092f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"60a36a3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"63bb0df\"}],\"pp_display_conditions\":[{\"_id\":\"a3141b3\"}]},\"elements\":[{\"id\":\"6eccbaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Jaime Rodriguez\",\"pp_display_conditions\":[{\"_id\":\"16d21cb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4da456\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve \\u2014 and rarely find.<\\/p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.<\\/p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"80bb486\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c695ba6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid_tablet\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"35c8cf5\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"618de43\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c66d103\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"3ff5bd6\"}]},\"elements\":[{\"id\":\"2229d19\",\"elType\":\"widget\",\"settings\":{\"ending_number\":15,\"suffix\":\"+\",\"title\":\"Years of Experience\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"ba5cbd7\",\"elType\":\"widget\",\"settings\":{\"ending_number\":500,\"suffix\":\"+\",\"title\":\"Projects Completed\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"9ba6b97\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250,\"suffix\":\"+\",\"title\":\"Satisfied Customers\",\"title_horizontal_alignment\":\"start\",\"number_position\":\"start\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"17\",\"bottom\":\"27\",\"left\":\"17\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"950494d\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F1EC\",\"__globals__\":{\"_background_color\":\"\",\"number_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f19d436\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d629eb2\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a98f16d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43f1970\"}],\"pp_display_conditions\":[{\"_id\":\"48a2cb3\"}]},\"elements\":[{\"id\":\"71d025c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\",\"id\":508,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1210e7a\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"b69e927\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"b769055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"42993b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"How We Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"471d6c8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}]},\"elements\":[{\"id\":\"55b8c89\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Honesty First\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-68.svg\",\"id\":857},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean & Respectful\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"We cover your furniture, protect your floors, and clean up completely before we leave.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-69.svg\",\"id\":862},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Quality You Can See\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"Smooth, level, seamless \\u2014 our finishes are paint-ready and built to last.\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/svg-image-22-70.svg\",\"id\":866},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"\"},\"_css_classes\":\"service-card\",\"equal_height_boxes\":\"yes\",\"info_box_background_color\":\"#FFFFFF\",\"icon_color_normal\":\"#4DBFB8\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f58a44\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5abcec1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9be8b97\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4f32be0\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"71bf513\"}]},\"elements\":[{\"id\":\"c90fd6e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"efa3294\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9da9c7c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"52502d7\"}],\"pp_display_conditions\":[{\"_id\":\"97cb67f\"}]},\"elements\":[{\"id\":\"0ed0845\",\"elType\":\"widget\",\"settings\":{\"title\":\"Serving Louisville & Surrounding Areas\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d901caf\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c60a59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We serve homeowners and businesses across Louisville, Fairdale, Jeffersontown, Fern Creek, Middletown, St. Matthews, Shively, and surrounding\\nJefferson County communities.\",\"align\":\"center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ff1e1d6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"10bbf43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need us farther out? Give us a call \\u2014 we\'ll let you know if we can make it work.\",\"header_size\":\"h6\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"74b0096\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f428c1\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480 \\u2014 Call for Availability\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1e49aff\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d2999e3\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7bcdd87\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"8120a8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready for Walls You Can Be Proud Of?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf2478e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"No pressure, no obligation. Just an honest estimate and a crew that shows up on time.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da59de1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\",\"pp_condition_date_time_before_value\":\"2026-08-04 11:07\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10877, 885, '_wp_attached_file', '2026/07/logo-2-1.png'),
(10878, 885, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:438;s:6:\"height\";i:435;s:4:\"file\";s:20:\"2026/07/logo-2-1.png\";s:8:\"filesize\";i:84732;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"logo-2-1-300x298.png\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37544;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"logo-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11198;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(10889, 886, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(13430, 1068, '_elementor_page_settings', 'a:0:{}'),
(10893, 886, '_elementor_screenshot_failed', '2026-08-01 07:59:28'),
(10917, 888, '_elementor_edit_mode', 'builder'),
(10918, 888, '_elementor_template_type', 'header'),
(10919, 888, '_elementor_version', '4.2.1'),
(10920, 888, '_elementor_pro_version', '4.2.1'),
(10921, 888, '_elementor_global_class_usage_indexed', '1'),
(10922, 888, '_elementor_global_class_usage_indexed_preview', '1'),
(10923, 888, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10924, 888, '_wp_page_template', 'default'),
(10925, 888, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":885,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":112,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10908, 887, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(10932, 889, '_elementor_source', 'post'),
(10933, 889, '_elementor_edit_mode', 'builder'),
(10934, 889, '_elementor_template_type', 'header'),
(10935, 889, '_elementor_version', '4.2.1'),
(10936, 889, '_elementor_pro_version', '4.2.1'),
(10937, 889, '_elementor_global_class_usage_indexed', '1'),
(10938, 889, '_elementor_global_class_usage_indexed_preview', '1'),
(10939, 889, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10940, 889, '_wp_page_template', 'default');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10941, 889, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":885,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":112,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10926, 888, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(10946, 890, '_elementor_source', 'post'),
(10947, 890, '_elementor_edit_mode', 'builder'),
(10948, 890, '_elementor_template_type', 'header'),
(10949, 890, '_elementor_version', '4.2.1'),
(10950, 890, '_elementor_pro_version', '4.2.1'),
(10951, 890, '_elementor_global_class_usage_indexed', '1'),
(10952, 890, '_elementor_global_class_usage_indexed_preview', '1'),
(10953, 890, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10954, 890, '_wp_page_template', 'default'),
(10955, 890, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":885,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":112,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10956, 890, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(10962, 891, '_elementor_source', 'post'),
(10963, 891, '_elementor_edit_mode', 'builder'),
(10964, 891, '_elementor_template_type', 'header'),
(10965, 891, '_elementor_version', '4.2.1'),
(10966, 891, '_elementor_pro_version', '4.2.1'),
(10967, 891, '_elementor_global_class_usage_indexed', '1'),
(10968, 891, '_elementor_global_class_usage_indexed_preview', '1'),
(10969, 891, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10970, 891, '_wp_page_template', 'default');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10971, 891, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":885,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":112,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10980, 892, '_elementor_source', 'post'),
(10981, 892, '_elementor_edit_mode', 'builder'),
(10982, 892, '_elementor_template_type', 'header'),
(10983, 892, '_elementor_version', '4.2.1'),
(10984, 892, '_elementor_pro_version', '4.2.1'),
(10985, 892, '_elementor_global_class_usage_indexed', '1'),
(10986, 892, '_elementor_global_class_usage_indexed_preview', '1'),
(10987, 892, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(10988, 892, '_wp_page_template', 'default'),
(10989, 892, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":885,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10972, 891, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(12240, 990, '_elementor_source', 'post'),
(12241, 990, '_elementor_edit_mode', 'builder'),
(12242, 990, '_elementor_template_type', 'header'),
(12243, 990, '_elementor_version', '4.2.1'),
(12244, 990, '_elementor_pro_version', '4.2.1'),
(12245, 990, '_elementor_global_class_usage_indexed', '1'),
(12246, 990, '_elementor_global_class_usage_indexed_preview', '1'),
(12247, 990, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(12248, 990, '_wp_page_template', 'default');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12249, 990, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":885,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\"},\"link\":{\"url\":\"tel:(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(10990, 892, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(12259, 991, '_elementor_source', 'post'),
(12260, 991, '_elementor_edit_mode', 'builder'),
(12261, 991, '_elementor_template_type', 'header'),
(12262, 991, '_elementor_version', '4.2.1'),
(12263, 991, '_elementor_pro_version', '4.2.1'),
(12264, 991, '_elementor_global_class_usage_indexed', '1'),
(12265, 991, '_elementor_global_class_usage_indexed_preview', '1'),
(12266, 991, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(12267, 991, '_wp_page_template', 'default'),
(12268, 991, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"flex-start\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c7bdfc5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c26799\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"flex-start\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"739593a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet_extra\":\"justify\",\"_element_width_tablet_extra\":\"initial\",\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9bd4685\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet_extra\":\"justify\",\"_element_width_tablet_extra\":\"initial\",\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":885,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet_extra\":\"flex-end\"},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\"},\"link\":{\"url\":\"tel:(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11008, 893, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(13460, 1071, '_wp_page_template', 'elementor_header_footer'),
(13461, 1071, '_elementor_global_class_usage_indexed', '1'),
(13462, 1071, '_elementor_edit_mode', 'builder'),
(13463, 1071, '_elementor_template_type', 'wp-page'),
(13464, 1071, '_elementor_version', '4.2.1'),
(13465, 1071, '_elementor_pro_version', '4.2.1'),
(13466, 1071, '_elementor_global_class_usage_indexed_preview', '1'),
(13467, 1071, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13468, 1071, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"0beaaac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"020a2be\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11012, 893, '_elementor_screenshot_failed', '2026-08-01 07:59:47'),
(12626, 1013, '_elementor_template_type', 'footer'),
(12627, 1013, '_elementor_version', '4.2.1'),
(12628, 1013, '_elementor_pro_version', '4.2.1'),
(12629, 1013, '_elementor_global_class_usage_indexed', '1'),
(12630, 1013, '_elementor_global_class_usage_indexed_preview', '1'),
(12631, 1013, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(12632, 1013, '_wp_page_template', 'default'),
(12633, 1013, '_elementor_data', '[{\"id\":\"1597a23\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#1C2321\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"footer-section\"},\"elements\":[{\"id\":\"1897922d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"flex_wrap_tablet_extra\":\"wrap\",\"flex_wrap_tablet\":\"wrap\",\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3da8ba46\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5124848\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c6eccc4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"5211a9b\"}],\"pp_display_conditions\":[{\"_id\":\"35c2317\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"5f301d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"id\":885,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"start\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"76ec8ee\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51bd0feb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"pp_display_conditions\":[{\"_id\":\"dcc856e\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d488eb0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"1a6cbc1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"1c3a92f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72167a63\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c44a237\",\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Projects\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8983035\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"14cf0c5\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"link_click\":\"inline\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"28510d2a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"7a83e2f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16eafa73\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Drywall Repair\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Installation\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"85e76bc\"},{\"text\":\"Ceiling Repair\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"62fce55\"},{\"text\":\"Water Damage\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1f46bf6\"},{\"text\":\"Texture Matching\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"06c5698\"},{\"text\":\"Commercial\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ef2db4\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"divider_color\":\"#DDDDDD14\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"61773337\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"background_color\":\"#0F3768\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_motion_fx_motion_fx_mouse\":\"yes\",\"border_color\":\"#223ba2\"},\"elements\":[{\"id\":\"9a41330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a9625b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Louisville, KY Business hours\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"f722a06\"},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4b4b839\"},{\"text\":\"Phone:(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel;(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d15a454\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65e7c706\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dd16a01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"space-between\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF12\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_justify_content_mobile_extra\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"12\",\"row\":\"12\",\"isLinked\":true,\"unit\":\"px\",\"size\":12},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4388b0f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\u00a9 2026 The Drywall Man LLC | Website by Aldo \\/ NUX Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_css_classes\":\"copyright-text\",\"pp_display_conditions\":[{\"_id\":\"5823320\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(11027, 894, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(11045, 895, '_elementor_page_settings', 'a:0:{}'),
(13390, 1066, '_elementor_page_settings', 'a:0:{}'),
(13392, 1067, '_elementor_global_class_usage_indexed', '1'),
(13393, 1067, '_elementor_edit_mode', 'builder'),
(13394, 1067, '_elementor_template_type', 'wp-page'),
(13395, 1067, '_elementor_version', '4.2.1'),
(13396, 1067, '_elementor_pro_version', '4.2.1'),
(13397, 1067, '_elementor_global_class_usage_indexed_preview', '1'),
(13398, 1067, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13399, 1067, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"300px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11048, 896, '_wp_page_template', 'elementor_header_footer'),
(11049, 896, '_elementor_global_class_usage_indexed', '1'),
(11050, 896, '_elementor_edit_mode', 'builder'),
(11051, 896, '_elementor_template_type', 'wp-page'),
(11052, 896, '_elementor_version', '4.2.1'),
(11053, 896, '_elementor_pro_version', '4.2.1'),
(11054, 896, '_elementor_global_class_usage_indexed_preview', '1'),
(11055, 896, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11056, 896, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)302-1480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11058, 896, '_elementor_page_settings', 'a:0:{}'),
(11062, 897, '_elementor_global_class_usage_indexed', '1'),
(11063, 897, '_elementor_edit_mode', 'builder');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11064, 897, '_elementor_template_type', 'wp-page'),
(11065, 897, '_elementor_version', '4.2.1'),
(11066, 897, '_elementor_pro_version', '4.2.1'),
(11067, 897, '_elementor_global_class_usage_indexed_preview', '1'),
(11068, 897, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11069, 897, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(12447, 1001, '_elementor_global_class_usage_indexed_preview', '1'),
(12448, 1001, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12449, 1001, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"_element_id\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11117, 901, '_wp_page_template', 'elementor_header_footer'),
(11118, 901, '_elementor_global_class_usage_indexed', '1'),
(11119, 901, '_elementor_edit_mode', 'builder'),
(11120, 901, '_elementor_template_type', 'wp-page'),
(11121, 901, '_elementor_version', '4.2.1'),
(11122, 901, '_elementor_pro_version', '4.2.1'),
(11123, 901, '_elementor_global_class_usage_indexed_preview', '1'),
(11124, 901, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11125, 901, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12443, 1001, '_elementor_edit_mode', 'builder'),
(12444, 1001, '_elementor_template_type', 'wp-page'),
(12445, 1001, '_elementor_version', '4.2.1'),
(12446, 1001, '_elementor_pro_version', '4.2.1'),
(11087, 898, '_elementor_page_settings', 'a:0:{}'),
(13379, 1065, '_elementor_page_settings', 'a:0:{}'),
(13380, 1066, '_wp_page_template', 'elementor_header_footer'),
(13381, 1066, '_elementor_global_class_usage_indexed', '1'),
(13382, 1066, '_elementor_edit_mode', 'builder'),
(13383, 1066, '_elementor_template_type', 'wp-page'),
(13384, 1066, '_elementor_version', '4.2.1'),
(13385, 1066, '_elementor_pro_version', '4.2.1'),
(13386, 1066, '_elementor_global_class_usage_indexed_preview', '1'),
(13387, 1066, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13388, 1066, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11090, 899, '_wp_page_template', 'elementor_header_footer'),
(11091, 899, '_elementor_global_class_usage_indexed', '1'),
(11092, 899, '_elementor_edit_mode', 'builder'),
(11093, 899, '_elementor_template_type', 'wp-page'),
(11094, 899, '_elementor_version', '4.2.1'),
(11095, 899, '_elementor_pro_version', '4.2.1'),
(11096, 899, '_elementor_global_class_usage_indexed_preview', '1'),
(11097, 899, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11098, 899, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(12441, 1001, '_wp_page_template', 'elementor_header_footer'),
(12442, 1001, '_elementor_global_class_usage_indexed', '1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11100, 899, '_elementor_page_settings', 'a:0:{}'),
(13391, 1067, '_wp_page_template', 'elementor_header_footer'),
(13369, 1065, '_wp_page_template', 'elementor_header_footer'),
(13370, 1065, '_elementor_global_class_usage_indexed', '1'),
(13371, 1065, '_elementor_edit_mode', 'builder'),
(13372, 1065, '_elementor_template_type', 'wp-page'),
(13373, 1065, '_elementor_version', '4.2.1'),
(13374, 1065, '_elementor_pro_version', '4.2.1'),
(13375, 1065, '_elementor_global_class_usage_indexed_preview', '1'),
(13376, 1065, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13377, 1065, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11218, 909, '_elementor_template_type', 'wp-page'),
(11103, 900, '_wp_page_template', 'elementor_header_footer'),
(11104, 900, '_elementor_global_class_usage_indexed', '1'),
(11105, 900, '_elementor_edit_mode', 'builder'),
(11106, 900, '_elementor_template_type', 'wp-page'),
(11107, 900, '_elementor_version', '4.2.1'),
(11108, 900, '_elementor_pro_version', '4.2.1'),
(11109, 900, '_elementor_global_class_usage_indexed_preview', '1'),
(11110, 900, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11111, 900, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13796, 200, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>'),
(13797, 201, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>'),
(13798, 202, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>'),
(13799, 203, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>'),
(13800, 273, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>'),
(13801, 263, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>'),
(13802, 265, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>'),
(13006, 1037, '_wp_page_template', 'elementor_header_footer'),
(13007, 1037, '_elementor_global_class_usage_indexed', '1'),
(13008, 1037, '_elementor_edit_mode', 'builder'),
(13009, 1037, '_elementor_template_type', 'wp-page'),
(13010, 1037, '_elementor_version', '4.2.1'),
(13011, 1037, '_elementor_pro_version', '4.2.1'),
(13012, 1037, '_elementor_global_class_usage_indexed_preview', '1'),
(13013, 1037, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(13014, 1037, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(11127, 901, '_elementor_page_settings', 'a:0:{}'),
(11128, 902, '_wp_page_template', 'elementor_header_footer'),
(11129, 902, '_elementor_global_class_usage_indexed', '1'),
(11130, 902, '_elementor_edit_mode', 'builder'),
(11131, 902, '_elementor_template_type', 'wp-page'),
(11132, 902, '_elementor_version', '4.2.1'),
(11133, 902, '_elementor_pro_version', '4.2.1'),
(11134, 902, '_elementor_global_class_usage_indexed_preview', '1'),
(11135, 902, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11136, 902, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11138, 902, '_elementor_page_settings', 'a:0:{}'),
(11217, 909, '_elementor_edit_mode', 'builder'),
(11139, 903, '_wp_page_template', 'elementor_header_footer'),
(11140, 903, '_elementor_global_class_usage_indexed', '1'),
(11141, 903, '_elementor_edit_mode', 'builder'),
(11142, 903, '_elementor_template_type', 'wp-page'),
(11143, 903, '_elementor_version', '4.2.1'),
(11144, 903, '_elementor_pro_version', '4.2.1'),
(11145, 903, '_elementor_global_class_usage_indexed_preview', '1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11146, 903, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11147, 903, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11216, 909, '_elementor_global_class_usage_indexed', '1'),
(11153, 904, '_wp_page_template', 'elementor_header_footer'),
(11154, 904, '_elementor_global_class_usage_indexed', '1'),
(11155, 904, '_elementor_edit_mode', 'builder');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11156, 904, '_elementor_template_type', 'wp-page'),
(11157, 904, '_elementor_version', '4.2.1'),
(11158, 904, '_elementor_pro_version', '4.2.1'),
(11159, 904, '_elementor_global_class_usage_indexed_preview', '1'),
(11160, 904, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11161, 904, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11219, 909, '_elementor_version', '4.2.1'),
(11193, 907, '_wp_page_template', 'elementor_header_footer'),
(11194, 907, '_elementor_global_class_usage_indexed', '1'),
(11195, 907, '_elementor_edit_mode', 'builder'),
(11196, 907, '_elementor_template_type', 'wp-page'),
(11197, 907, '_elementor_version', '4.2.1'),
(11198, 907, '_elementor_pro_version', '4.2.1'),
(11199, 907, '_elementor_global_class_usage_indexed_preview', '1'),
(11200, 907, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11201, 907, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11163, 904, '_elementor_page_settings', 'a:0:{}'),
(11166, 905, '_wp_page_template', 'elementor_header_footer'),
(11167, 905, '_elementor_global_class_usage_indexed', '1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11168, 905, '_elementor_edit_mode', 'builder'),
(11169, 905, '_elementor_template_type', 'wp-page'),
(11170, 905, '_elementor_version', '4.2.1'),
(11171, 905, '_elementor_pro_version', '4.2.1'),
(11172, 905, '_elementor_global_class_usage_indexed_preview', '1'),
(11173, 905, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11174, 905, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11176, 905, '_elementor_page_settings', 'a:0:{}'),
(13356, 1063, '_elementor_page_settings', 'a:0:{}'),
(13357, 1064, '_wp_page_template', 'elementor_header_footer'),
(13358, 1064, '_elementor_global_class_usage_indexed', '1'),
(13359, 1064, '_elementor_edit_mode', 'builder'),
(13360, 1064, '_elementor_template_type', 'wp-page');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13361, 1064, '_elementor_version', '4.2.1'),
(13362, 1064, '_elementor_pro_version', '4.2.1'),
(13363, 1064, '_elementor_global_class_usage_indexed_preview', '1'),
(13364, 1064, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13365, 1064, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fdb5ce0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fcc78d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\",\"pp_condition_date_time_before_value\":\"2026-08-14 10:19\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11215, 909, '_wp_page_template', 'elementor_header_footer'),
(11179, 906, '_wp_page_template', 'elementor_header_footer'),
(11180, 906, '_elementor_global_class_usage_indexed', '1'),
(11181, 906, '_elementor_edit_mode', 'builder'),
(11182, 906, '_elementor_template_type', 'wp-page'),
(11183, 906, '_elementor_version', '4.2.1'),
(11184, 906, '_elementor_pro_version', '4.2.1'),
(11185, 906, '_elementor_global_class_usage_indexed_preview', '1'),
(11186, 906, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11187, 906, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(12974, 1034, '_elementor_page_settings', 'a:0:{}'),
(12977, 1035, '_wp_page_template', 'elementor_header_footer'),
(12978, 1035, '_elementor_global_class_usage_indexed', '1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12979, 1035, '_elementor_edit_mode', 'builder'),
(12980, 1035, '_elementor_template_type', 'wp-page'),
(12981, 1035, '_elementor_version', '4.2.1'),
(12982, 1035, '_elementor_pro_version', '4.2.1'),
(12983, 1035, '_elementor_global_class_usage_indexed_preview', '1'),
(12984, 1035, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(12985, 1035, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(11203, 907, '_elementor_page_settings', 'a:0:{}'),
(11204, 908, '_wp_page_template', 'elementor_header_footer'),
(11205, 908, '_elementor_global_class_usage_indexed', '1'),
(11206, 908, '_elementor_edit_mode', 'builder'),
(11207, 908, '_elementor_template_type', 'wp-page'),
(11208, 908, '_elementor_version', '4.2.1'),
(11209, 908, '_elementor_pro_version', '4.2.1'),
(11210, 908, '_elementor_global_class_usage_indexed_preview', '1'),
(11211, 908, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11212, 908, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11214, 908, '_elementor_page_settings', 'a:0:{}'),
(11220, 909, '_elementor_pro_version', '4.2.1'),
(11221, 909, '_elementor_global_class_usage_indexed_preview', '1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11222, 909, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11223, 909, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11243, 911, '_wp_page_template', 'elementor_header_footer'),
(11244, 911, '_elementor_global_class_usage_indexed', '1'),
(11245, 911, '_elementor_edit_mode', 'builder'),
(11246, 911, '_elementor_template_type', 'wp-page'),
(11247, 911, '_elementor_version', '4.2.1'),
(11248, 911, '_elementor_pro_version', '4.2.1'),
(11249, 911, '_elementor_global_class_usage_indexed_preview', '1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11250, 911, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11251, 911, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11393, 922, '_elementor_global_class_usage_indexed', '1'),
(11282, 914, '_wp_page_template', 'elementor_header_footer'),
(11283, 914, '_elementor_global_class_usage_indexed', '1'),
(11284, 914, '_elementor_edit_mode', 'builder'),
(11285, 914, '_elementor_template_type', 'wp-page'),
(11286, 914, '_elementor_version', '4.2.1'),
(11287, 914, '_elementor_pro_version', '4.2.1'),
(11288, 914, '_elementor_global_class_usage_indexed_preview', '1');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11289, 914, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11290, 914, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"c594526\",\"elType\":\"widget\",\"settings\":{\"skin\":\"cover\",\"bg_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"Gutters\",\"title_tag\":\"h4\",\"description\":\"\",\"button\":\"\",\"min-height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"alignment\":\"start\",\"vertical_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"19\",\"bottom\":\"16\",\"left\":\"19\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"content_animation\":\"\",\"transformation\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9c16040\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11394, 922, '_elementor_edit_mode', 'builder'),
(11395, 922, '_elementor_template_type', 'wp-page'),
(11396, 922, '_elementor_version', '4.2.1'),
(11267, 913, '_wp_page_template', 'elementor_header_footer'),
(11268, 913, '_elementor_global_class_usage_indexed', '1'),
(11269, 913, '_elementor_edit_mode', 'builder'),
(11270, 913, '_elementor_template_type', 'wp-page'),
(11271, 913, '_elementor_version', '4.2.1'),
(11272, 913, '_elementor_pro_version', '4.2.1'),
(11273, 913, '_elementor_global_class_usage_indexed_preview', '1'),
(11274, 913, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11275, 913, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"c594526\",\"elType\":\"widget\",\"settings\":{\"skin\":\"cover\",\"bg_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"Gutters\",\"title_tag\":\"h4\",\"description\":\"\",\"button\":\"\",\"min-height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"alignment\":\"start\",\"vertical_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"19\",\"bottom\":\"16\",\"left\":\"19\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"content_animation\":\"\",\"transformation\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9c16040\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11253, 911, '_elementor_page_settings', 'a:0:{}'),
(13345, 1062, '_elementor_page_settings', 'a:0:{}'),
(13346, 1063, '_wp_page_template', 'elementor_header_footer'),
(13347, 1063, '_elementor_global_class_usage_indexed', '1'),
(13348, 1063, '_elementor_edit_mode', 'builder'),
(13349, 1063, '_elementor_template_type', 'wp-page'),
(13350, 1063, '_elementor_version', '4.2.1'),
(13351, 1063, '_elementor_pro_version', '4.2.1'),
(13352, 1063, '_elementor_global_class_usage_indexed_preview', '1'),
(13353, 1063, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13354, 1063, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11255, 912, '_wp_page_template', 'elementor_header_footer'),
(11256, 912, '_elementor_global_class_usage_indexed', '1'),
(11257, 912, '_elementor_edit_mode', 'builder'),
(11258, 912, '_elementor_template_type', 'wp-page'),
(11259, 912, '_elementor_version', '4.2.1'),
(11260, 912, '_elementor_pro_version', '4.2.1'),
(11261, 912, '_elementor_global_class_usage_indexed_preview', '1'),
(11262, 912, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11263, 912, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"80d312a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11265, 912, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13335, 1062, '_wp_page_template', 'elementor_header_footer'),
(13336, 1062, '_elementor_global_class_usage_indexed', '1'),
(13337, 1062, '_elementor_edit_mode', 'builder'),
(13338, 1062, '_elementor_template_type', 'wp-page'),
(13339, 1062, '_elementor_version', '4.2.1'),
(13340, 1062, '_elementor_pro_version', '4.2.1'),
(13341, 1062, '_elementor_global_class_usage_indexed_preview', '1'),
(13342, 1062, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13343, 1062, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11413, 923, '_elementor_pro_version', '4.2.1'),
(11392, 922, '_wp_page_template', 'elementor_header_footer'),
(11324, 917, '_wp_page_template', 'elementor_header_footer'),
(11325, 917, '_elementor_global_class_usage_indexed', '1'),
(11326, 917, '_elementor_edit_mode', 'builder'),
(11327, 917, '_elementor_template_type', 'wp-page'),
(11328, 917, '_elementor_version', '4.2.1'),
(11329, 917, '_elementor_pro_version', '4.2.1'),
(11330, 917, '_elementor_global_class_usage_indexed_preview', '1'),
(11331, 917, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11332, 917, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"c594526\",\"elType\":\"widget\",\"settings\":{\"skin\":\"cover\",\"bg_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"Gutters\",\"title_tag\":\"h4\",\"description\":\"\",\"button\":\"\",\"min-height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"alignment\":\"start\",\"vertical_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"19\",\"bottom\":\"16\",\"left\":\"19\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"content_animation\":\"\",\"transformation\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9c16040\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11408, 923, '_wp_page_template', 'elementor_header_footer'),
(11409, 923, '_elementor_global_class_usage_indexed', '1'),
(11410, 923, '_elementor_edit_mode', 'builder'),
(11411, 923, '_elementor_template_type', 'wp-page'),
(11412, 923, '_elementor_version', '4.2.1'),
(11292, 914, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13331, 1061, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes\\u00a0 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11295, 915, '_wp_page_template', 'elementor_header_footer'),
(11296, 915, '_elementor_global_class_usage_indexed', '1'),
(11297, 915, '_elementor_edit_mode', 'builder'),
(11298, 915, '_elementor_template_type', 'wp-page'),
(11299, 915, '_elementor_version', '4.2.1'),
(11300, 915, '_elementor_pro_version', '4.2.1'),
(11301, 915, '_elementor_global_class_usage_indexed_preview', '1'),
(11302, 915, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11303, 915, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}]},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"c594526\",\"elType\":\"widget\",\"settings\":{\"skin\":\"cover\",\"bg_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"Gutters\",\"title_tag\":\"h4\",\"description\":\"\",\"button\":\"\",\"min-height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"alignment\":\"start\",\"vertical_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"19\",\"bottom\":\"16\",\"left\":\"19\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"content_animation\":\"\",\"transformation\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9c16040\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11305, 915, '_elementor_page_settings', 'a:0:{}'),
(13322, 1060, '_elementor_page_settings', 'a:0:{}'),
(13324, 1061, '_elementor_global_class_usage_indexed', '1'),
(13325, 1061, '_elementor_edit_mode', 'builder'),
(13326, 1061, '_elementor_template_type', 'wp-page'),
(13327, 1061, '_elementor_version', '4.2.1'),
(13328, 1061, '_elementor_pro_version', '4.2.1'),
(13329, 1061, '_elementor_global_class_usage_indexed_preview', '1'),
(13330, 1061, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11308, 916, '_wp_page_template', 'elementor_header_footer'),
(11309, 916, '_elementor_global_class_usage_indexed', '1'),
(11310, 916, '_elementor_edit_mode', 'builder'),
(11311, 916, '_elementor_template_type', 'wp-page'),
(11312, 916, '_elementor_version', '4.2.1'),
(11313, 916, '_elementor_pro_version', '4.2.1'),
(11314, 916, '_elementor_global_class_usage_indexed_preview', '1'),
(11315, 916, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11316, 916, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"c594526\",\"elType\":\"widget\",\"settings\":{\"skin\":\"cover\",\"bg_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"Gutters\",\"title_tag\":\"h4\",\"description\":\"\",\"button\":\"\",\"min-height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"alignment\":\"start\",\"vertical_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"19\",\"bottom\":\"16\",\"left\":\"19\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"content_animation\":\"\",\"transformation\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9c16040\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12987, 1035, '_elementor_page_settings', 'a:0:{}'),
(12991, 1036, '_elementor_global_class_usage_indexed', '1'),
(12992, 1036, '_elementor_edit_mode', 'builder'),
(12993, 1036, '_elementor_template_type', 'wp-page'),
(12994, 1036, '_elementor_version', '4.2.1'),
(12995, 1036, '_elementor_pro_version', '4.2.1'),
(12996, 1036, '_elementor_global_class_usage_indexed_preview', '1'),
(12997, 1036, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(12998, 1036, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(11397, 922, '_elementor_pro_version', '4.2.1'),
(11366, 920, '_wp_page_template', 'elementor_header_footer'),
(11367, 920, '_elementor_global_class_usage_indexed', '1'),
(11368, 920, '_elementor_edit_mode', 'builder'),
(11369, 920, '_elementor_template_type', 'wp-page'),
(11370, 920, '_elementor_version', '4.2.1'),
(11371, 920, '_elementor_pro_version', '4.2.1'),
(11372, 920, '_elementor_global_class_usage_indexed_preview', '1'),
(11373, 920, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11374, 920, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\".work_img_section .elementor-icon-box-content{\\r\\n    opacity: 0;\\r\\n    visibility: hidden;\\r\\n    transition: all .9s ease;\\r\\n}\\r\\n\\r\\n.work_img_section:hover .elementor-icon-box-content{\\r\\n    opacity: 1;\\r\\n    visibility: visible;\\r\\n}\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11450, 926, '_wp_page_template', 'elementor_header_footer'),
(11451, 926, '_elementor_global_class_usage_indexed', '1'),
(11452, 926, '_elementor_edit_mode', 'builder'),
(11453, 926, '_elementor_template_type', 'wp-page'),
(11454, 926, '_elementor_version', '4.2.1'),
(11455, 926, '_elementor_pro_version', '4.2.1'),
(11456, 926, '_elementor_global_class_usage_indexed_preview', '1'),
(11457, 926, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11334, 917, '_elementor_page_settings', 'a:0:{}'),
(13311, 1059, '_elementor_page_settings', 'a:0:{}'),
(13312, 1060, '_wp_page_template', 'elementor_header_footer'),
(13313, 1060, '_elementor_global_class_usage_indexed', '1'),
(13314, 1060, '_elementor_edit_mode', 'builder'),
(13315, 1060, '_elementor_template_type', 'wp-page'),
(13316, 1060, '_elementor_version', '4.2.1'),
(13317, 1060, '_elementor_pro_version', '4.2.1'),
(13318, 1060, '_elementor_global_class_usage_indexed_preview', '1'),
(13319, 1060, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13320, 1060, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11337, 918, '_wp_page_template', 'elementor_header_footer'),
(11338, 918, '_elementor_global_class_usage_indexed', '1'),
(11339, 918, '_elementor_edit_mode', 'builder'),
(11340, 918, '_elementor_template_type', 'wp-page'),
(11341, 918, '_elementor_version', '4.2.1'),
(11342, 918, '_elementor_pro_version', '4.2.1'),
(11343, 918, '_elementor_global_class_usage_indexed_preview', '1'),
(11344, 918, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11345, 918, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"adb4ee4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"c594526\",\"elType\":\"widget\",\"settings\":{\"skin\":\"cover\",\"bg_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"bg_image_size\":\"full\",\"title\":\"Gutters\",\"title_tag\":\"h4\",\"description\":\"\",\"button\":\"\",\"min-height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"alignment\":\"start\",\"vertical_position\":\"bottom\",\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"19\",\"bottom\":\"16\",\"left\":\"19\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"content_animation\":\"\",\"transformation\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9c16040\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"call-to-action\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11347, 918, '_elementor_page_settings', 'a:0:{}'),
(11350, 919, '_wp_page_template', 'elementor_header_footer'),
(11351, 919, '_elementor_global_class_usage_indexed', '1'),
(11352, 919, '_elementor_edit_mode', 'builder'),
(11353, 919, '_elementor_template_type', 'wp-page'),
(11354, 919, '_elementor_version', '4.2.1'),
(11355, 919, '_elementor_pro_version', '4.2.1'),
(11356, 919, '_elementor_global_class_usage_indexed_preview', '1'),
(11357, 919, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11358, 919, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\".work_img_section .elementor-icon-box-content{\\r\\n    opacity: 0;\\r\\n    visibility: hidden;\\r\\n    transition: all .9s ease;\\r\\n}\\r\\n\\r\\n.work_img_section:hover .elementor-icon-box-content{\\r\\n    opacity: 1;\\r\\n    visibility: visible;\\r\\n}\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13068, 1042, '_wp_page_template', 'elementor_header_footer'),
(13051, 1040, '_elementor_pro_version', '4.2.1'),
(13052, 1040, '_elementor_global_class_usage_indexed_preview', '1'),
(13053, 1040, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(13054, 1040, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"},\"faq_items_box_shadow_box_shadow_type\":\"yes\",\"faq_items_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(11414, 923, '_elementor_global_class_usage_indexed_preview', '1'),
(11415, 923, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11416, 923, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\".work_img_section .elementor-icon-box-content{\\r\\n    opacity: 0;\\r\\n    visibility: hidden;\\r\\n    transition: all .9s ease;\\r\\n}\\r\\n\\r\\n.work_img_section:hover .elementor-icon-box-content{\\r\\n    opacity: 1;\\r\\n    visibility: visible;\\r\\n}\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11376, 920, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13286, 1057, '_elementor_page_settings', 'a:0:{}'),
(11379, 921, '_wp_page_template', 'elementor_header_footer'),
(11380, 921, '_elementor_global_class_usage_indexed', '1'),
(11381, 921, '_elementor_edit_mode', 'builder'),
(11382, 921, '_elementor_template_type', 'wp-page'),
(11383, 921, '_elementor_version', '4.2.1'),
(11384, 921, '_elementor_pro_version', '4.2.1'),
(11385, 921, '_elementor_global_class_usage_indexed_preview', '1'),
(11386, 921, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11387, 921, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f6d636d\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\".work_img_section .elementor-icon-box-content{\\r\\n    opacity: 0;\\r\\n    visibility: hidden;\\r\\n    transition: all .9s ease;\\r\\n}\\r\\n\\r\\n.work_img_section:hover .elementor-icon-box-content{\\r\\n    opacity: 1;\\r\\n    visibility: visible;\\r\\n}\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11389, 921, '_elementor_page_settings', 'a:0:{}'),
(11398, 922, '_elementor_global_class_usage_indexed_preview', '1'),
(11399, 922, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11400, 922, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\".work_img_section .elementor-icon-box-content{\\r\\n    opacity: 0;\\r\\n    visibility: hidden;\\r\\n    transition: all .9s ease;\\r\\n}\\r\\n\\r\\n.work_img_section:hover .elementor-icon-box-content{\\r\\n    opacity: 1;\\r\\n    visibility: visible;\\r\\n}\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(13016, 1037, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13019, 1038, '_wp_page_template', 'elementor_header_footer'),
(13020, 1038, '_elementor_global_class_usage_indexed', '1'),
(13021, 1038, '_elementor_edit_mode', 'builder'),
(13022, 1038, '_elementor_template_type', 'wp-page'),
(13023, 1038, '_elementor_version', '4.2.1'),
(13024, 1038, '_elementor_pro_version', '4.2.1'),
(13025, 1038, '_elementor_global_class_usage_indexed_preview', '1'),
(13026, 1038, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(13027, 1038, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11458, 926, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11418, 923, '_elementor_page_settings', 'a:0:{}'),
(13276, 1057, '_wp_page_template', 'elementor_header_footer'),
(13277, 1057, '_elementor_global_class_usage_indexed', '1'),
(13278, 1057, '_elementor_edit_mode', 'builder'),
(13279, 1057, '_elementor_template_type', 'wp-page'),
(13280, 1057, '_elementor_version', '4.2.1'),
(13281, 1057, '_elementor_pro_version', '4.2.1'),
(13282, 1057, '_elementor_global_class_usage_indexed_preview', '1'),
(13283, 1057, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13284, 1057, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11421, 924, '_wp_page_template', 'elementor_header_footer'),
(11422, 924, '_elementor_global_class_usage_indexed', '1'),
(11423, 924, '_elementor_edit_mode', 'builder'),
(11424, 924, '_elementor_template_type', 'wp-page'),
(11425, 924, '_elementor_version', '4.2.1'),
(11426, 924, '_elementor_pro_version', '4.2.1'),
(11427, 924, '_elementor_global_class_usage_indexed_preview', '1'),
(11428, 924, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11429, 924, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\".work_img_section .elementor-icon-box-content{\\r\\n    opacity: 0;\\r\\n    visibility: hidden;\\r\\n    transition: all .9s ease;\\r\\n}\\r\\n\\r\\n.work_img_section:hover .elementor-icon-box-content{\\r\\n    opacity: 1;\\r\\n    visibility: visible;\\r\\n}\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11431, 924, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11434, 925, '_wp_page_template', 'elementor_header_footer'),
(11435, 925, '_elementor_global_class_usage_indexed', '1'),
(11436, 925, '_elementor_edit_mode', 'builder'),
(11437, 925, '_elementor_template_type', 'wp-page'),
(11438, 925, '_elementor_version', '4.2.1'),
(11439, 925, '_elementor_pro_version', '4.2.1'),
(11440, 925, '_elementor_global_class_usage_indexed_preview', '1'),
(11441, 925, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11442, 925, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13029, 1038, '_elementor_page_settings', 'a:0:{}'),
(11728, 950, '_wp_page_template', 'elementor_header_footer'),
(11729, 950, '_elementor_global_class_usage_indexed', '1'),
(11730, 950, '_elementor_edit_mode', 'builder'),
(11731, 950, '_elementor_template_type', 'wp-page'),
(11732, 950, '_elementor_version', '4.2.1'),
(11733, 950, '_elementor_pro_version', '4.2.1'),
(11734, 950, '_elementor_global_class_usage_indexed_preview', '1'),
(11735, 950, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11736, 950, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11460, 926, '_elementor_page_settings', 'a:0:{}'),
(13289, 1058, '_elementor_global_class_usage_indexed', '1'),
(13290, 1058, '_elementor_edit_mode', 'builder'),
(13291, 1058, '_elementor_template_type', 'wp-page'),
(13292, 1058, '_elementor_version', '4.2.1'),
(13293, 1058, '_elementor_pro_version', '4.2.1'),
(13294, 1058, '_elementor_global_class_usage_indexed_preview', '1'),
(13295, 1058, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13296, 1058, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13274, 1056, '_elementor_page_settings', 'a:0:{}'),
(11463, 927, '_wp_page_template', 'elementor_header_footer'),
(11464, 927, '_elementor_global_class_usage_indexed', '1'),
(11465, 927, '_elementor_edit_mode', 'builder'),
(11466, 927, '_elementor_template_type', 'wp-page'),
(11467, 927, '_elementor_version', '4.2.1'),
(11468, 927, '_elementor_pro_version', '4.2.1'),
(11469, 927, '_elementor_global_class_usage_indexed_preview', '1'),
(11470, 927, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11471, 927, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11473, 927, '_elementor_page_settings', 'a:0:{}'),
(11476, 928, '_wp_page_template', 'elementor_header_footer'),
(11477, 928, '_elementor_global_class_usage_indexed', '1'),
(11478, 928, '_elementor_edit_mode', 'builder'),
(11479, 928, '_elementor_template_type', 'wp-page'),
(11480, 928, '_elementor_version', '4.2.1'),
(11481, 928, '_elementor_pro_version', '4.2.1'),
(11482, 928, '_elementor_global_class_usage_indexed_preview', '1'),
(11483, 928, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11484, 928, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13032, 1039, '_wp_page_template', 'elementor_header_footer'),
(13033, 1039, '_elementor_global_class_usage_indexed', '1'),
(13034, 1039, '_elementor_edit_mode', 'builder'),
(13035, 1039, '_elementor_template_type', 'wp-page'),
(13036, 1039, '_elementor_version', '4.2.1'),
(13037, 1039, '_elementor_pro_version', '4.2.1'),
(13038, 1039, '_elementor_global_class_usage_indexed_preview', '1'),
(13039, 1039, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(13040, 1039, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"},\"faq_items_box_shadow_box_shadow_type\":\"yes\",\"faq_items_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(11767, 953, '_wp_page_template', 'elementor_header_footer'),
(11768, 953, '_elementor_global_class_usage_indexed', '1'),
(11769, 953, '_elementor_edit_mode', 'builder'),
(11770, 953, '_elementor_template_type', 'wp-page'),
(11771, 953, '_elementor_version', '4.2.1'),
(11772, 953, '_elementor_pro_version', '4.2.1'),
(11773, 953, '_elementor_global_class_usage_indexed_preview', '1'),
(11774, 953, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11775, 953, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11492, 929, '_wp_attached_file', '2026/08/project.mp4'),
(11493, 929, '_wp_attachment_metadata', 'a:12:{s:7:\"bitrate\";i:2487816;s:8:\"filesize\";i:13477378;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:40;s:16:\"length_formatted\";s:4:\"0:40\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:16:\"H.264/MPEG-4 AVC\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:165679;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.10786393229166667;}s:17:\"created_timestamp\";i:1782448432;}'),
(11504, 930, '_elementor_page_settings', 'a:0:{}'),
(13794, 191, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>'),
(11507, 931, '_wp_page_template', 'elementor_header_footer'),
(11508, 931, '_elementor_global_class_usage_indexed', '1'),
(11509, 931, '_elementor_edit_mode', 'builder'),
(11510, 931, '_elementor_template_type', 'wp-page'),
(11511, 931, '_elementor_version', '4.2.1'),
(11512, 931, '_elementor_pro_version', '4.2.1'),
(11513, 931, '_elementor_global_class_usage_indexed_preview', '1'),
(11514, 931, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11515, 931, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"id\":538,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.mp4\",\"id\":562,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/New-Project-1.jpg\",\"id\":585,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"258ce4a6\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"63536395\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"7b881b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a491e08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22c7760d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11517, 931, '_elementor_page_settings', 'a:0:{}'),
(13231, 1053, '_elementor_page_settings', 'a:0:{}'),
(13235, 1054, '_elementor_global_class_usage_indexed', '1'),
(13236, 1054, '_elementor_edit_mode', 'builder'),
(13237, 1054, '_elementor_template_type', 'wp-page'),
(13238, 1054, '_elementor_version', '4.2.1'),
(13239, 1054, '_elementor_pro_version', '4.2.1'),
(13240, 1054, '_elementor_global_class_usage_indexed_preview', '1'),
(13241, 1054, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13242, 1054, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"},\"faq_items_box_shadow_box_shadow_type\":\"yes\",\"faq_items_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(11520, 932, '_wp_page_template', 'elementor_header_footer'),
(11521, 932, '_elementor_global_class_usage_indexed', '1'),
(11522, 932, '_elementor_edit_mode', 'builder'),
(11523, 932, '_elementor_template_type', 'wp-page'),
(11524, 932, '_elementor_version', '4.2.1'),
(11525, 932, '_elementor_pro_version', '4.2.1'),
(11526, 932, '_elementor_global_class_usage_indexed_preview', '1'),
(11527, 932, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11528, 932, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.jpg\",\"id\":549,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.mp4\",\"id\":562,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/New-Project-1.jpg\",\"id\":585,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"258ce4a6\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"63536395\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"7b881b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a491e08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22c7760d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(13056, 1040, '_elementor_page_settings', 'a:0:{}'),
(13057, 1041, '_wp_page_template', 'elementor_header_footer'),
(13058, 1041, '_elementor_global_class_usage_indexed', '1'),
(13059, 1041, '_elementor_edit_mode', 'builder'),
(13060, 1041, '_elementor_template_type', 'wp-page'),
(13061, 1041, '_elementor_version', '4.2.1'),
(13062, 1041, '_elementor_pro_version', '4.2.1'),
(13063, 1041, '_elementor_global_class_usage_indexed_preview', '1'),
(13064, 1041, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13065, 1041, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"},\"faq_items_box_shadow_box_shadow_type\":\"yes\",\"faq_items_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(13067, 1041, '_elementor_page_settings', 'a:0:{}'),
(13069, 1042, '_elementor_global_class_usage_indexed', '1'),
(13070, 1042, '_elementor_edit_mode', 'builder'),
(13071, 1042, '_elementor_template_type', 'wp-page'),
(13072, 1042, '_elementor_version', '4.2.1'),
(13073, 1042, '_elementor_pro_version', '4.2.1'),
(13074, 1042, '_elementor_global_class_usage_indexed_preview', '1'),
(13075, 1042, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(13076, 1042, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"},\"faq_items_box_shadow_box_shadow_type\":\"yes\",\"faq_items_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(11615, 942, '_wp_page_template', 'elementor_header_footer'),
(11591, 940, '_wp_page_template', 'elementor_header_footer'),
(11592, 940, '_elementor_global_class_usage_indexed', '1'),
(11593, 940, '_elementor_edit_mode', 'builder'),
(11594, 940, '_elementor_template_type', 'wp-page'),
(11595, 940, '_elementor_version', '4.2.1'),
(11596, 940, '_elementor_pro_version', '4.2.1'),
(11597, 940, '_elementor_global_class_usage_indexed_preview', '1'),
(11598, 940, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11599, 940, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.mp4\",\"id\":562,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/New-Project-1.jpg\",\"id\":585,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"258ce4a6\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"63536395\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"7b881b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a491e08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22c7760d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11644, 944, '_wp_page_template', 'elementor_header_footer'),
(11645, 944, '_elementor_global_class_usage_indexed', '1'),
(11646, 944, '_elementor_edit_mode', 'builder'),
(11647, 944, '_elementor_template_type', 'wp-page'),
(11648, 944, '_elementor_version', '4.2.1'),
(11649, 944, '_elementor_pro_version', '4.2.1'),
(11650, 944, '_elementor_global_class_usage_indexed_preview', '1'),
(11651, 944, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11652, 944, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video11.mp4\",\"id\":939,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video2-1.jpg\",\"id\":938,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"258ce4a6\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"63536395\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"7b881b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a491e08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22c7760d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(12880, 1028, '_wp_page_template', 'elementor_header_footer'),
(12881, 1028, '_elementor_global_class_usage_indexed', '1'),
(12882, 1028, '_elementor_edit_mode', 'builder'),
(12883, 1028, '_elementor_template_type', 'wp-page'),
(12884, 1028, '_elementor_version', '4.2.1'),
(12885, 1028, '_elementor_pro_version', '4.2.1'),
(12886, 1028, '_elementor_global_class_usage_indexed_preview', '1'),
(12887, 1028, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12888, 1028, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(11618, 942, '_elementor_template_type', 'wp-page'),
(11619, 942, '_elementor_version', '4.2.1'),
(11620, 942, '_elementor_pro_version', '4.2.1'),
(11621, 942, '_elementor_global_class_usage_indexed_preview', '1'),
(11622, 942, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11623, 942, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video11.mp4\",\"id\":939,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video2-1.jpg\",\"id\":938,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"258ce4a6\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"63536395\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"7b881b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a491e08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22c7760d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11616, 942, '_elementor_global_class_usage_indexed', '1'),
(11617, 942, '_elementor_edit_mode', 'builder'),
(11586, 938, '_wp_attached_file', '2026/08/video2-1.jpg'),
(11587, 938, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:667;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2026/08/video2-1.jpg\";s:8:\"filesize\";i:81139;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"video2-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11374;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"video2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5061;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3:\"alt\";s:0:\"\";}}'),
(11589, 939, '_wp_attached_file', '2026/08/video11.mp4'),
(11590, 939, '_wp_attachment_metadata', 'a:12:{s:7:\"bitrate\";i:1985068;s:8:\"filesize\";i:10405234;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:38;s:16:\"length_formatted\";s:4:\"0:38\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:16:\"H.264/MPEG-4 AVC\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:168534;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.10972265625;}s:17:\"created_timestamp\";i:1781493260;}');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11601, 940, '_elementor_page_settings', 'a:0:{}'),
(13221, 1053, '_wp_page_template', 'elementor_header_footer'),
(13222, 1053, '_elementor_global_class_usage_indexed', '1'),
(13223, 1053, '_elementor_edit_mode', 'builder'),
(13224, 1053, '_elementor_template_type', 'wp-page'),
(13225, 1053, '_elementor_version', '4.2.1'),
(13226, 1053, '_elementor_pro_version', '4.2.1'),
(13227, 1053, '_elementor_global_class_usage_indexed_preview', '1'),
(13228, 1053, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(13229, 1053, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"},\"faq_items_box_shadow_box_shadow_type\":\"yes\",\"faq_items_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(13218, 1052, '_elementor_page_settings', 'a:0:{}'),
(11603, 941, '_wp_page_template', 'elementor_header_footer'),
(11604, 941, '_elementor_global_class_usage_indexed', '1'),
(11605, 941, '_elementor_edit_mode', 'builder'),
(11606, 941, '_elementor_template_type', 'wp-page'),
(11607, 941, '_elementor_version', '4.2.1'),
(11608, 941, '_elementor_pro_version', '4.2.1'),
(11609, 941, '_elementor_global_class_usage_indexed_preview', '1'),
(11610, 941, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11611, 941, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video-1.mp4\",\"id\":562,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/New-Project-1.jpg\",\"id\":585,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"258ce4a6\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"63536395\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"7b881b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a491e08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22c7760d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11613, 941, '_elementor_page_settings', 'a:0:{}'),
(13246, 19, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13247, 19, '_elementor_controls_usage', 'a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:5;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:8;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}s:18:\"section_background\";a:4:{s:21:\"background_background\";i:4;s:18:\"background_color_b\";i:1;s:16:\"background_color\";i:2;s:16:\"background_image\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:19:\"section_form_fields\";a:4:{s:9:\"form_name\";i:1;s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:13:\"mark_required\";i:1;}s:15:\"section_buttons\";a:2:{s:11:\"button_size\";i:1;s:11:\"button_text\";i:1;}s:13:\"section_email\";a:4:{s:13:\"form_metadata\";i:1;s:8:\"email_to\";i:1;s:13:\"email_subject\";i:1;s:10:\"email_from\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_icon\";a:7:{s:13:\"selected_icon\";i:3;s:4:\"view\";i:3;s:5:\"shape\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:4:\"link\";i:3;s:10:\"title_size\";i:3;}s:17:\"section_style_box\";a:2:{s:8:\"position\";i:3;s:15:\"position_mobile\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:6:\"pp-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:22:\"section_accordion_faqs\";a:1:{s:4:\"tabs\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:4:\"html\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:4:\"html\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(13179, 1050, '_wp_page_template', 'elementor_header_footer'),
(13180, 1050, '_elementor_global_class_usage_indexed', '1'),
(13181, 1050, '_elementor_edit_mode', 'builder'),
(13182, 1050, '_elementor_template_type', 'wp-page'),
(13183, 1050, '_elementor_version', '4.2.1'),
(13184, 1050, '_elementor_pro_version', '4.2.1'),
(13185, 1050, '_elementor_global_class_usage_indexed_preview', '1'),
(13186, 1050, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(13187, 1050, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"},\"faq_items_box_shadow_box_shadow_type\":\"yes\",\"faq_items_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(13189, 1050, '_elementor_page_settings', 'a:0:{}'),
(13193, 1051, '_elementor_global_class_usage_indexed', '1'),
(13194, 1051, '_elementor_edit_mode', 'builder'),
(13195, 1051, '_elementor_template_type', 'wp-page'),
(13196, 1051, '_elementor_version', '4.2.1'),
(13197, 1051, '_elementor_pro_version', '4.2.1'),
(13198, 1051, '_elementor_global_class_usage_indexed_preview', '1'),
(13199, 1051, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13200, 1051, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"},\"faq_items_box_shadow_box_shadow_type\":\"yes\",\"faq_items_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(11686, 947, '_wp_page_template', 'elementor_header_footer'),
(11687, 947, '_elementor_global_class_usage_indexed', '1'),
(11688, 947, '_elementor_edit_mode', 'builder'),
(11689, 947, '_elementor_template_type', 'wp-page'),
(11690, 947, '_elementor_version', '4.2.1'),
(11691, 947, '_elementor_pro_version', '4.2.1'),
(11692, 947, '_elementor_global_class_usage_indexed_preview', '1'),
(11693, 947, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11694, 947, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}],\"width\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video11.mp4\",\"id\":939,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video2-1.jpg\",\"id\":938,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"258ce4a6\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"63536395\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"7b881b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a491e08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22c7760d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11754, 952, '_elementor_edit_mode', 'builder'),
(11755, 952, '_elementor_template_type', 'wp-page'),
(11756, 952, '_elementor_version', '4.2.1'),
(11757, 952, '_elementor_pro_version', '4.2.1'),
(11758, 952, '_elementor_global_class_usage_indexed_preview', '1'),
(11759, 952, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11760, 952, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11752, 952, '_wp_page_template', 'elementor_header_footer'),
(11753, 952, '_elementor_global_class_usage_indexed', '1'),
(11654, 944, '_elementor_page_settings', 'a:0:{}'),
(13234, 1054, '_wp_page_template', 'elementor_header_footer'),
(13208, 1052, '_wp_page_template', 'elementor_header_footer'),
(13209, 1052, '_elementor_global_class_usage_indexed', '1'),
(13210, 1052, '_elementor_edit_mode', 'builder'),
(13211, 1052, '_elementor_template_type', 'wp-page'),
(13212, 1052, '_elementor_version', '4.2.1'),
(13213, 1052, '_elementor_pro_version', '4.2.1'),
(13214, 1052, '_elementor_global_class_usage_indexed_preview', '1'),
(13215, 1052, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(13216, 1052, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"},\"faq_items_box_shadow_box_shadow_type\":\"yes\",\"faq_items_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(13176, 1049, '_elementor_page_settings', 'a:0:{}'),
(11657, 945, '_wp_page_template', 'elementor_header_footer'),
(11658, 945, '_elementor_global_class_usage_indexed', '1'),
(11659, 945, '_elementor_edit_mode', 'builder'),
(11660, 945, '_elementor_template_type', 'wp-page'),
(11661, 945, '_elementor_version', '4.2.1'),
(11662, 945, '_elementor_pro_version', '4.2.1'),
(11663, 945, '_elementor_global_class_usage_indexed_preview', '1'),
(11664, 945, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11665, 945, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video11.mp4\",\"id\":939,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video2-1.jpg\",\"id\":938,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"258ce4a6\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"63536395\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"7b881b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a491e08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22c7760d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11667, 945, '_elementor_page_settings', 'a:0:{}'),
(13150, 1048, '_wp_page_template', 'elementor_header_footer'),
(13151, 1048, '_elementor_global_class_usage_indexed', '1'),
(13152, 1048, '_elementor_edit_mode', 'builder'),
(13153, 1048, '_elementor_template_type', 'wp-page');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13154, 1048, '_elementor_version', '4.2.1'),
(13155, 1048, '_elementor_pro_version', '4.2.1'),
(13156, 1048, '_elementor_global_class_usage_indexed_preview', '1'),
(13157, 1048, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(13158, 1048, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"},\"faq_items_box_shadow_box_shadow_type\":\"yes\",\"faq_items_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(11670, 946, '_wp_page_template', 'elementor_header_footer'),
(11671, 946, '_elementor_global_class_usage_indexed', '1'),
(11672, 946, '_elementor_edit_mode', 'builder'),
(11673, 946, '_elementor_template_type', 'wp-page'),
(11674, 946, '_elementor_version', '4.2.1'),
(11675, 946, '_elementor_pro_version', '4.2.1'),
(11676, 946, '_elementor_global_class_usage_indexed_preview', '1'),
(11677, 946, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11678, 946, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}],\"width\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video11.mp4\",\"id\":939,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video2-1.jpg\",\"id\":938,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"258ce4a6\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"63536395\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"7b881b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a491e08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22c7760d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(13108, 1045, '_wp_page_template', 'elementor_header_footer'),
(13082, 1043, '_wp_page_template', 'elementor_header_footer'),
(13083, 1043, '_elementor_global_class_usage_indexed', '1'),
(13084, 1043, '_elementor_edit_mode', 'builder'),
(13085, 1043, '_elementor_template_type', 'wp-page'),
(13086, 1043, '_elementor_version', '4.2.1'),
(13087, 1043, '_elementor_pro_version', '4.2.1'),
(13088, 1043, '_elementor_global_class_usage_indexed_preview', '1'),
(13089, 1043, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13090, 1043, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"},\"faq_items_box_shadow_box_shadow_type\":\"yes\",\"faq_items_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(13166, 1049, '_wp_page_template', 'elementor_header_footer'),
(13124, 1046, '_wp_page_template', 'elementor_header_footer'),
(13125, 1046, '_elementor_global_class_usage_indexed', '1'),
(13126, 1046, '_elementor_edit_mode', 'builder'),
(13127, 1046, '_elementor_template_type', 'wp-page'),
(13128, 1046, '_elementor_version', '4.2.1'),
(13129, 1046, '_elementor_pro_version', '4.2.1'),
(13130, 1046, '_elementor_global_class_usage_indexed_preview', '1'),
(13131, 1046, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(13132, 1046, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"},\"faq_items_box_shadow_box_shadow_type\":\"yes\",\"faq_items_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(13092, 1043, '_elementor_page_settings', 'a:0:{}'),
(11724, 15, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11725, 15, '_elementor_controls_usage', 'a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:2;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:12;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:16;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:16;}s:18:\"section_background\";a:3:{s:21:\"background_background\";i:5;s:18:\"background_color_b\";i:1;s:16:\"background_color\";i:2;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:2;}}}}s:7:\"gallery\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:8:\"settings\";a:5:{s:7:\"gallery\";i:5;s:9:\"galleries\";i:5;s:7:\"columns\";i:5;s:12:\"aspect_ratio\";i:5;s:20:\"thumbnail_image_size\";i:5;}s:7:\"overlay\";a:1:{s:13:\"overlay_title\";i:5;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}}}s:11:\"nested-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_tabs\";a:1:{s:4:\"tabs\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:23:\"section_tabs_responsive\";a:1:{s:19:\"breakpoint_selector\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:13:\"section_video\";a:5:{s:10:\"video_type\";i:2;s:11:\"youtube_url\";i:2;s:9:\"vimeo_url\";i:2;s:15:\"dailymotion_url\";i:2;s:10:\"hosted_url\";i:2;}s:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:2;s:13:\"image_overlay\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(11696, 947, '_elementor_page_settings', 'a:0:{}'),
(13137, 1047, '_wp_page_template', 'elementor_header_footer'),
(13138, 1047, '_elementor_global_class_usage_indexed', '1'),
(13139, 1047, '_elementor_edit_mode', 'builder'),
(13140, 1047, '_elementor_template_type', 'wp-page'),
(13141, 1047, '_elementor_version', '4.2.1'),
(13142, 1047, '_elementor_pro_version', '4.2.1'),
(13143, 1047, '_elementor_global_class_usage_indexed_preview', '1'),
(13144, 1047, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(13145, 1047, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"},\"faq_items_box_shadow_box_shadow_type\":\"yes\",\"faq_items_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(13147, 1047, '_elementor_page_settings', 'a:0:{}'),
(11699, 948, '_wp_page_template', 'elementor_header_footer'),
(11700, 948, '_elementor_global_class_usage_indexed', '1'),
(11701, 948, '_elementor_edit_mode', 'builder'),
(11702, 948, '_elementor_template_type', 'wp-page'),
(11703, 948, '_elementor_version', '4.2.1'),
(11704, 948, '_elementor_pro_version', '4.2.1'),
(11705, 948, '_elementor_global_class_usage_indexed_preview', '1'),
(11706, 948, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11707, 948, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}],\"width\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video11.mp4\",\"id\":939,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video2-1.jpg\",\"id\":938,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"258ce4a6\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"63536395\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"7b881b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a491e08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22c7760d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(11709, 948, '_elementor_page_settings', 'a:0:{}'),
(13712, 1085, '_wp_attached_file', '2026/08/Vertical-picture-for-home-page--scaled.jpg'),
(13713, 1085, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:50:\"2026/08/Vertical-picture-for-home-page--scaled.jpg\";s:8:\"filesize\";i:804981;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"Vertical-picture-for-home-page--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44464;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"Vertical-picture-for-home-page--1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189764;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Vertical-picture-for-home-page--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33927;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"Vertical-picture-for-home-page--768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123296;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"Vertical-picture-for-home-page--1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:354094;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:45:\"Vertical-picture-for-home-page--2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:561528;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILME-FX30\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1786119501\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}s:14:\"original_image\";s:35:\"Vertical-picture-for-home-page-.jpg\";}'),
(13714, 1086, '_wp_attached_file', '2026/08/Untitled-2222.jpg'),
(13715, 1086, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1632;s:6:\"height\";i:1088;s:4:\"file\";s:25:\"2026/08/Untitled-2222.jpg\";s:8:\"filesize\";i:1382727;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Untitled-2222-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32322;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Untitled-2222-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178283;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Untitled-2222-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21744;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Untitled-2222-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111571;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"Untitled-2222-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:342009;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}s:3:\"alt\";s:0:\"\";}}'),
(13192, 1051, '_wp_page_template', 'elementor_header_footer'),
(13167, 1049, '_elementor_global_class_usage_indexed', '1'),
(13168, 1049, '_elementor_edit_mode', 'builder'),
(13169, 1049, '_elementor_template_type', 'wp-page'),
(13170, 1049, '_elementor_version', '4.2.1'),
(13171, 1049, '_elementor_pro_version', '4.2.1'),
(13172, 1049, '_elementor_global_class_usage_indexed_preview', '1'),
(13173, 1049, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13174, 1049, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"},\"faq_items_box_shadow_box_shadow_type\":\"yes\",\"faq_items_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"answer_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(13134, 1046, '_elementor_page_settings', 'a:0:{}'),
(11712, 949, '_wp_page_template', 'elementor_header_footer'),
(11713, 949, '_elementor_global_class_usage_indexed', '1'),
(11714, 949, '_elementor_edit_mode', 'builder'),
(11715, 949, '_elementor_template_type', 'wp-page'),
(11716, 949, '_elementor_version', '4.2.1'),
(11717, 949, '_elementor_pro_version', '4.2.1'),
(11718, 949, '_elementor_global_class_usage_indexed_preview', '1'),
(11719, 949, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(11720, 949, '_elementor_data', '[{\"id\":\"5a881e76\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"69dc34c0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2cae746b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Projects\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b3e7cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our  <span style=\\\"font-weight:200\\\">Work<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2850e57f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Real jobs. Real homes. Real results \\u2014 right here in Louisville.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"600d4da\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4680c7a\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7e3609f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6437ede\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1c7e8a5\"}],\"css_classes\":\"tab_section\",\"custom_css\":\".tab_section .e-n-tab-title .e-n-tab-title-text{\\n      width: 110px !important;\\n      justify-content: center !important;\\n\\n \\n}\\n\\/*.tab_section .e-n-tabs-heading {*\\/\\n\\/*    display: flex !important;*\\/\\n\\/*    width: 80% !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\\n\\n\\/*.tab_section .e-n-tabs-heading .e-n-tab-title {*\\/\\n\\/*    flex: 1 !important;*\\/\\n\\/*    width: 50px !important;*\\/\\n\\/*    text-align: center !important;*\\/\\n\\/*    justify-content: center !important;*\\/\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"0c8b782\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c5b96f6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"214002b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a69de56\"}],\"pp_display_conditions\":[{\"_id\":\"6840391\"}]},\"elements\":[{\"id\":\"37451d5\",\"elType\":\"widget\",\"widgetType\":\"nested-tabs\",\"settings\":{\"tabs\":[{\"tab_title\":\"All\",\"_id\":\"9518799\"},{\"tab_title\":\"Repairs\",\"_id\":\"2934ae4\"},{\"tab_title\":\"Installations\",\"_id\":\"d94eea9\"},{\"tab_title\":\"Ceilings\",\"_id\":\"a59399b\"},{\"tab_title\":\"Remodels\",\"_id\":\"762ae7d\"}],\"tabs_title_background_color_background\":\"classic\",\"pp_display_conditions\":[{\"_id\":\"0f03365\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"tabs_title_background_color_color\":\"globals\\/colors?id=astglobalcolor1\",\"title_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"tabs_title_background_color_hover_color\":\"globals\\/colors?id=astglobalcolor0\",\"tabs_title_background_color_active_color\":\"globals\\/colors?id=astglobalcolor0\"},\"title_alignment\":\"center\",\"breakpoint_selector\":\"none\",\"tabs_title_spacing\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[{\"id\":\"2dfba21\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #1\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"77d6cb1\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e016357\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"daaf483\"}],\"pp_display_conditions\":[{\"_id\":\"c2e5d5c\"}]},\"elements\":[{\"id\":\"bf1c5e4\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"},{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"},{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"},{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"6af5a9a\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #2\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"46c27d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a0c24e4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9fa63fd\"}],\"pp_display_conditions\":[{\"_id\":\"170a809\"}]},\"elements\":[{\"id\":\"709b877\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":501,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\"},{\"id\":502,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\"},{\"id\":503,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"2881ff1\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"d8da79d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":508,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\"},{\"id\":509,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\"},{\"id\":510,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"97b101b\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"fc6bf4d\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":518,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\"},{\"id\":519,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\"},{\"id\":520,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true},{\"id\":\"c6d4fdc\",\"elType\":\"container\",\"settings\":{\"_title\":\"Tab #3\",\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e8f33ec\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"febad8b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b0d5dfe\"}],\"pp_display_conditions\":[{\"_id\":\"5921eed\"}]},\"elements\":[{\"id\":\"30b1686\",\"elType\":\"widget\",\"settings\":{\"gallery\":[{\"id\":525,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\"},{\"id\":526,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\"},{\"id\":527,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\"}],\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"074f52f\"}],\"columns\":3,\"aspect_ratio\":\"1:1\",\"thumbnail_image_size\":\"full\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_blend_mode\":\"multiply\",\"pp_display_conditions\":[{\"_id\":\"68e4c04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_border_radius\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f251ed1\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3bd663c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b8f935b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"9907080\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b9b8bff\"}]},\"elements\":[{\"id\":\"8e8a319\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}]},\"elements\":[{\"id\":\"0a8d6b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Us Work\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"feeaf58\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f6c69eb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc2cf48\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"11e6309\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1da5db5\"}],\"pp_display_conditions\":[{\"_id\":\"d10eecf\"}],\"width\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":613,\"sizes\":[]},\"flex_justify_content\":\"center\",\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"bc6325e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"4edee88\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"d53d723\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5427549\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"861dc95\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f8698fe\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"e287459\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"266b28b\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"vimeo_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"dailymotion_url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video.mp4\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video11.mp4\",\"id\":939,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video2-1.jpg\",\"id\":938,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"pp_display_conditions\":[{\"_id\":\"45e32ad\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"258ce4a6\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"63536395\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"7b881b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Like What You See?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a491e08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Your walls could look like this. Get a free estimate from Jaime and his crew \\u2014 same-week scheduling available.\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22c7760d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request a Free Estimate\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(13095, 1044, '_wp_page_template', 'elementor_header_footer'),
(13096, 1044, '_elementor_global_class_usage_indexed', '1'),
(13097, 1044, '_elementor_edit_mode', 'builder'),
(13098, 1044, '_elementor_template_type', 'wp-page'),
(13099, 1044, '_elementor_version', '4.2.1'),
(13100, 1044, '_elementor_pro_version', '4.2.1'),
(13101, 1044, '_elementor_global_class_usage_indexed_preview', '1'),
(13102, 1044, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13103, 1044, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"},\"faq_items_box_shadow_box_shadow_type\":\"yes\",\"faq_items_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(13105, 1044, '_elementor_page_settings', 'a:0:{}'),
(11738, 950, '_elementor_page_settings', 'a:0:{}'),
(12622, 1012, '_wp_trash_meta_status', 'publish'),
(12623, 1012, '_wp_trash_meta_time', '1785684109'),
(12634, 1013, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(12635, 1013, '_elementor_screenshot_failed', '2026-08-02 06:54:08'),
(12834, 25, '_elementor_page_settings', 'a:0:{}'),
(12835, 25, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:19:\"_section_responsive\";a:6:{s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;s:17:\"hide_tablet_extra\";i:1;s:11:\"hide_tablet\";i:1;s:17:\"hide_mobile_extra\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:12:\"section_icon\";a:7:{s:13:\"selected_icon\";i:7;s:10:\"title_text\";i:7;s:16:\"description_text\";i:7;s:10:\"title_size\";i:7;s:4:\"view\";i:7;s:5:\"shape\";i:3;s:4:\"link\";i:3;}s:17:\"section_style_box\";a:3:{s:8:\"position\";i:7;s:21:\"position_mobile_extra\";i:4;s:15:\"position_mobile\";i:3;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:4;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:7;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:4;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:5;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:7;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:7;}s:18:\"section_background\";a:4:{s:21:\"background_background\";i:3;s:18:\"background_color_b\";i:1;s:16:\"background_color\";i:2;s:16:\"background_image\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:2;s:18:\"animation_duration\";i:2;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:19:\"section_form_fields\";a:4:{s:9:\"form_name\";i:1;s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:13:\"mark_required\";i:1;}s:15:\"section_buttons\";a:2:{s:11:\"button_size\";i:1;s:11:\"button_text\";i:1;}s:13:\"section_email\";a:4:{s:13:\"form_metadata\";i:1;s:8:\"email_to\";i:1;s:13:\"email_subject\";i:1;s:10:\"email_from\";i:1;}s:20:\"section_form_options\";a:2:{s:15:\"success_message\";i:1;s:15:\"custom_messages\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:4:\"html\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:4:\"html\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(11740, 951, '_wp_page_template', 'elementor_header_footer'),
(11741, 951, '_elementor_global_class_usage_indexed', '1'),
(11742, 951, '_elementor_edit_mode', 'builder'),
(11743, 951, '_elementor_template_type', 'wp-page'),
(11744, 951, '_elementor_version', '4.2.1'),
(11745, 951, '_elementor_pro_version', '4.2.1'),
(11746, 951, '_elementor_global_class_usage_indexed_preview', '1'),
(11747, 951, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11748, 951, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/5936855_Pennsylvania_Suburban_1280x720.mp4\",\"id\":151,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"11\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}]},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11750, 951, '_elementor_page_settings', 'a:0:{}'),
(12693, 1014, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(12694, 1014, '_elementor_screenshot_failed', '2026-08-02 07:21:38'),
(11807, 956, '_wp_page_template', 'elementor_header_footer'),
(11808, 956, '_elementor_global_class_usage_indexed', '1'),
(11809, 956, '_elementor_edit_mode', 'builder'),
(11810, 956, '_elementor_template_type', 'wp-page'),
(11811, 956, '_elementor_version', '4.2.1'),
(11812, 956, '_elementor_pro_version', '4.2.1'),
(11813, 956, '_elementor_global_class_usage_indexed_preview', '1'),
(11814, 956, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11815, 956, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11777, 953, '_elementor_page_settings', 'a:0:{}'),
(12698, 28, '_elementor_page_settings', 'a:0:{}'),
(12699, 28, '_elementor_controls_usage', 'a:6:{s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}s:17:\"section_icon_list\";a:1:{s:23:\"icon_align_tablet_extra\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:7:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:9;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:9;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:3;}s:19:\"_section_responsive\";a:6:{s:17:\"hide_mobile_extra\";i:2;s:11:\"hide_mobile\";i:2;s:17:\"hide_tablet_extra\";i:2;s:11:\"hide_tablet\";i:2;s:15:\"hide_widescreen\";i:1;s:12:\"hide_desktop\";i:1;}s:15:\"section_effects\";a:7:{s:6:\"sticky\";i:2;s:9:\"sticky_on\";i:1;s:21:\"sticky_effects_offset\";i:1;s:26:\"sticky_offset_tablet_extra\";i:1;s:26:\"sticky_offset_mobile_extra\";i:1;s:20:\"sticky_offset_mobile\";i:1;s:38:\"sticky_anchor_link_offset_tablet_extra\";i:1;}s:24:\"section_layout_container\";a:1:{s:13:\"content_width\";i:3;}s:14:\"section_layout\";a:1:{s:11:\"css_classes\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}s:20:\"section_social_style\";a:1:{s:10:\"icon_color\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:4:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:4;s:13:\"selected_icon\";i:1;}s:13:\"section_style\";a:3:{s:5:\"align\";i:4;s:18:\"align_tablet_extra\";i:2;s:16:\"background_color\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:14:\"_section_style\";a:1:{s:27:\"_element_width_tablet_extra\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:2:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:16:\"pp-advanced-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:14:\"section_layout\";a:3:{s:11:\"align_items\";i:1;s:7:\"pointer\";i:1;s:9:\"menu_type\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:16:\"style_responsive\";a:1:{s:18:\"offcanvas_position\";i:1;}}}}}'),
(11780, 954, '_wp_page_template', 'elementor_header_footer'),
(11781, 954, '_elementor_global_class_usage_indexed', '1'),
(11782, 954, '_elementor_edit_mode', 'builder'),
(11783, 954, '_elementor_template_type', 'wp-page'),
(11784, 954, '_elementor_version', '4.2.1'),
(11785, 954, '_elementor_pro_version', '4.2.1'),
(11786, 954, '_elementor_global_class_usage_indexed_preview', '1'),
(11787, 954, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11788, 954, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11790, 954, '_elementor_page_settings', 'a:0:{}'),
(11793, 955, '_wp_page_template', 'elementor_header_footer'),
(11794, 955, '_elementor_global_class_usage_indexed', '1'),
(11795, 955, '_elementor_edit_mode', 'builder'),
(11796, 955, '_elementor_template_type', 'wp-page'),
(11797, 955, '_elementor_version', '4.2.1'),
(11798, 955, '_elementor_pro_version', '4.2.1'),
(11799, 955, '_elementor_global_class_usage_indexed_preview', '1'),
(11800, 955, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11801, 955, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12729, 1016, '_elementor_page_settings', 'a:0:{}'),
(11817, 956, '_elementor_page_settings', 'a:0:{}'),
(11818, 957, '_wp_page_template', 'elementor_header_footer'),
(11819, 957, '_elementor_global_class_usage_indexed', '1'),
(11820, 957, '_elementor_edit_mode', 'builder'),
(11821, 957, '_elementor_template_type', 'wp-page'),
(11822, 957, '_elementor_version', '4.2.1'),
(11823, 957, '_elementor_pro_version', '4.2.1'),
(11824, 957, '_elementor_global_class_usage_indexed_preview', '1'),
(11825, 957, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11826, 957, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11828, 957, '_elementor_page_settings', 'a:0:{}'),
(11981, 970, '_wp_page_template', 'elementor_header_footer'),
(11904, 964, '_elementor_global_class_usage_indexed', '1'),
(11905, 964, '_elementor_edit_mode', 'builder'),
(11906, 964, '_elementor_template_type', 'wp-page'),
(11907, 964, '_elementor_version', '4.2.1'),
(11908, 964, '_elementor_pro_version', '4.2.1'),
(11829, 958, '_wp_page_template', 'elementor_header_footer'),
(11830, 958, '_elementor_global_class_usage_indexed', '1'),
(11831, 958, '_elementor_edit_mode', 'builder'),
(11832, 958, '_elementor_template_type', 'wp-page'),
(11833, 958, '_elementor_version', '4.2.1'),
(11834, 958, '_elementor_pro_version', '4.2.1'),
(11835, 958, '_elementor_global_class_usage_indexed_preview', '1'),
(11836, 958, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11837, 958, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11841, 959, '_wp_page_template', 'elementor_header_footer'),
(11842, 959, '_elementor_global_class_usage_indexed', '1'),
(11843, 959, '_elementor_edit_mode', 'builder'),
(11844, 959, '_elementor_template_type', 'wp-page'),
(11845, 959, '_elementor_version', '4.2.1'),
(11846, 959, '_elementor_pro_version', '4.2.1'),
(11847, 959, '_elementor_global_class_usage_indexed_preview', '1'),
(11848, 959, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11849, 959, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11851, 959, '_elementor_page_settings', 'a:0:{}'),
(11852, 960, '_wp_page_template', 'elementor_header_footer'),
(11853, 960, '_elementor_global_class_usage_indexed', '1'),
(11854, 960, '_elementor_edit_mode', 'builder'),
(11855, 960, '_elementor_template_type', 'wp-page'),
(11856, 960, '_elementor_version', '4.2.1'),
(11857, 960, '_elementor_pro_version', '4.2.1'),
(11858, 960, '_elementor_global_class_usage_indexed_preview', '1'),
(11859, 960, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11860, 960, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13109, 1045, '_elementor_global_class_usage_indexed', '1'),
(13110, 1045, '_elementor_edit_mode', 'builder'),
(11862, 960, '_elementor_page_settings', 'a:0:{}'),
(11903, 964, '_wp_page_template', 'elementor_header_footer'),
(11863, 961, '_wp_page_template', 'elementor_header_footer'),
(11864, 961, '_elementor_global_class_usage_indexed', '1'),
(11865, 961, '_elementor_edit_mode', 'builder'),
(11866, 961, '_elementor_template_type', 'wp-page'),
(11867, 961, '_elementor_version', '4.2.1'),
(11868, 961, '_elementor_pro_version', '4.2.1'),
(11869, 961, '_elementor_global_class_usage_indexed_preview', '1'),
(11870, 961, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11871, 961, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13111, 1045, '_elementor_template_type', 'wp-page'),
(13112, 1045, '_elementor_version', '4.2.1'),
(13113, 1045, '_elementor_pro_version', '4.2.1'),
(13114, 1045, '_elementor_global_class_usage_indexed_preview', '1'),
(11877, 962, '_wp_page_template', 'elementor_header_footer'),
(11878, 962, '_elementor_global_class_usage_indexed', '1'),
(11879, 962, '_elementor_edit_mode', 'builder'),
(11880, 962, '_elementor_template_type', 'wp-page'),
(11881, 962, '_elementor_version', '4.2.1'),
(11882, 962, '_elementor_pro_version', '4.2.1'),
(11883, 962, '_elementor_global_class_usage_indexed_preview', '1'),
(11884, 962, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11885, 962, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11959, 968, '_wp_page_template', 'elementor_header_footer'),
(11960, 968, '_elementor_global_class_usage_indexed', '1'),
(11961, 968, '_elementor_edit_mode', 'builder'),
(11945, 967, '_wp_page_template', 'elementor_header_footer'),
(11919, 965, '_wp_page_template', 'elementor_header_footer'),
(11920, 965, '_elementor_global_class_usage_indexed', '1'),
(11921, 965, '_elementor_edit_mode', 'builder'),
(11922, 965, '_elementor_template_type', 'wp-page'),
(11923, 965, '_elementor_version', '4.2.1'),
(11924, 965, '_elementor_pro_version', '4.2.1'),
(11925, 965, '_elementor_global_class_usage_indexed_preview', '1'),
(11926, 965, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11927, 965, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13115, 1045, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(13116, 1045, '_elementor_data', '[{\"id\":\"16bcdf5f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color_b\":\"#379C96\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":130,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e2b31a2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31565795\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"dot\\\"><\\/div>Contact\",\"header_size\":\"span\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_flex_align_self\":\"flex-start\",\"_css_classes\":\"hero-badge\",\"pp_display_conditions\":[{\"_id\":\"0146330\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_date_time_before_value\":\"2026-06-11 07:27\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-06-05\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF14\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"_border_color\":\"\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"15\",\"bottom\":\"2\",\"left\":\"15\",\"isLinked\":false},\"_flex_align_self_mobile_extra\":\"center\",\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_border_color\":\"#D6D6D638\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"217b7a66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get a Free <span style=\\\"font-weight:200\\\">Estimate <\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"489deda6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fill out the form below and we\'ll get back to you fast.\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\",\"pp_condition_date_time_before_value\":\"2026-08-04 05:56\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2d3d01c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"51\",\"row\":\"51\",\"isLinked\":true,\"unit\":\"px\",\"size\":51},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e5a1495\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bcda014\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fefd6b5\"}],\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"10\",\"bottom\":\"110\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d7ea753\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"flex_gap_tablet\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap_mobile_extra\":\"wrap\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"14b05e4f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F0F5FA\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"45\",\"bottom\":\"65\",\"left\":\"45\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"flex_justify_content\":\"flex-start\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"z_index\":9,\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"31896572\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Contact Us\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"3d6f386\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"field_label\":\"Email\",\"width\":\"50\",\"_id\":\"c9483dd\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"},{\"custom_id\":\"field_090211c\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"090211c\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_bbd3272\",\"field_type\":\"select\",\"required\":\"true\",\"field_label\":\"What do you need?\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"Repair\\nInstallation\\nCeiling \\/\\nWater Damage \\nNot Sure\",\"_id\":\"bbd3272\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"ee2bfc4\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"required\":\"true\"}],\"input_size\":\"md\",\"button_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send My Request\",\"email_content\":\"[all-fields]\",\"form_metadata\":[\"date\",\"time\"],\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"label_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_background_color\":\"#FFFFFF00\",\"field_border_color\":\"#7677772E\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"771d88a\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"\",\"previous_button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"mark_required_color\":\"globals\\/colors?id=astglobalcolor1\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"mark_required\":\"yes\",\"email_to\":\"thedrywallmanllc@gmail.com,nux.barrios@gmail.com\",\"email_subject\":\"Get a Free Estimate - The Drywall Man LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"The Drywall Man LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"The Drywall Man LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"The Drywall Man LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"column_gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"mark_required_color\":\"#4dbfb8\",\"button_background_color\":\"#4dbfb8\",\"previous_button_background_color\":\"#4dbfb8\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true},{\"id\":\"3b12e3ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ceff97c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"5c9fd21\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bacaa55\"}],\"padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"21\",\"bottom\":\"21\",\"left\":\"21\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"4958565\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"1\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61b42dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact  Info\",\"header_size\":\"h4\",\"pp_display_conditions\":[{\"_id\":\"44f53f0\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75841fe0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Phone\",\"description_text\":\"(502) 302-1480\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1ecb0967\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Email\",\"description_text\":\"thedrywallmanllc@gmail.com\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"position_mobile\":\"inline-start\",\"content_vertical_alignment_mobile\":\"top\",\"_border_border\":\"dashed\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"59dead15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"title_text\":\"Address\",\"description_text\":\"Louisville, KY \\u2014 Serving all of Jefferson County\",\"link\":{\"url\":\"https:\\/\\/maps.google.com\\/maps?ll=38.224914,-85.732248&z=11&t=m&hl=en-US&gl=US&mapclient=embed&q=Louisville%20Kentucky%20USA\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"title_size\":\"h6\",\"position\":\"inline-start\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"primary_color\":\"#F0F5FA\",\"icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"121\",\"right\":\"121\",\"bottom\":\"121\",\"left\":\"121\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1a4449f\",\"pp_condition_date_time_before_value\":\"2026-06-28 06:11\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"dashed\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C3C5C7\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\"},\"content_vertical_alignment_mobile\":\"top\",\"position_mobile\":\"inline-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dc5edbf\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a6c1d96\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c959ddd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1414ed9\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"63fefec\"}]},\"elements\":[{\"id\":\"fc0f827\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"6d1d08c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2ac3030\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"371612d\"}],\"pp_display_conditions\":[{\"_id\":\"561007c\"}]},\"elements\":[{\"id\":\"da02a0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"2f61beb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"63833b6\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Do you offer free estimates?\",\"_id\":\"a45d7ef\",\"faq_answer\":\"<p>Yes \\u2014 always. No obligation, no pressure.<\\/p>\",\"accordion_tab_default_active\":\"yes\"},{\"tab_title\":\"Yes \\u2014 always. No obligation, no pressure. How quickly can you start?\",\"_id\":\"fa81c2a\",\"faq_answer\":\"<p>We typically schedule within the same week for most jobs. Call for availability.<\\/p>\"},{\"tab_title\":\"We typically schedule within the same week for most jobs. Call for availability. Are you insured?\",\"_id\":\"d74a2fc\",\"faq_answer\":\"<p>Yes. We carry full liability insurance on all jobs.<\\/p>\"},{\"tab_title\":\"Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?\",\"faq_answer\":\"<p>Yes. We work on both residential and commercial projects of all sizes.<\\/p>\",\"_id\":\"d48409d\"},{\"tab_title\":\"Do you clean up after the job?\",\"faq_answer\":\"<p>Absolutely. We cover everything before we start and clean thoroughly before we leave<\\/p>\",\"_id\":\"fa84dd2\"}],\"faqs_items_bottom_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"faq_items_border_color\":\"#7F848B12\",\"faq_items_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"question_bg_color\":\"#FFFFFF\",\"question_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"question_border_color\":\"#FDFDFD08\",\"question_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"6516ede\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"question_bg_color\":\"globals\\/colors?id=astglobalcolor1\",\"question_border_color\":\"\",\"faq_items_border_color\":\"\",\"answer_bg_color\":\"globals\\/colors?id=astglobalcolor4\",\"faq_items_border_color_hover\":\"\",\"question_bg_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color_hover\":\"globals\\/colors?id=astglobalcolor4\",\"question_text_color_active\":\"globals\\/colors?id=astglobalcolor4\",\"question_bg_color_active\":\"globals\\/colors?id=astglobalcolor1\",\"question_text_color\":\"globals\\/colors?id=astglobalcolor4\"},\"faq_items_box_shadow_box_shadow_type\":\"yes\",\"faq_items_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"}},\"elements\":[],\"widgetType\":\"pp-faq\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08fb2e5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"b2129b7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"dc21372\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"77e1529\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"2b3d716\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7004d2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe src=\\\"https:\\/\\/maps.google.com\\/maps?q=Louisville,+KY\\r\\n&t=m&z=11&output=embed&iwloc=near\\\" width=\\\"100%\\\" height=\\\"260px;\\r\\n0\\\" frameborder=\\\"0\\\" style=\\\"border:0;\\\" allowfullscreen><\\/iframe>\",\"pp_display_conditions\":[{\"_id\":\"6c6f3c3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(11887, 962, '_elementor_page_settings', 'a:0:{}'),
(11890, 963, '_wp_page_template', 'elementor_header_footer'),
(11891, 963, '_elementor_global_class_usage_indexed', '1'),
(11892, 963, '_elementor_edit_mode', 'builder'),
(11893, 963, '_elementor_template_type', 'wp-page'),
(11894, 963, '_elementor_version', '4.2.1'),
(11895, 963, '_elementor_pro_version', '4.2.1'),
(11896, 963, '_elementor_global_class_usage_indexed_preview', '1'),
(11897, 963, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11898, 963, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e90dcad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f1275a4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"78e3733\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"64efff3\"}],\"pp_display_conditions\":[{\"_id\":\"48927a7\"}],\"width\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11900, 963, '_elementor_page_settings', 'a:0:{}'),
(12733, 1017, '_wp_page_template', 'elementor_header_footer'),
(12734, 1017, '_elementor_global_class_usage_indexed', '1'),
(12735, 1017, '_elementor_edit_mode', 'builder'),
(12736, 1017, '_elementor_template_type', 'wp-page'),
(12737, 1017, '_elementor_version', '4.2.1'),
(12738, 1017, '_elementor_pro_version', '4.2.1'),
(12739, 1017, '_elementor_global_class_usage_indexed_preview', '1'),
(12740, 1017, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12741, 1017, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12580, 1011, '_wp_page_template', 'elementor_header_footer'),
(12581, 1011, '_elementor_global_class_usage_indexed', '1'),
(12582, 1011, '_elementor_edit_mode', 'builder'),
(12583, 1011, '_elementor_template_type', 'wp-page'),
(12584, 1011, '_elementor_version', '4.2.1'),
(12585, 1011, '_elementor_pro_version', '4.2.1'),
(12586, 1011, '_elementor_global_class_usage_indexed_preview', '1'),
(12587, 1011, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12588, 1011, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11909, 964, '_elementor_global_class_usage_indexed_preview', '1'),
(11910, 964, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11911, 964, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12577, 1010, '_elementor_page_settings', 'a:0:{}'),
(11982, 970, '_elementor_global_class_usage_indexed', '1'),
(11962, 968, '_elementor_template_type', 'wp-page'),
(11963, 968, '_elementor_version', '4.2.1'),
(11964, 968, '_elementor_pro_version', '4.2.1'),
(11965, 968, '_elementor_global_class_usage_indexed_preview', '1'),
(11966, 968, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11967, 968, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11929, 965, '_elementor_page_settings', 'a:0:{}'),
(12567, 1010, '_wp_page_template', 'elementor_header_footer'),
(12568, 1010, '_elementor_global_class_usage_indexed', '1'),
(12569, 1010, '_elementor_edit_mode', 'builder'),
(12570, 1010, '_elementor_template_type', 'wp-page'),
(12571, 1010, '_elementor_version', '4.2.1'),
(12572, 1010, '_elementor_pro_version', '4.2.1'),
(12573, 1010, '_elementor_global_class_usage_indexed_preview', '1'),
(12574, 1010, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12575, 1010, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11932, 966, '_wp_page_template', 'elementor_header_footer'),
(11933, 966, '_elementor_global_class_usage_indexed', '1'),
(11934, 966, '_elementor_edit_mode', 'builder'),
(11935, 966, '_elementor_template_type', 'wp-page'),
(11936, 966, '_elementor_version', '4.2.1'),
(11937, 966, '_elementor_pro_version', '4.2.1'),
(11938, 966, '_elementor_global_class_usage_indexed_preview', '1'),
(11939, 966, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11940, 966, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11942, 966, '_elementor_page_settings', 'a:0:{}'),
(12564, 1009, '_elementor_page_settings', 'a:0:{}'),
(11946, 967, '_elementor_global_class_usage_indexed', '1'),
(11947, 967, '_elementor_edit_mode', 'builder'),
(11948, 967, '_elementor_template_type', 'wp-page'),
(11949, 967, '_elementor_version', '4.2.1'),
(11950, 967, '_elementor_pro_version', '4.2.1'),
(11951, 967, '_elementor_global_class_usage_indexed_preview', '1'),
(11952, 967, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11953, 967, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11969, 968, '_elementor_page_settings', 'a:0:{}'),
(11970, 969, '_wp_page_template', 'elementor_header_footer'),
(11971, 969, '_elementor_global_class_usage_indexed', '1'),
(11972, 969, '_elementor_edit_mode', 'builder'),
(11973, 969, '_elementor_template_type', 'wp-page'),
(11974, 969, '_elementor_version', '4.2.1'),
(11975, 969, '_elementor_pro_version', '4.2.1'),
(11976, 969, '_elementor_global_class_usage_indexed_preview', '1'),
(11977, 969, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11978, 969, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11980, 969, '_elementor_page_settings', 'a:0:{}'),
(11983, 970, '_elementor_edit_mode', 'builder'),
(11984, 970, '_elementor_template_type', 'wp-page'),
(11985, 970, '_elementor_version', '4.2.1'),
(11986, 970, '_elementor_pro_version', '4.2.1'),
(11987, 970, '_elementor_global_class_usage_indexed_preview', '1'),
(11988, 970, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11989, 970, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12010, 972, '_wp_page_template', 'elementor_header_footer'),
(12011, 972, '_elementor_global_class_usage_indexed', '1'),
(12012, 972, '_elementor_edit_mode', 'builder'),
(12013, 972, '_elementor_template_type', 'wp-page'),
(12014, 972, '_elementor_version', '4.2.1'),
(12015, 972, '_elementor_pro_version', '4.2.1'),
(12016, 972, '_elementor_global_class_usage_indexed_preview', '1'),
(12017, 972, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12018, 972, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12052, 975, '_wp_page_template', 'elementor_header_footer'),
(12053, 975, '_elementor_global_class_usage_indexed', '1'),
(12054, 975, '_elementor_edit_mode', 'builder'),
(12055, 975, '_elementor_template_type', 'wp-page'),
(12056, 975, '_elementor_version', '4.2.1'),
(12057, 975, '_elementor_pro_version', '4.2.1'),
(12058, 975, '_elementor_global_class_usage_indexed_preview', '1'),
(12059, 975, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12060, 975, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12437, 1000, '_elementor_page_settings', 'a:0:{}'),
(12036, 974, '_wp_page_template', 'elementor_header_footer'),
(12037, 974, '_elementor_global_class_usage_indexed', '1'),
(12038, 974, '_elementor_edit_mode', 'builder'),
(12039, 974, '_elementor_template_type', 'wp-page'),
(12040, 974, '_elementor_version', '4.2.1'),
(12041, 974, '_elementor_pro_version', '4.2.1'),
(12042, 974, '_elementor_global_class_usage_indexed_preview', '1'),
(12043, 974, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12044, 974, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12020, 972, '_elementor_page_settings', 'a:0:{}'),
(12742, 1017, '_elementor_page_settings', 'a:0:{}'),
(12023, 973, '_wp_page_template', 'elementor_header_footer'),
(12024, 973, '_elementor_global_class_usage_indexed', '1'),
(12025, 973, '_elementor_edit_mode', 'builder'),
(12026, 973, '_elementor_template_type', 'wp-page'),
(12027, 973, '_elementor_version', '4.2.1'),
(12028, 973, '_elementor_pro_version', '4.2.1'),
(12029, 973, '_elementor_global_class_usage_indexed_preview', '1'),
(12030, 973, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12031, 973, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\"},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12033, 973, '_elementor_page_settings', 'a:0:{}'),
(12746, 1018, '_wp_page_template', 'elementor_header_footer'),
(12747, 1018, '_elementor_global_class_usage_indexed', '1'),
(12748, 1018, '_elementor_edit_mode', 'builder'),
(12749, 1018, '_elementor_template_type', 'wp-page'),
(12750, 1018, '_elementor_version', '4.2.1'),
(12751, 1018, '_elementor_pro_version', '4.2.1'),
(12752, 1018, '_elementor_global_class_usage_indexed_preview', '1'),
(12753, 1018, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12754, 1018, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12539, 1008, '_elementor_global_class_usage_indexed', '1'),
(12540, 1008, '_elementor_edit_mode', 'builder'),
(12541, 1008, '_elementor_template_type', 'wp-page'),
(12542, 1008, '_elementor_version', '4.2.1'),
(12543, 1008, '_elementor_pro_version', '4.2.1'),
(12544, 1008, '_elementor_global_class_usage_indexed_preview', '1'),
(12545, 1008, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12546, 1008, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12092, 978, '_wp_page_template', 'elementor_header_footer'),
(12093, 978, '_elementor_global_class_usage_indexed', '1'),
(12094, 978, '_elementor_edit_mode', 'builder'),
(12095, 978, '_elementor_template_type', 'wp-page'),
(12096, 978, '_elementor_version', '4.2.1'),
(12097, 978, '_elementor_pro_version', '4.2.1'),
(12098, 978, '_elementor_global_class_usage_indexed_preview', '1'),
(12099, 978, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12100, 978, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12062, 975, '_elementor_page_settings', 'a:0:{}'),
(12535, 1007, '_elementor_page_settings', 'a:0:{}'),
(12065, 976, '_wp_page_template', 'elementor_header_footer'),
(12066, 976, '_elementor_global_class_usage_indexed', '1'),
(12067, 976, '_elementor_edit_mode', 'builder'),
(12068, 976, '_elementor_template_type', 'wp-page'),
(12069, 976, '_elementor_version', '4.2.1'),
(12070, 976, '_elementor_pro_version', '4.2.1'),
(12071, 976, '_elementor_global_class_usage_indexed_preview', '1'),
(12072, 976, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12073, 976, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}]},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}]},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12075, 976, '_elementor_page_settings', 'a:0:{}'),
(12078, 977, '_wp_page_template', 'elementor_header_footer'),
(12079, 977, '_elementor_global_class_usage_indexed', '1'),
(12080, 977, '_elementor_edit_mode', 'builder'),
(12081, 977, '_elementor_template_type', 'wp-page'),
(12082, 977, '_elementor_version', '4.2.1'),
(12083, 977, '_elementor_pro_version', '4.2.1'),
(12084, 977, '_elementor_global_class_usage_indexed_preview', '1'),
(12085, 977, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12086, 977, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12525, 1007, '_wp_page_template', 'elementor_header_footer'),
(12526, 1007, '_elementor_global_class_usage_indexed', '1'),
(12527, 1007, '_elementor_edit_mode', 'builder'),
(12528, 1007, '_elementor_template_type', 'wp-page'),
(12529, 1007, '_elementor_version', '4.2.1'),
(12530, 1007, '_elementor_pro_version', '4.2.1'),
(12531, 1007, '_elementor_global_class_usage_indexed_preview', '1'),
(12532, 1007, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12533, 1007, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"_element_id\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12102, 978, '_elementor_page_settings', 'a:0:{}'),
(12103, 979, '_wp_page_template', 'elementor_header_footer'),
(12104, 979, '_elementor_global_class_usage_indexed', '1'),
(12105, 979, '_elementor_edit_mode', 'builder'),
(12106, 979, '_elementor_template_type', 'wp-page'),
(12107, 979, '_elementor_version', '4.2.1'),
(12108, 979, '_elementor_pro_version', '4.2.1'),
(12109, 979, '_elementor_global_class_usage_indexed_preview', '1'),
(12110, 979, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12111, 979, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\"},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\"},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12113, 979, '_elementor_page_settings', 'a:0:{}'),
(12114, 980, '_wp_page_template', 'elementor_header_footer'),
(12115, 980, '_elementor_global_class_usage_indexed', '1'),
(12116, 980, '_elementor_edit_mode', 'builder'),
(12117, 980, '_elementor_template_type', 'wp-page'),
(12118, 980, '_elementor_version', '4.2.1'),
(12119, 980, '_elementor_pro_version', '4.2.1'),
(12120, 980, '_elementor_global_class_usage_indexed_preview', '1'),
(12121, 980, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12122, 980, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12128, 981, '_wp_page_template', 'elementor_header_footer'),
(12129, 981, '_elementor_global_class_usage_indexed', '1'),
(12130, 981, '_elementor_edit_mode', 'builder'),
(12131, 981, '_elementor_template_type', 'wp-page'),
(12132, 981, '_elementor_version', '4.2.1'),
(12133, 981, '_elementor_pro_version', '4.2.1'),
(12134, 981, '_elementor_global_class_usage_indexed_preview', '1'),
(12135, 981, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12136, 981, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12190, 986, '_wp_page_template', 'elementor_header_footer'),
(12168, 984, '_wp_page_template', 'elementor_header_footer'),
(12169, 984, '_elementor_global_class_usage_indexed', '1'),
(12170, 984, '_elementor_edit_mode', 'builder'),
(12171, 984, '_elementor_template_type', 'wp-page'),
(12172, 984, '_elementor_version', '4.2.1'),
(12173, 984, '_elementor_pro_version', '4.2.1'),
(12174, 984, '_elementor_global_class_usage_indexed_preview', '1'),
(12175, 984, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12176, 984, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12138, 981, '_elementor_page_settings', 'a:0:{}'),
(12522, 1006, '_elementor_page_settings', 'a:0:{}'),
(12141, 982, '_wp_page_template', 'elementor_header_footer'),
(12142, 982, '_elementor_global_class_usage_indexed', '1'),
(12143, 982, '_elementor_edit_mode', 'builder'),
(12144, 982, '_elementor_template_type', 'wp-page'),
(12145, 982, '_elementor_version', '4.2.1'),
(12146, 982, '_elementor_pro_version', '4.2.1'),
(12147, 982, '_elementor_global_class_usage_indexed_preview', '1'),
(12148, 982, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12149, 982, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-3.jpg\",\"id\":283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Roofing\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/Project-2.jpg\",\"id\":282,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Siding\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/New-Project-1.jpg\",\"id\":281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Gutters\",\"description_text\":\"\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12151, 982, '_elementor_page_settings', 'a:0:{}'),
(12154, 983, '_wp_page_template', 'elementor_header_footer'),
(12155, 983, '_elementor_global_class_usage_indexed', '1'),
(12156, 983, '_elementor_edit_mode', 'builder'),
(12157, 983, '_elementor_template_type', 'wp-page'),
(12158, 983, '_elementor_version', '4.2.1'),
(12159, 983, '_elementor_pro_version', '4.2.1'),
(12160, 983, '_elementor_global_class_usage_indexed_preview', '1'),
(12161, 983, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12162, 983, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12770, 1019, '_elementor_page_settings', 'a:0:{}'),
(12771, 1020, '_wp_page_template', 'elementor_header_footer'),
(12772, 1020, '_elementor_global_class_usage_indexed', '1'),
(12773, 1020, '_elementor_edit_mode', 'builder'),
(12774, 1020, '_elementor_template_type', 'wp-page'),
(12775, 1020, '_elementor_version', '4.2.1'),
(12178, 984, '_elementor_page_settings', 'a:0:{}'),
(12179, 985, '_wp_page_template', 'elementor_header_footer'),
(12180, 985, '_elementor_global_class_usage_indexed', '1'),
(12181, 985, '_elementor_edit_mode', 'builder'),
(12182, 985, '_elementor_template_type', 'wp-page'),
(12183, 985, '_elementor_version', '4.2.1'),
(12184, 985, '_elementor_pro_version', '4.2.1'),
(12185, 985, '_elementor_global_class_usage_indexed_preview', '1'),
(12186, 985, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12187, 985, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12189, 985, '_elementor_page_settings', 'a:0:{}'),
(12191, 986, '_elementor_global_class_usage_indexed', '1'),
(12192, 986, '_elementor_edit_mode', 'builder'),
(12193, 986, '_elementor_template_type', 'wp-page'),
(12194, 986, '_elementor_version', '4.2.1'),
(12195, 986, '_elementor_pro_version', '4.2.1'),
(12196, 986, '_elementor_global_class_usage_indexed_preview', '1'),
(12197, 986, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12198, 986, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12202, 987, '_wp_page_template', 'elementor_header_footer'),
(12203, 987, '_elementor_global_class_usage_indexed', '1'),
(12204, 987, '_elementor_edit_mode', 'builder'),
(12205, 987, '_elementor_template_type', 'wp-page'),
(12206, 987, '_elementor_version', '4.2.1'),
(12207, 987, '_elementor_pro_version', '4.2.1'),
(12208, 987, '_elementor_global_class_usage_indexed_preview', '1'),
(12209, 987, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12210, 987, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12212, 987, '_elementor_page_settings', 'a:0:{}'),
(12213, 988, '_wp_page_template', 'elementor_header_footer'),
(12214, 988, '_elementor_global_class_usage_indexed', '1'),
(12215, 988, '_elementor_edit_mode', 'builder'),
(12216, 988, '_elementor_template_type', 'wp-page'),
(12217, 988, '_elementor_version', '4.2.1'),
(12218, 988, '_elementor_pro_version', '4.2.1'),
(12219, 988, '_elementor_global_class_usage_indexed_preview', '1'),
(12220, 988, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12221, 988, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12223, 988, '_elementor_page_settings', 'a:0:{}'),
(12224, 989, '_wp_page_template', 'elementor_header_footer'),
(12225, 989, '_elementor_global_class_usage_indexed', '1'),
(12226, 989, '_elementor_edit_mode', 'builder'),
(12227, 989, '_elementor_template_type', 'wp-page'),
(12228, 989, '_elementor_version', '4.2.1'),
(12229, 989, '_elementor_pro_version', '4.2.1'),
(12230, 989, '_elementor_global_class_usage_indexed_preview', '1'),
(12231, 989, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12232, 989, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"_element_id\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12309, 994, '_wp_page_template', 'elementor_header_footer'),
(12310, 994, '_elementor_global_class_usage_indexed', '1'),
(12311, 994, '_elementor_edit_mode', 'builder'),
(12312, 994, '_elementor_template_type', 'wp-page'),
(12313, 994, '_elementor_version', '4.2.1'),
(12314, 994, '_elementor_pro_version', '4.2.1'),
(12315, 994, '_elementor_global_class_usage_indexed_preview', '1'),
(12316, 994, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12317, 994, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"_element_id\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12428, 1000, '_wp_page_template', 'elementor_header_footer'),
(12429, 1000, '_elementor_global_class_usage_indexed', '1'),
(12430, 1000, '_elementor_edit_mode', 'builder'),
(12431, 1000, '_elementor_template_type', 'wp-page'),
(12432, 1000, '_elementor_version', '4.2.1'),
(12433, 1000, '_elementor_pro_version', '4.2.1'),
(12434, 1000, '_elementor_global_class_usage_indexed_preview', '1'),
(12435, 1000, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12436, 1000, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"_element_id\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12250, 990, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(12254, 990, '_elementor_screenshot_failed', '2026-08-02 06:53:50'),
(12275, 992, '_elementor_source', 'post'),
(12276, 992, '_elementor_edit_mode', 'builder'),
(12277, 992, '_elementor_template_type', 'header'),
(12278, 992, '_elementor_version', '4.2.1'),
(12279, 992, '_elementor_pro_version', '4.2.1'),
(12280, 992, '_elementor_global_class_usage_indexed', '1'),
(12281, 992, '_elementor_global_class_usage_indexed_preview', '1'),
(12282, 992, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(12283, 992, '_wp_page_template', 'default'),
(12284, 992, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"flex-start\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c7bdfc5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"sticky\":\"top\",\"sticky_on\":[\"tablet_extra\",\"tablet\",\"mobile_extra\",\"mobile\"]},\"elements\":[{\"id\":\"2c26799\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"739593a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet_extra\":\"justify\",\"_element_width_tablet_extra\":\"initial\",\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9bd4685\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet_extra\":\"justify\",\"_element_width_tablet_extra\":\"initial\",\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":885,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet_extra\":\"flex-end\"},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\"},\"link\":{\"url\":\"tel:(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(12269, 991, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(12285, 992, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(12291, 993, '_elementor_source', 'post'),
(12292, 993, '_elementor_edit_mode', 'builder'),
(12293, 993, '_elementor_template_type', 'header'),
(12294, 993, '_elementor_version', '4.2.1'),
(12295, 993, '_elementor_pro_version', '4.2.1'),
(12296, 993, '_elementor_global_class_usage_indexed', '1'),
(12297, 993, '_elementor_global_class_usage_indexed_preview', '1'),
(12298, 993, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(12299, 993, '_wp_page_template', 'default'),
(12300, 993, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"flex-start\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c7bdfc5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"sticky\":\"top\",\"sticky_on\":[\"tablet_extra\",\"tablet\",\"mobile_extra\",\"mobile\"],\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"2c26799\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_direction_mobile\":\"column\",\"flex_justify_content_tablet\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"8\",\"row\":\"8\",\"isLinked\":true,\"unit\":\"px\",\"size\":8},\"flex_wrap_mobile_extra\":\"nowrap\"},\"elements\":[{\"id\":\"739593a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet_extra\":\"justify\",\"text_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_element_width_tablet_extra\":\"initial\",\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9bd4685\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet_extra\":\"justify\",\"text_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_element_width_tablet_extra\":\"initial\",\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\",\"sticky_offset_tablet_extra\":66,\"sticky_offset_mobile_extra\":59,\"sticky_offset_mobile\":97,\"sticky_anchor_link_offset_tablet_extra\":300},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":885,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet_extra\":\"flex-end\"},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\"},\"link\":{\"url\":\"tel:(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(12351, 997, '_elementor_source', 'post'),
(12352, 997, '_elementor_edit_mode', 'builder'),
(12353, 997, '_elementor_template_type', 'header'),
(12354, 997, '_elementor_version', '4.2.1'),
(12355, 997, '_elementor_pro_version', '4.2.1'),
(12356, 997, '_elementor_global_class_usage_indexed', '1'),
(12357, 997, '_elementor_global_class_usage_indexed_preview', '1'),
(12358, 997, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(12359, 997, '_wp_page_template', 'default');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12360, 997, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"flex-start\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c7bdfc5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"sticky\":\"top\",\"sticky_on\":[\"tablet_extra\",\"tablet\",\"mobile_extra\",\"mobile\"],\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"2c26799\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_direction_mobile\":\"column\",\"flex_justify_content_tablet\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"8\",\"row\":\"8\",\"isLinked\":true,\"unit\":\"px\",\"size\":8},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_mobile_extra\":\"nowrap\"},\"elements\":[{\"id\":\"739593a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet_extra\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_element_width_tablet_extra\":\"initial\",\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9bd4685\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet_extra\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_element_width_tablet_extra\":\"initial\",\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\",\"sticky_offset_tablet_extra\":66,\"sticky_offset_mobile_extra\":59,\"sticky_offset_mobile\":87,\"sticky_anchor_link_offset_tablet_extra\":300},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":885,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet_extra\":\"flex-end\"},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\"},\"link\":{\"url\":\"tel:(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(12301, 993, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(12702, 1015, '_elementor_source', 'post'),
(12703, 1015, '_elementor_edit_mode', 'builder'),
(12704, 1015, '_elementor_template_type', 'footer'),
(12705, 1015, '_elementor_version', '4.2.1'),
(12706, 1015, '_elementor_pro_version', '4.2.1'),
(12707, 1015, '_elementor_global_class_usage_indexed', '1'),
(12708, 1015, '_elementor_global_class_usage_indexed_preview', '1'),
(12709, 1015, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(12710, 1015, '_wp_page_template', 'default'),
(12711, 1015, '_elementor_data', '[{\"id\":\"1597a23\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#1C2321\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"css_classes\":\"footer-section\"},\"elements\":[{\"id\":\"1897922d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"flex_wrap_tablet_extra\":\"wrap\",\"flex_wrap_tablet\":\"wrap\",\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3da8ba46\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5124848\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"c6eccc4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"5211a9b\"}],\"pp_display_conditions\":[{\"_id\":\"35c2317\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"5f301d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"id\":885,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"start\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":121,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"76ec8ee\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51bd0feb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"pp_display_conditions\":[{\"_id\":\"dcc856e\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d488eb0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/thedrywallmanllc\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c336438\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"1a6cbc1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"1c3a92f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72167a63\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"c44a237\",\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Projects\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8983035\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"14cf0c5\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"link_click\":\"inline\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"28510d2a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"7a83e2f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16eafa73\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Drywall Repair\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Installation\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"85e76bc\"},{\"text\":\"Ceiling Repair\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"62fce55\"},{\"text\":\"Water Damage\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1f46bf6\"},{\"text\":\"Texture Matching\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"06c5698\"},{\"text\":\"Commercial\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8ef2db4\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"divider_color\":\"#DDDDDD14\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"61773337\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"background_color\":\"#0F3768\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\",\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_motion_fx_motion_fx_mouse\":\"yes\",\"border_color\":\"#223ba2\"},\"elements\":[{\"id\":\"9a41330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"start\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_font_weight\":\"800\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a9625b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Louisville, KY Business hours\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"f722a06\"},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"4b4b839\"},{\"text\":\"Phone:(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel;(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d15a454\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_align_tablet\":\"start\",\"icon_align_mobile_extra\":\"start\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65e7c706\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6dd16a01\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"space-between\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF12\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_justify_content_mobile_extra\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"12\",\"row\":\"12\",\"isLinked\":true,\"unit\":\"px\",\"size\":12},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4388b0f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\u00a9 2026 The Drywall Man LLC | Website by Aldo \\/ NUX Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_css_classes\":\"copyright-text\",\"pp_display_conditions\":[{\"_id\":\"5823320\",\"pp_condition_date_time_before_value\":\"2026-06-21 14:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"custom_css\":\"selector p{\\n    margin: 0;\\n}\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile_extra\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(12369, 998, '_elementor_source', 'post'),
(12370, 998, '_elementor_edit_mode', 'builder'),
(12371, 998, '_elementor_template_type', 'header'),
(12372, 998, '_elementor_version', '4.2.1'),
(12373, 998, '_elementor_pro_version', '4.2.1'),
(12374, 998, '_elementor_global_class_usage_indexed', '1'),
(12375, 998, '_elementor_global_class_usage_indexed_preview', '1'),
(12376, 998, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(12377, 998, '_wp_page_template', 'default');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12378, 998, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"flex-start\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c7bdfc5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"sticky\":\"top\",\"sticky_on\":[\"tablet_extra\",\"tablet\",\"mobile_extra\",\"mobile\"],\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"2c26799\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"8\",\"row\":\"8\",\"isLinked\":true,\"unit\":\"px\",\"size\":8},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_mobile_extra\":\"nowrap\"},\"elements\":[{\"id\":\"739593a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet_extra\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_element_width_tablet_extra\":\"initial\",\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9bd4685\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet_extra\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_element_width_tablet_extra\":\"initial\",\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\",\"sticky_offset_tablet_extra\":66,\"sticky_offset_mobile_extra\":59,\"sticky_offset_mobile\":50,\"sticky_anchor_link_offset_tablet_extra\":300},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":885,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet_extra\":\"flex-end\"},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\"},\"link\":{\"url\":\"tel:(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(12319, 994, '_elementor_page_settings', 'a:0:{}'),
(12776, 1020, '_elementor_pro_version', '4.2.1'),
(12777, 1020, '_elementor_global_class_usage_indexed_preview', '1'),
(12778, 1020, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12779, 1020, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12496, 1005, '_wp_page_template', 'elementor_header_footer'),
(12497, 1005, '_elementor_global_class_usage_indexed', '1'),
(12498, 1005, '_elementor_edit_mode', 'builder'),
(12499, 1005, '_elementor_template_type', 'wp-page'),
(12500, 1005, '_elementor_version', '4.2.1'),
(12501, 1005, '_elementor_pro_version', '4.2.1'),
(12502, 1005, '_elementor_global_class_usage_indexed_preview', '1'),
(12503, 1005, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12504, 1005, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"_element_id\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12322, 995, '_wp_page_template', 'elementor_header_footer'),
(12323, 995, '_elementor_global_class_usage_indexed', '1'),
(12324, 995, '_elementor_edit_mode', 'builder'),
(12325, 995, '_elementor_template_type', 'wp-page'),
(12326, 995, '_elementor_version', '4.2.1'),
(12327, 995, '_elementor_pro_version', '4.2.1'),
(12328, 995, '_elementor_global_class_usage_indexed_preview', '1'),
(12329, 995, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12330, 995, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"_element_id\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12332, 995, '_elementor_page_settings', 'a:0:{}'),
(12493, 1004, '_elementor_page_settings', 'a:0:{}'),
(12454, 1002, '_wp_page_template', 'elementor_header_footer'),
(12335, 996, '_wp_page_template', 'elementor_header_footer'),
(12336, 996, '_elementor_global_class_usage_indexed', '1'),
(12337, 996, '_elementor_edit_mode', 'builder'),
(12338, 996, '_elementor_template_type', 'wp-page'),
(12339, 996, '_elementor_version', '4.2.1'),
(12340, 996, '_elementor_pro_version', '4.2.1'),
(12341, 996, '_elementor_global_class_usage_indexed_preview', '1'),
(12342, 996, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12343, 996, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"_element_id\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12760, 1019, '_wp_page_template', 'elementor_header_footer'),
(12761, 1019, '_elementor_global_class_usage_indexed', '1'),
(12762, 1019, '_elementor_edit_mode', 'builder'),
(12763, 1019, '_elementor_template_type', 'wp-page'),
(12764, 1019, '_elementor_version', '4.2.1'),
(12765, 1019, '_elementor_pro_version', '4.2.1'),
(12766, 1019, '_elementor_global_class_usage_indexed_preview', '1'),
(12767, 1019, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12768, 1019, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12483, 1004, '_wp_page_template', 'elementor_header_footer'),
(12484, 1004, '_elementor_global_class_usage_indexed', '1'),
(12485, 1004, '_elementor_edit_mode', 'builder'),
(12486, 1004, '_elementor_template_type', 'wp-page'),
(12487, 1004, '_elementor_version', '4.2.1'),
(12488, 1004, '_elementor_pro_version', '4.2.1'),
(12489, 1004, '_elementor_global_class_usage_indexed_preview', '1'),
(12490, 1004, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12491, 1004, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"_element_id\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12361, 997, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(12480, 1003, '_elementor_page_settings', 'a:0:{}'),
(12781, 1020, '_elementor_page_settings', 'a:0:{}'),
(12782, 1021, '_wp_page_template', 'elementor_header_footer'),
(12783, 1021, '_elementor_global_class_usage_indexed', '1'),
(12784, 1021, '_elementor_edit_mode', 'builder'),
(12785, 1021, '_elementor_template_type', 'wp-page'),
(12786, 1021, '_elementor_version', '4.2.1'),
(12787, 1021, '_elementor_pro_version', '4.2.1'),
(12788, 1021, '_elementor_global_class_usage_indexed_preview', '1'),
(12789, 1021, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12790, 1021, '_elementor_data', '[{\"id\":\"1c11d34\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"4fdbb0f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"acddc1f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e870013\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"300c6aa\"}],\"min_height\":{\"unit\":\"px\",\"size\":630,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#183A32\",\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"flex_direction_tablet\":\"column\",\"background_color_b\":\"#2C857F\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":124,\"sizes\":[]},\"__globals__\":{\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"b265b50\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"060671d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e0b30fa\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ebce756\"}],\"pp_display_conditions\":[{\"_id\":\"f95c685\"}],\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"f608d78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Walls &\\nCeilings - <span style=\\\"font-weight:200\\\">Done Right.<\\/span>\",\"header_size\":\"h1\",\"pp_display_conditions\":[{\"_id\":\"e017a22\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_mobile_extra\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size_tablet_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b29e8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes \\u2014 for homes and businesses of any size.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"96b3e45\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_color\":\"#DBDBDB\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"_element_width\":\"initial\",\"align_mobile_extra\":\"center\",\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8b618f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"973cbe7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8da852f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c1d5419\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"b3723b9\"}]},\"elements\":[{\"id\":\"fe28115\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\",\"__globals__\":{\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9ce1c62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"pp_display_conditions\":[{\"_id\":\"f8436af\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/phone-call_3059407-1.svg\",\"id\":131},\"library\":\"svg\"},\"background_color\":\"#02010100\",\"button_background_hover_color\":\"#0e7a6c\",\"button_hover_border_color\":\"#0e7a6c\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F0F5FA94\",\"__globals__\":{\"border_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"align_mobile_extra\":\"justify\",\"_element_width_mobile_extra\":\"inherit\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8db01f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"58ca824\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"e1c7bb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"26dce8f\"}],\"pp_display_conditions\":[{\"_id\":\"085176a\",\"pp_condition_date_time_before_value\":\"2026-08-02 10:20\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_gap_mobile_extra\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_tablet\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b80ce7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Fully Insured\",\"description_text\":\"\",\"title_size\":\"h5\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6879ef4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Free Estimates\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"bc1c34a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/checkmark_16703458-1.svg\",\"id\":109},\"library\":\"svg\"},\"title_text\":\"Louisville Owned & Operated\",\"description_text\":\"\",\"title_size\":\"h6\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"pp_display_conditions\":[{\"_id\":\"73e4e55\",\"pp_condition_date_time_before_value\":\"2026-07-17 10:15\",\"pp_condition_acf_text_name\":\"\",\"pp_condition_acf_choice_name\":\"\",\"pp_condition_acf_true_false_name\":\"\",\"pp_condition_acf_post_name\":\"\",\"pp_condition_acf_taxonomy_name\":\"\",\"pp_condition_acf_date_time_name\":\"\",\"pp_condition_acf_text_value\":\"\",\"pp_condition_acf_choice_value\":\"\",\"pp_condition_acf_true_false_value\":\"true\",\"pp_condition_acf_post_value\":\"\",\"pp_condition_acf_taxonomy_value\":\"\",\"pp_condition_acf_date_time_value\":\"2026-07-25\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_woo_product_category_value\":\"\",\"pp_condition_woo_product_price_value\":\"\",\"pp_condition_woo_product_rating_value\":\"\",\"pp_condition_woo_product_stock_value\":\"\",\"pp_condition_woo_product_type_value\":\"simple\",\"pp_condition_woo_cart_products_category_value\":\"\",\"pp_condition_woo_cart_products_count_value\":\"\",\"pp_condition_woo_cart_products_value\":\"\",\"pp_condition_woo_cart_total_value\":\"\",\"pp_condition_woo_cart_subtotal_value\":\"\",\"pp_condition_woo_category_page_value\":\"\",\"pp_condition_woo_last_purchase_value\":\"2026\\/07\\/30\",\"pp_condition_woo_orders_placed_value\":\"\",\"pp_condition_woo_purchased_category_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#C0C0C040\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self_mobile\":\"stretch\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"position_mobile_extra\":\"block-start\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":\"\"},\"title_typography_font_weight\":\"700\",\"description_color\":\"#7C93A6\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pp_elements_tooltip_auto_hide\":0,\"pp_elements_tooltip_show_once\":\"\",\"pp_elements_tooltip_viewport_threshold\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"view\":\"stacked\",\"content_vertical_alignment\":\"middle\",\"_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dbb1839\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8657c69\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"cd93f7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"d9edbce\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"121bad9\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"50\",\"row\":\"50\",\"isLinked\":true,\"unit\":\"px\",\"size\":50},\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f6b9a8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"e8eb416\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\",\"id\":929,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"mute\":\"yes\",\"loop\":\"yes\",\"controls\":\"\",\"aspect_ratio\":\"916\",\"pp_display_conditions\":[{\"_id\":\"d0ea5bb\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"poster\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg\",\"id\":933,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"604faa8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ea22395\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"db93196\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"c0ae870\"}],\"pp_display_conditions\":[{\"_id\":\"ae29360\"}],\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"231e3b2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louisville, KY Drywall Specialists\\n\",\"header_size\":\"h6\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cb12ce2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Walls You\'ll Be Proud Of.\\n\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd0a4a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch \\u2014 we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1ab8fd3\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d72ba9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Your Free Estimate\",\"pp_display_conditions\":[{\"_id\":\"e61252b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f0a8a3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FCFAF6\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"css_classes\":\"what-we-do-section\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d5b453\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"725f9a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Do\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From minor repairs to full installations \\u2014 no project too small, no job too big.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1a04d48\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"c371d42\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Drywall Repair\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>Holes, cracks, water damage \\u2014 we match your existing texture perfectly.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/spatula_2245725.svg\",\"id\":191},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Drywall Installation\",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>New construction or remodel \\u2014 smooth, level walls ready to paint.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paintbrush_10177140.svg\",\"id\":198},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Ceiling Repair\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>Sagging, cracked, or damaged ceilings restored to like-new condition.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/hanging-bulb_15265897.svg\",\"id\":200},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Texture Matching\",\"subtitle\":\"\",\"description\":\"<p>We blend seamlessly with your existing wall texture. No visible patches.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/call_14213939.svg\",\"id\":201},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"},{\"title\":\"Water Damage Restoration \",\"subtitle\":\"\",\"description\":\"<p>Remove damaged drywall and restore walls affected by leaks or flooding.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/house-control_7803007.svg\",\"id\":202},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"39bd338\"},{\"title\":\"Commercial & Residential\",\"subtitle\":\"\",\"description\":\"<p>We work on homes, rental properties, offices, and commercial spaces.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/villa_9939629.svg\",\"id\":203},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9792a8d\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E2\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"_css_classes\":\"service-card\",\"columns_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rows_gap_mobile_extra\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"},{\"id\":\"ca7ea81\",\"elType\":\"widget\",\"settings\":{\"text\":\"See All Our Work\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b19c55\",\"elType\":\"container\",\"settings\":{\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"how-it-work-section\"},\"elements\":[{\"id\":\"a58e2f0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"8abf9cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"How It Works\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"743d249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Started Is Simple\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"617d66f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>From your first call to a finished wall \\u2014 here\'s what to expect.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"1091d64\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b1abf18\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"9f96a1f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"44c921b\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9eae11f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"38cc293\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"97cd3c4\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7761ab5\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"01\",\"_id\":\"037f6a5\",\"subtitle\":\" Request Your Estimate\",\"description\":\"<p>Call, text, or fill out the form online. Jaime will get back to you fast \\u2014 usually same day.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"02\",\"subtitle\":\"We Come To You\",\"description\":\"<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote \\u2014 no surprises.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"6e32a82\"},{\"title\":\"03\",\"subtitle\":\"Clean Work, Done Right\",\"description\":\"<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.<\\/p>\",\"icon_type\":\"none\",\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"9ab7023\"}],\"layout\":\"grid\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_text_transform\":\"uppercase\",\"subtitle_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"79bb670\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"sub_title_html_tag\":\"h6\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"subtitle_typography_font_weight\":\"800\",\"__globals__\":{\"subtitle_color\":\"globals\\/colors?id=astglobalcolor1\"},\"columns_mobile_extra\":\"1\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_css_classes\":\"how-it-works-item\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"60996a2\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F3F1EC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c3dc271\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}]},\"elements\":[{\"id\":\"67d36d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us \\u2014 Trust Pillars\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#068F8F\",\"pp_display_conditions\":[{\"_id\":\"2c7364e\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48187a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Louisville Trusts The Drywall Man\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"dc0e7fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c1dc0d9\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Fully Insured\",\"_id\":\"846c2a8\",\"subtitle\":\"\",\"description\":\"<p>We carry full liability insurance on every job. You\'re completely protected.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/power_14869333.svg\",\"id\":273},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Local & Reliable \",\"_id\":\"b09ba66\",\"subtitle\":\"\",\"description\":\"<p>Based in Louisville. We know the area and show up when we say we will<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/map-pointer_3731692.svg\",\"id\":263},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Clean Job Sites\",\"_id\":\"6d31cd3\",\"subtitle\":\"\",\"description\":\"<p>We cover everything, minimize dust, and leave your home cleaner than we found it.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/favourite_11526941.svg\",\"id\":265},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Free Estimates\",\"subtitle\":\"\",\"description\":\"<p>No pressure. Get a clear, honest quote before any work begins.<\\/p>\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/paper_7182329.svg\",\"id\":269},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"324daa4\"}],\"layout\":\"grid\",\"title_html_tag\":\"h6\",\"align\":\"left\",\"info_box_background_background\":\"classic\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#ECE9E247\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#4B534F\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"71b0b55\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_background_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor1\"},\"columns\":\"4\",\"equal_height_boxes\":\"yes\",\"columns_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"rows_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"info_box_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"icon_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"icon_margin_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ed7e132\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8bffb93\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3199363\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"0792a9e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"b868db0\"}],\"css_classes\":\"work_section\",\"custom_css\":\"\\/*.work_img_section .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 0;*\\/\\r\\n\\/*    visibility: hidden;*\\/\\r\\n\\/*    transition: all .9s ease;*\\/\\r\\n\\/*}*\\/\\r\\n\\r\\n\\/*.work_img_section:hover .elementor-icon-box-content{*\\/\\r\\n\\/*    opacity: 1;*\\/\\r\\n\\/*    visibility: visible;*\\/\\r\\n\\/*}*\\/\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a5c338\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}]},\"elements\":[{\"id\":\"8026482\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Speaks for Itself\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"9db1fd8\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9e38ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Before and after \\u2014 real jobs, real results, right here in Louisville.<\\/p>\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"0bf2913\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2e90a90\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d0adfdc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"605b70c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ea5c7a3\"}],\"pp_display_conditions\":[{\"_id\":\"2ccdf38\"}],\"flex_justify_content\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15}},\"elements\":[{\"id\":\"d2c02fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\",\"id\":519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"1559e91\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"54dfc7f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\",\"id\":509,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"4976306\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bcbcefc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\",\"id\":503,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9af78d6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"aec46fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"bd9752a\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1a58c2e\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"css_classes\":\"work_img_section\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[{\"id\":\"95bebad\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Drywall Repair \\u2014 Louisville, KY\",\"description_text\":\"\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"pp_display_conditions\":[{\"_id\":\"3c51b91\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"title_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17989f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Projects\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cb81645\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"d9f7950\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#0B665A\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"cc77d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7992065\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"74ed451\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"80\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"c60ad4b\"}],\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"css_classes\":\"call-to-action-section\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"067eded\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3b32bc8\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3d71472\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"272f672\"}],\"pp_display_conditions\":[{\"_id\":\"7a50519\"}],\"flex_gap_mobile\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"0439dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Got a Hole in Your Wall?\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"8766da4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"814ce2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Don\'t wait. We offer same-week scheduling and free estimates across Louisville\",\"align\":\"center\",\"text_color\":\"#FFFFFFE6\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":424,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b79a3c4\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079c1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Your Free Estimate Today\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"630baa9\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_hover_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_color\":\"globals\\/colors?id=astglobalcolor4\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12387, 999, '_elementor_source', 'post'),
(12388, 999, '_elementor_edit_mode', 'builder'),
(12389, 999, '_elementor_template_type', 'header'),
(12390, 999, '_elementor_version', '4.2.1'),
(12391, 999, '_elementor_pro_version', '4.2.1'),
(12392, 999, '_elementor_global_class_usage_indexed', '1'),
(12393, 999, '_elementor_global_class_usage_indexed_preview', '1'),
(12394, 999, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(12395, 999, '_wp_page_template', 'default'),
(12396, 999, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"flex-start\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c7bdfc5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"sticky\":\"top\",\"sticky_on\":[\"tablet_extra\",\"tablet\",\"mobile_extra\",\"mobile\"],\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"2c26799\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"8\",\"row\":\"8\",\"isLinked\":true,\"unit\":\"px\",\"size\":8},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_mobile_extra\":\"nowrap\"},\"elements\":[{\"id\":\"739593a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet_extra\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_element_width_tablet_extra\":\"initial\",\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9bd4685\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet_extra\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_element_width_tablet_extra\":\"initial\",\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\",\"sticky_offset_tablet_extra\":66,\"sticky_offset_mobile_extra\":59,\"sticky_offset_mobile\":50,\"sticky_anchor_link_offset_tablet_extra\":300},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":885,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet_extra\":\"flex-end\"},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\"},\"link\":{\"url\":\"tel:(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(12379, 998, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(13725, 1087, '_elementor_page_settings', 'a:0:{}'),
(13803, 269, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>'),
(13804, 31, '_elementor_element_cache', '{\"timeout\":1787171460,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-1597a23 e-con-full footer-section e-flex e-con e-parent\\\" data-id=\\\"1597a23\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-1897922d e-flex e-con-boxed e-con e-child\\\" data-id=\\\"1897922d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-3da8ba46 e-con-full e-flex e-con e-child\\\" data-id=\\\"3da8ba46\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5f301d5 elementor-widget elementor-widget-image\\\" data-id=\\\"5f301d5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"438\\\" height=\\\"435\\\" src=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\\\" class=\\\"attachment-full size-full wp-image-885\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"71fbc37774a997d9b7ec7e43dcb3fdea\\\" data=\\\"eyJpZCI6IjUxYmQwZmViIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+TG91aXN2aWxsZSdzIHRydXN0ZWQgZHJ5d2FsbCBzcGVjaWFsaXN0cy48XC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJ0ZXh0X2NvbG9yIjoiI0UyRTJFMiIsInBwX2Rpc3BsYXlfY29uZGl0aW9ucyI6W3siX2lkIjoiZGNjODU2ZSIsInBwX2NvbmRpdGlvbl9kYXRlX3RpbWVfYmVmb3JlX3ZhbHVlIjoiMjAyNi0wNi0yMSAxNDowOCJ9XSwicHBfZWxlbWVudHNfdG9vbHRpcF9jb250ZW50IjoiVG9vbHRpcCBDb250ZW50IiwiY3VzdG9tX2NzcyI6InNlbGVjdG9yIHB7XG4gICAgbWFyZ2luOiAwO1xufSIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-d488eb0 e-grid-align-left e-grid-align-tablet-left elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons\\\" data-id=\\\"d488eb0\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\" role=\\\"list\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-1a3c446\\\" href=\\\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook-f<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-facebook-f\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-c336438\\\" href=\\\"https:\\/\\/www.instagram.com\\/thedrywallmanllc\\/\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Instagram<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-instagram\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-1a6cbc1f e-con-full e-flex e-con e-child\\\" data-id=\\\"1a6cbc1f\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1c3a92f0 elementor-widget__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"1c3a92f0\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Quick Links<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-72167a63 elementor-tablet-align-start elementor-mobile_extra-align-start elementor-list-item-link-inline elementor-icon-list--layout-traditional elementor-widget elementor-widget-icon-list\\\" data-id=\\\"72167a63\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Home<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/about-us\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">About Us<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/projects\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Projects<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Contact Us<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-28510d2a e-con-full e-flex e-con e-child\\\" data-id=\\\"28510d2a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7a83e2f3 elementor-widget__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"7a83e2f3\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Services<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-16eafa73 elementor-tablet-align-start elementor-mobile_extra-align-start elementor-widget-mobile_extra__width-inherit elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"16eafa73\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Drywall Repair<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Installation<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Ceiling Repair<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Water Damage<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Texture Matching<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Commercial<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-61773337 e-con-full e-flex e-con e-child\\\" data-id=\\\"61773337\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9a41330 elementor-widget__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"9a41330\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Contact Info<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4a9625b elementor-tablet-align-start elementor-mobile_extra-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"4a9625b\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-map-marker-alt\\\" viewBox=\\\"0 0 384 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Louisville, KY Business hours<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"mailto:thedrywallmanllc@gmail.com\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-envelope\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">thedrywallmanllc@gmail.com<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"http:\\/\\/tel;(502)3021480\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-phone-alt\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Phone:(502) 302-1480<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-65e7c706 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"65e7c706\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-6dd16a01 e-con-full e-flex e-con e-child\\\" data-id=\\\"6dd16a01\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"71fbc37774a997d9b7ec7e43dcb3fdea\\\" data=\\\"eyJpZCI6IjQzODhiMGY5IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiXHUwMGE5IDIwMjYgVGhlIERyeXdhbGwgTWFuIExMQyB8IFdlYnNpdGUgYnkgQWxkbyBcLyBOVVggTWFya2V0aW5nIiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwidGV4dF9jb2xvciI6IiNFMkUyRTIiLCJfY3NzX2NsYXNzZXMiOiJjb3B5cmlnaHQtdGV4dCIsInBwX2Rpc3BsYXlfY29uZGl0aW9ucyI6W3siX2lkIjoiNTgyMzMyMCIsInBwX2NvbmRpdGlvbl9kYXRlX3RpbWVfYmVmb3JlX3ZhbHVlIjoiMjAyNi0wNi0yMSAxNDowOCJ9XSwicHBfZWxlbWVudHNfdG9vbHRpcF9jb250ZW50IjoiVG9vbHRpcCBDb250ZW50IiwiY3VzdG9tX2NzcyI6InNlbGVjdG9yIHB7XG4gICAgbWFyZ2luOiAwO1xufSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjUwLCJzaXplcyI6W119LCJhbGlnbl9tb2JpbGVfZXh0cmEiOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJfZWxlbWVudF9jdXN0b21fd2lkdGhfbW9iaWxlX2V4dHJhIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAwLCJzaXplcyI6W119LCJfZWxlbWVudF9jdXN0b21fd2lkdGhfbW9iaWxlIjp7InVuaXQiOiIlIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9mbGV4X2FsaWduX3NlbGZfbW9iaWxlX2V4dHJhIjoiY2VudGVyIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(13805, 15, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:7:{i:0;s:14:\"widget-heading\";i:1;s:8:\"e-swiper\";i:2;s:14:\"widget-gallery\";i:3;s:17:\"elementor-gallery\";i:4;s:13:\"e-transitions\";i:5;s:18:\"widget-nested-tabs\";i:6;s:12:\"widget-video\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:6:\"swiper\";i:2;s:17:\"elementor-gallery\";}}'),
(13806, 15, '_elementor_css', 'a:6:{s:4:\"time\";i:1787057073;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(13807, 15, '_elementor_element_cache', '{\"timeout\":1787143473,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-5a881e76 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"5a881e76\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-69dc34c0 e-con-full e-flex e-con e-child\\\" data-id=\\\"69dc34c0\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2cae746b hero-badge elementor-widget elementor-widget-heading\\\" data-id=\\\"2cae746b\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<span class=\\\"elementor-heading-title elementor-size-default\\\"><div class=\\\"dot\\\"><\\/div>Projects<\\/span>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-14b3e7cc elementor-widget elementor-widget-heading\\\" data-id=\\\"14b3e7cc\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Our  <span style=\\\"font-weight:200\\\">Work<\\/span><\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"71fbc37774a997d9b7ec7e43dcb3fdea\\\" data=\\\"eyJpZCI6IjI4NTBlNTdmIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiUmVhbCBqb2JzLiBSZWFsIGhvbWVzLiBSZWFsIHJlc3VsdHMgXHUyMDE0IHJpZ2h0IGhlcmUgaW4gTG91aXN2aWxsZS4iLCJwcF9kaXNwbGF5X2NvbmRpdGlvbnMiOlt7Il9pZCI6Ijk2YjNlNDUiLCJwcF9jb25kaXRpb25fZGF0ZV90aW1lX2JlZm9yZV92YWx1ZSI6IjIwMjYtMDgtMDQgMDU6NTYifV0sInBwX2VsZW1lbnRzX3Rvb2x0aXBfY29udGVudCI6IlRvb2x0aXAgQ29udGVudCIsInRleHRfY29sb3IiOiIjREJEQkRCIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6IiJ9LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6ODAsInNpemVzIjpbXX0sImFsaWduX21vYmlsZV9leHRyYSI6ImNlbnRlciIsInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZV9leHRyYSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjE0LCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-600d4da tab_section e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"600d4da\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-0c8b782 e-con-full e-flex e-con e-child\\\" data-id=\\\"0c8b782\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-37451d5 e-n-tabs-none elementor-widget elementor-widget-n-tabs\\\" data-id=\\\"37451d5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;horizontal_scroll&quot;:&quot;disable&quot;}\\\" data-widget_type=\\\"nested-tabs.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"e-n-tabs\\\" data-widget-number=\\\"57954773\\\" aria-label=\\\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\\\">\\n\\t\\t\\t<div class=\\\"e-n-tabs-heading\\\" role=\\\"tablist\\\">\\n\\t\\t\\t\\t\\t<button id=\\\"e-n-tab-title-579547731\\\" data-tab-title-id=\\\"e-n-tab-title-579547731\\\" class=\\\"e-n-tab-title\\\" aria-selected=\\\"true\\\" data-tab-index=\\\"1\\\" role=\\\"tab\\\" tabindex=\\\"0\\\" aria-controls=\\\"e-n-tab-content-579547731\\\" style=\\\"--n-tabs-title-order: 1;\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"e-n-tab-title-text\\\">\\n\\t\\t\\t\\tAll\\t\\t\\t<\\/span>\\n\\t\\t<\\/button>\\n\\t\\t\\t\\t<button id=\\\"e-n-tab-title-579547732\\\" data-tab-title-id=\\\"e-n-tab-title-579547732\\\" class=\\\"e-n-tab-title\\\" aria-selected=\\\"false\\\" data-tab-index=\\\"2\\\" role=\\\"tab\\\" tabindex=\\\"-1\\\" aria-controls=\\\"e-n-tab-content-579547732\\\" style=\\\"--n-tabs-title-order: 2;\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"e-n-tab-title-text\\\">\\n\\t\\t\\t\\tRepairs\\t\\t\\t<\\/span>\\n\\t\\t<\\/button>\\n\\t\\t\\t\\t<button id=\\\"e-n-tab-title-579547733\\\" data-tab-title-id=\\\"e-n-tab-title-579547733\\\" class=\\\"e-n-tab-title\\\" aria-selected=\\\"false\\\" data-tab-index=\\\"3\\\" role=\\\"tab\\\" tabindex=\\\"-1\\\" aria-controls=\\\"e-n-tab-content-579547733\\\" style=\\\"--n-tabs-title-order: 3;\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"e-n-tab-title-text\\\">\\n\\t\\t\\t\\tInstallations\\t\\t\\t<\\/span>\\n\\t\\t<\\/button>\\n\\t\\t\\t\\t<button id=\\\"e-n-tab-title-579547734\\\" data-tab-title-id=\\\"e-n-tab-title-579547734\\\" class=\\\"e-n-tab-title\\\" aria-selected=\\\"false\\\" data-tab-index=\\\"4\\\" role=\\\"tab\\\" tabindex=\\\"-1\\\" aria-controls=\\\"e-n-tab-content-579547734\\\" style=\\\"--n-tabs-title-order: 4;\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"e-n-tab-title-text\\\">\\n\\t\\t\\t\\tCeilings\\t\\t\\t<\\/span>\\n\\t\\t<\\/button>\\n\\t\\t\\t\\t<button id=\\\"e-n-tab-title-579547735\\\" data-tab-title-id=\\\"e-n-tab-title-579547735\\\" class=\\\"e-n-tab-title\\\" aria-selected=\\\"false\\\" data-tab-index=\\\"5\\\" role=\\\"tab\\\" tabindex=\\\"-1\\\" aria-controls=\\\"e-n-tab-content-579547735\\\" style=\\\"--n-tabs-title-order: 5;\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"e-n-tab-title-text\\\">\\n\\t\\t\\t\\tRemodels\\t\\t\\t<\\/span>\\n\\t\\t<\\/button>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<div class=\\\"e-n-tabs-content\\\">\\n\\t\\t\\t\\t<div id=\\\"e-n-tab-content-579547731\\\" role=\\\"tabpanel\\\" aria-labelledby=\\\"e-n-tab-title-579547731\\\" data-tab-index=\\\"1\\\" style=\\\"--n-tabs-title-order: 1;\\\" class=\\\"e-active elementor-element elementor-element-2dfba21 e-con-full e-flex e-con e-child\\\" data-id=\\\"2dfba21\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-bf1c5e4 elementor-widget elementor-widget-gallery\\\" data-id=\\\"bf1c5e4\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;columns&quot;:3,&quot;aspect_ratio&quot;:&quot;1:1&quot;,&quot;overlay_title&quot;:&quot;title&quot;,&quot;lazyload&quot;:&quot;yes&quot;,&quot;gallery_layout&quot;:&quot;grid&quot;,&quot;columns_tablet&quot;:2,&quot;columns_mobile&quot;:1,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;link_to&quot;:&quot;file&quot;,&quot;overlay_background&quot;:&quot;yes&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;}\\\" data-widget_type=\\\"gallery.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery__container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"bf1c5e4\\\" data-elementor-lightbox-title=\\\"Repairs\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tRepairs\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"bf1c5e4\\\" data-elementor-lightbox-title=\\\"Repairs\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tRepairs\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"bf1c5e4\\\" data-elementor-lightbox-title=\\\"Repairs\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tRepairs\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"bf1c5e4\\\" data-elementor-lightbox-title=\\\"Installations\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tInstallations\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"bf1c5e4\\\" data-elementor-lightbox-title=\\\"Installations\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tInstallations\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"bf1c5e4\\\" data-elementor-lightbox-title=\\\"Installations\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tInstallations\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"bf1c5e4\\\" data-elementor-lightbox-title=\\\"Ceilings\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tCeilings\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"bf1c5e4\\\" data-elementor-lightbox-title=\\\"Ceilings\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tCeilings\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"bf1c5e4\\\" data-elementor-lightbox-title=\\\"Ceilings\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tCeilings\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"bf1c5e4\\\" data-elementor-lightbox-title=\\\"Remodels\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tRemodels\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"bf1c5e4\\\" data-elementor-lightbox-title=\\\"Remodels\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tRemodels\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"bf1c5e4\\\" data-elementor-lightbox-title=\\\"Remodels\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tRemodels\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div id=\\\"e-n-tab-content-579547732\\\" role=\\\"tabpanel\\\" aria-labelledby=\\\"e-n-tab-title-579547732\\\" data-tab-index=\\\"2\\\" style=\\\"--n-tabs-title-order: 2;\\\" class=\\\" elementor-element elementor-element-6af5a9a e-con-full e-flex e-con e-child\\\" data-id=\\\"6af5a9a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-709b877 elementor-widget elementor-widget-gallery\\\" data-id=\\\"709b877\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;columns&quot;:3,&quot;aspect_ratio&quot;:&quot;1:1&quot;,&quot;overlay_title&quot;:&quot;title&quot;,&quot;lazyload&quot;:&quot;yes&quot;,&quot;gallery_layout&quot;:&quot;grid&quot;,&quot;columns_tablet&quot;:2,&quot;columns_mobile&quot;:1,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;link_to&quot;:&quot;file&quot;,&quot;overlay_background&quot;:&quot;yes&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;}\\\" data-widget_type=\\\"gallery.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery__container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"709b877\\\" data-elementor-lightbox-title=\\\"Repairs\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-4-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tRepairs\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"709b877\\\" data-elementor-lightbox-title=\\\"Repairs\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-6-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tRepairs\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"709b877\\\" data-elementor-lightbox-title=\\\"Repairs\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Repairs-5-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tRepairs\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div id=\\\"e-n-tab-content-579547733\\\" role=\\\"tabpanel\\\" aria-labelledby=\\\"e-n-tab-title-579547733\\\" data-tab-index=\\\"3\\\" style=\\\"--n-tabs-title-order: 3;\\\" class=\\\" elementor-element elementor-element-2881ff1 e-con-full e-flex e-con e-child\\\" data-id=\\\"2881ff1\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d8da79d elementor-widget elementor-widget-gallery\\\" data-id=\\\"d8da79d\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;columns&quot;:3,&quot;aspect_ratio&quot;:&quot;1:1&quot;,&quot;overlay_title&quot;:&quot;title&quot;,&quot;lazyload&quot;:&quot;yes&quot;,&quot;gallery_layout&quot;:&quot;grid&quot;,&quot;columns_tablet&quot;:2,&quot;columns_mobile&quot;:1,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;link_to&quot;:&quot;file&quot;,&quot;overlay_background&quot;:&quot;yes&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;}\\\" data-widget_type=\\\"gallery.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery__container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"d8da79d\\\" data-elementor-lightbox-title=\\\"Installations\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-1-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tInstallations\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"d8da79d\\\" data-elementor-lightbox-title=\\\"Installations\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-3-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tInstallations\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"d8da79d\\\" data-elementor-lightbox-title=\\\"Installations\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Installations-4-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tInstallations\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div id=\\\"e-n-tab-content-579547734\\\" role=\\\"tabpanel\\\" aria-labelledby=\\\"e-n-tab-title-579547734\\\" data-tab-index=\\\"4\\\" style=\\\"--n-tabs-title-order: 4;\\\" class=\\\" elementor-element elementor-element-97b101b e-con-full e-flex e-con e-child\\\" data-id=\\\"97b101b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-fc6bf4d elementor-widget elementor-widget-gallery\\\" data-id=\\\"fc6bf4d\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;columns&quot;:3,&quot;aspect_ratio&quot;:&quot;1:1&quot;,&quot;overlay_title&quot;:&quot;title&quot;,&quot;lazyload&quot;:&quot;yes&quot;,&quot;gallery_layout&quot;:&quot;grid&quot;,&quot;columns_tablet&quot;:2,&quot;columns_mobile&quot;:1,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;link_to&quot;:&quot;file&quot;,&quot;overlay_background&quot;:&quot;yes&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;}\\\" data-widget_type=\\\"gallery.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery__container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"fc6bf4d\\\" data-elementor-lightbox-title=\\\"Ceilings\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-1-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tCeilings\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"fc6bf4d\\\" data-elementor-lightbox-title=\\\"Ceilings\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-2-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tCeilings\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"fc6bf4d\\\" data-elementor-lightbox-title=\\\"Ceilings\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Ceilings-3-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tCeilings\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div id=\\\"e-n-tab-content-579547735\\\" role=\\\"tabpanel\\\" aria-labelledby=\\\"e-n-tab-title-579547735\\\" data-tab-index=\\\"5\\\" style=\\\"--n-tabs-title-order: 5;\\\" class=\\\" elementor-element elementor-element-c6d4fdc e-con-full e-flex e-con e-child\\\" data-id=\\\"c6d4fdc\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-30b1686 elementor-widget elementor-widget-gallery\\\" data-id=\\\"30b1686\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;columns&quot;:3,&quot;aspect_ratio&quot;:&quot;1:1&quot;,&quot;overlay_title&quot;:&quot;title&quot;,&quot;lazyload&quot;:&quot;yes&quot;,&quot;gallery_layout&quot;:&quot;grid&quot;,&quot;columns_tablet&quot;:2,&quot;columns_mobile&quot;:1,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;link_to&quot;:&quot;file&quot;,&quot;overlay_background&quot;:&quot;yes&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;}\\\" data-widget_type=\\\"gallery.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery__container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"30b1686\\\" data-elementor-lightbox-title=\\\"Remodels\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-1-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tRemodels\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"30b1686\\\" data-elementor-lightbox-title=\\\"Remodels\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-2-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tRemodels\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t<a class=\\\"e-gallery-item elementor-gallery-item elementor-animated-content\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\\\" data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"30b1686\\\" data-elementor-lightbox-title=\\\"Remodels\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-gallery-image elementor-gallery-item__image\\\" data-thumbnail=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/Remodels-3-1.jpg\\\" data-width=\\\"750\\\" data-height=\\\"750\\\" aria-label=\\\"\\\" role=\\\"img\\\" ><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__overlay\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-gallery-item__title\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\tRemodels\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-f251ed1 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"f251ed1\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-8e8a319 e-con-full e-flex e-con e-child\\\" data-id=\\\"8e8a319\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0a8d6b1 elementor-widget elementor-widget-heading\\\" data-id=\\\"0a8d6b1\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Watch Us Work<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-f6c69eb e-con-full e-flex e-con e-child\\\" data-id=\\\"f6c69eb\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-bc6325e e-con-full e-flex e-con e-child\\\" data-id=\\\"bc6325e\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4edee88 elementor-widget elementor-widget-video\\\" data-id=\\\"4edee88\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\\\\/\\\\\\/mrarif.me\\\\\\/drywallmanllc\\\\\\/wp-content\\\\\\/uploads\\\\\\/2026\\\\\\/08\\\\\\/project-1.jpg&quot;,&quot;id&quot;:933,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;controls&quot;:&quot;yes&quot;}\\\" data-widget_type=\\\"video.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"e-hosted-video elementor-wrapper elementor-open-inline\\\">\\n\\t\\t\\t\\t\\t<video class=\\\"elementor-video\\\" src=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project.mp4\\\" controls=\\\"\\\" preload=\\\"metadata\\\" controlsList=\\\"nodownload\\\"><\\/video>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-custom-embed-image-overlay\\\" style=\\\"background-image: url(https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/project-1.jpg);\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-custom-embed-play\\\" role=\\\"button\\\" aria-label=\\\"Play Video\\\" tabindex=\\\"0\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-eicon-play\\\" viewBox=\\\"0 0 1000 1000\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-d53d723 e-con-full e-flex e-con e-child\\\" data-id=\\\"d53d723\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-266b28b elementor-widget elementor-widget-video\\\" data-id=\\\"266b28b\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\\\\/\\\\\\/mrarif.me\\\\\\/drywallmanllc\\\\\\/wp-content\\\\\\/uploads\\\\\\/2026\\\\\\/08\\\\\\/video2-1.jpg&quot;,&quot;id&quot;:938,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;controls&quot;:&quot;yes&quot;}\\\" data-widget_type=\\\"video.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"e-hosted-video elementor-wrapper elementor-open-inline\\\">\\n\\t\\t\\t\\t\\t<video class=\\\"elementor-video\\\" src=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video11.mp4\\\" controls=\\\"\\\" preload=\\\"metadata\\\" controlsList=\\\"nodownload\\\"><\\/video>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-custom-embed-image-overlay\\\" style=\\\"background-image: url(https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/08\\/video2-1.jpg);\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-custom-embed-play\\\" role=\\\"button\\\" aria-label=\\\"Play Video\\\" tabindex=\\\"0\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-eicon-play\\\" viewBox=\\\"0 0 1000 1000\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-258ce4a6 call-to-action-section e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"258ce4a6\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-63536395 e-con-full e-flex e-con e-child\\\" data-id=\\\"63536395\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7b881b6b elementor-widget elementor-widget-heading\\\" data-id=\\\"7b881b6b\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Like What You See?<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"71fbc37774a997d9b7ec7e43dcb3fdea\\\" data=\\\"eyJpZCI6IjFhNDkxZTA4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiWW91ciB3YWxscyBjb3VsZCBsb29rIGxpa2UgdGhpcy4gR2V0IGEgZnJlZSBlc3RpbWF0ZSBmcm9tIEphaW1lIGFuZCBoaXMgY3JldyBcdTIwMTQgc2FtZS13ZWVrIHNjaGVkdWxpbmcgYXZhaWxhYmxlLiIsImFsaWduIjoiY2VudGVyIiwidGV4dF9jb2xvciI6IiNGRkZGRkZFNiIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjo0MjQsInNpemVzIjpbXX0sIl9mbGV4X2FsaWduX3NlbGYiOiJjZW50ZXIiLCJwcF9kaXNwbGF5X2NvbmRpdGlvbnMiOlt7Il9pZCI6ImI3OWEzYzQifV0sInBwX2VsZW1lbnRzX3Rvb2x0aXBfY29udGVudCI6IlRvb2x0aXAgQ29udGVudCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-22c7760d elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"22c7760d\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/mrarif.me\\/drywallmanllc\\/contact\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Request a Free Estimate<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wpdw_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12683, 1014, '_elementor_source', 'post'),
(12684, 1014, '_elementor_edit_mode', 'builder'),
(12685, 1014, '_elementor_template_type', 'header'),
(12686, 1014, '_elementor_version', '4.2.1'),
(12687, 1014, '_elementor_pro_version', '4.2.1'),
(12688, 1014, '_elementor_global_class_usage_indexed', '1'),
(12689, 1014, '_elementor_global_class_usage_indexed_preview', '1'),
(12690, 1014, '_elementor_migrations_state_d2a1', '4.2.1:4.2.1:7648e729aae38c0825752571ace57347'),
(12691, 1014, '_wp_page_template', 'default'),
(12692, 1014, '_elementor_data', '[{\"id\":\"75def8f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"4a4532b6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"flex-start\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"65263c63\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"(502) 302-1480\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:5023021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"thedrywallmanllc@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:thedrywallmanllc@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dc952d6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet\":\"center\"},\"elements\":[{\"id\":\"51850fe4\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/p\\/The-drywall-man-LLC-100086389004661\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/thedrywallmanllc\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"3bd22be\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c7bdfc5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"sticky\":\"top\",\"sticky_on\":[\"tablet_extra\",\"tablet\",\"mobile_extra\",\"mobile\"],\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"2c26799\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_direction_tablet_extra\":\"row\",\"flex_direction_mobile\":\"row\",\"flex_justify_content_tablet\":\"center\",\"flex_gap_mobile_extra\":{\"column\":\"8\",\"row\":\"8\",\"isLinked\":true,\"unit\":\"px\",\"size\":8},\"flex_gap_mobile\":{\"column\":\"5\",\"row\":\"5\",\"isLinked\":true,\"unit\":\"px\",\"size\":5},\"flex_wrap_mobile_extra\":\"nowrap\"},\"elements\":[{\"id\":\"739593a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet_extra\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_element_width_tablet_extra\":\"initial\",\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9bd4685\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"tel:(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_tablet_extra\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"_element_width_tablet_extra\":\"initial\",\"_element_custom_width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"124bae37\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\",\"sticky_offset_tablet_extra\":66,\"sticky_offset_mobile_extra\":59,\"sticky_offset_mobile\":50,\"sticky_anchor_link_offset_tablet_extra\":300},\"elements\":[{\"id\":\"1764250d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"37b1ebe3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":885,\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/wp-content\\/uploads\\/2026\\/07\\/logo-2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7612418c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_direction_tablet_extra\":\"row\",\"flex_justify_content_tablet_extra\":\"flex-end\"},\"elements\":[{\"id\":\"4acc5e6e\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true},{\"id\":\"b4da6c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_gap\":{\"column\":\"15\",\"row\":\"15\",\"isLinked\":true,\"unit\":\"px\",\"size\":15},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"82ac4c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Free Estimate\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/drywallmanllc\\/free-estimate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7cd790\",\"elType\":\"widget\",\"settings\":{\"text\":\"(502) 302-1480\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"c9dcc7b\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor1\"},\"link\":{\"url\":\"tel:(502)3021480\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(12397, 999, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}');

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_posts`
--

CREATE TABLE `wpdw_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpdw_posts`
--

INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(88, 1, '2026-07-30 07:56:10', '2026-07-30 07:56:10', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:56:10', '2026-07-30 07:56:10', '', 13, 'https://mrarif.me/drywallmanllc/?p=88', 0, 'revision', '', 0),
(22, 1, '2026-07-31 16:38:48', '2026-07-30 06:58:55', ' ', '', '', 'publish', 'closed', 'closed', '', '22', '', '', '2026-07-31 16:38:48', '2026-07-31 16:38:48', '', 0, 'https://mrarif.me/drywallmanllc/?p=22', 3, 'nav_menu_item', '', 0),
(23, 1, '2026-07-31 16:38:48', '2026-07-30 06:58:55', ' ', '', '', 'publish', 'closed', 'closed', '', '23', '', '', '2026-07-31 16:38:48', '2026-07-31 16:38:48', '', 0, 'https://mrarif.me/drywallmanllc/?p=23', 4, 'nav_menu_item', '', 0),
(24, 1, '2026-07-31 16:38:48', '2026-07-30 06:58:55', ' ', '', '', 'publish', 'closed', 'closed', '', '24', '', '', '2026-07-31 16:38:48', '2026-07-31 16:38:48', '', 0, 'https://mrarif.me/drywallmanllc/?p=24', 2, 'nav_menu_item', '', 0),
(25, 1, '2026-07-30 06:59:48', '2026-07-30 06:59:48', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'publish', 'closed', 'closed', '', 'free-estimate', '', '', '2026-08-11 09:43:06', '2026-08-11 09:43:06', '', 0, 'https://mrarif.me/drywallmanllc/?page_id=25', 0, 'page', '', 0),
(26, 1, '2026-07-30 06:59:48', '2026-07-30 06:59:48', '', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-07-30 06:59:48', '2026-07-30 06:59:48', '', 25, 'https://mrarif.me/drywallmanllc/?p=26', 0, 'revision', '', 0),
(888, 1, '2026-08-01 11:59:05', '2026-08-01 11:59:05', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n																	<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />																					<a href=\"#\">\n									Free Estimate\n					</a>\n														<a href=\"#\">\n									(502) 302-1480\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-08-01 11:59:05', '2026-08-01 11:59:05', '', 28, 'https://mrarif.me/drywallmanllc/?p=888', 0, 'revision', '', 0),
(308, 1, '2026-07-31 16:40:21', '2026-07-31 16:40:21', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img width=\"1043\" height=\"280\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/drywall-man-logo-preview-1.png\" alt=\"\" />																					<a href=\"#\">\n									Click here\n					</a>\n														<a href=\"#\">\n									(502) 302-1480\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-07-31 16:40:21', '2026-07-31 16:40:21', '', 28, 'https://mrarif.me/drywallmanllc/?p=308', 0, 'revision', '', 0),
(28, 1, '2026-07-30 07:05:50', '2026-07-30 07:05:50', '<ul>\n							<li>\n											<a href=\"tel:5023021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(502) 302-1480\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/thedrywallmanllc/\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n												<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Free Estimate\n					</a>\n														<a href=\"tel:(502)3021480\">\n									(502) 302-1480\n					</a>\n																			<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />																					<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Free Estimate\n					</a>\n														<a href=\"tel:(502)3021480\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>			\n									(502) 302-1480\n					</a>', 'Header', '', 'publish', 'closed', 'closed', '', 'header', '', '', '2026-08-11 09:25:40', '2026-08-11 09:25:40', '', 0, 'https://mrarif.me/drywallmanllc/?post_type=elementor_library&#038;p=28', 0, 'elementor_library', '', 0),
(4, 0, '2026-07-30 06:28:09', '2026-07-30 06:28:09', '<!-- wp:page-list /-->', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2026-07-30 06:28:09', '2026-07-30 06:28:09', '', 0, 'https://mrarif.me/drywallmanllc/index.php/2026/07/30/navigation/', 0, 'wp_navigation', '', 0),
(89, 1, '2026-07-30 07:56:10', '2026-07-30 07:56:10', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:56:10', '2026-07-30 07:56:10', '', 13, 'https://mrarif.me/drywallmanllc/?p=89', 0, 'revision', '', 0),
(90, 1, '2026-07-30 07:56:10', '2026-07-30 07:56:10', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:56:10', '2026-07-30 07:56:10', '', 13, 'https://mrarif.me/drywallmanllc/?p=90', 0, 'revision', '', 0),
(91, 1, '2026-07-30 07:57:40', '2026-07-30 07:57:40', '<h3>The Drywall Man LLC\n</h3>		<p>Louisville\'s trusted drywall specialists.</p>					\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n							<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										Shop\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Research Article\n									</li>\n						</ul>\n							<h5>Support</h5>							<ul>\n							<li>\n										Contact Us\n									</li>\n								<li>\n										Your Account\n									</li>\n								<li>\n										Shipping &amp; Returns\n									</li>\n								<li>\n										Terms &amp; Conditions\n									</li>\n								<li>\n										Privacy Policy\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"mailto:support@pch.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										support@pch.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://tel;XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Phone:XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n				<p>© [copyright]. All Rights Reserved. Website Developed by <a style=\"color: #ffffff;\" href=\"https://devrivo.com/\" target=\"_blank\" rel=\"noopener\">Devrivo</a></p>		\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-38-1.svg\" alt=\"svg-image-38-1.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-42.svg\" alt=\"svg-image-42.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-41.svg\" alt=\"svg-image-41.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-40.svg\" alt=\"svg-image-40.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-39.svg\" alt=\"svg-image-39.svg\" />', 'Footer', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2026-07-30 07:57:40', '2026-07-30 07:57:40', '', 31, 'https://mrarif.me/drywallmanllc/?p=91', 0, 'revision', '', 0),
(10, 1, '2026-07-30 06:35:10', '2026-07-30 06:35:10', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2026-07-30 14:10:35', '2026-07-30 14:10:35', '', 0, 'https://mrarif.me/drywallmanllc/?p=10', 0, 'elementor_library', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(13, 1, '2026-07-30 06:54:48', '2026-07-30 06:54:48', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"1632\" height=\"1088\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Untitled-2222.jpg\" alt=\"\" />													https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n						https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2026-08-11 21:41:34', '2026-08-11 21:41:34', '', 0, 'https://mrarif.me/drywallmanllc/?page_id=13', 0, 'page', '', 0),
(14, 1, '2026-07-30 06:54:48', '2026-07-30 06:54:48', '', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 06:54:48', '2026-07-30 06:54:48', '', 13, 'https://mrarif.me/drywallmanllc/?p=14', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(15, 1, '2026-07-30 06:56:36', '2026-07-30 06:56:36', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video11.mp4			<h2>Like What You See?</h2>		Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'Projects', '', 'publish', 'closed', 'closed', '', 'projects', '', '', '2026-08-02 06:32:12', '2026-08-02 06:32:12', '', 0, 'https://mrarif.me/drywallmanllc/?page_id=15', 0, 'page', '', 0),
(16, 1, '2026-07-30 06:56:36', '2026-07-30 06:56:36', '', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-07-30 06:56:36', '2026-07-30 06:56:36', '', 15, 'https://mrarif.me/drywallmanllc/?p=16', 0, 'revision', '', 0),
(17, 1, '2026-07-30 06:57:07', '2026-07-30 06:57:07', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path fill-rule=\"evenodd\" d=\"m432.526 212.859-45.58 14.085 39.343 127.31 30.805-9.52zM239.6 157.18l72.755-69.32a7.98 7.98 0 0 1 11.281.281l22.073 23.167a7.98 7.98 0 0 1-.281 11.281L244.42 218.828a7.98 7.98 0 0 1-11.281-.281l-62.398-62.425a7.976 7.976 0 0 1 .031-11.281l22.632-22.622a7.977 7.977 0 0 1 11.281.031zm77.982-52.258-72.616 69.188c-3.134 2.98-8.092 2.926-11.156-.156l-34.783-34.798-11.348 11.343 51.376 51.398 89.592-85.362zM155.579 308.514c25.247-9.488 62.848-41.113 82.09-60.354-36.874-12.206-59.514 11.298-102.345-2.695l-29.25 94.651c16.738 11.062 23.667 21.176 30.771 32.979 15.663-9.69 36.411-.865 40.031 17.696 16.804-3.573 32.662 8.202 34.611 25.157 14.474-1.896 27.548 8.208 29.711 22.601 16.261-1.759 29.728 12.684 27.111 28.971 8.537 3.317 19.23 3.212 24.108-1.989 2.725-2.905 1.161-5.85-1.285-8.393l-43.48-25.29a7.981 7.981 0 0 1 8-13.812l44.366 25.806c21.941 12.775 31.986-3.188 20.8-12.058l-55.18-32.256a7.997 7.997 0 0 1 8.062-13.813l53.098 30.89c33.19 19.162 41.362-7.328 30.221-13.697l-66.05-37.663a7.978 7.978 0 0 1 7.875-13.875l64.894 36.992c6.951 1.698 11.465.876 14.063-1.236 5.476-4.451 3.582-15.785-1.374-18.368l-105.538-59.76c-4.858 2.75-7.772 4.427-10.585 6.044-46.991 27.03-74.408 42.8-107.82 6.315-3.841-4.198-2.139-10.894 3.095-12.843m17.019 102.799c10.229-13.978 30.422 2.198 20.905 15.306l-16.056 22.653c-10.082 13.774-30.501-1.778-20.742-15.551zm33.628 24.962c9.217-12.105 25.011 1.65 17.513 12.327-3.592 5.102-7.19 10.134-10.805 15.236-8.285 11.424-25.191-1.451-17.161-12.81zM405.328 83.184c3.354 44.076-2.565 86.953-18.075 126.967l50.034-15.4a7.973 7.973 0 0 1 9.281 6.406l27.468 147.447a7.98 7.98 0 0 1-5.46 9.281l-45.212 13.972a7.98 7.98 0 0 1-9.969-5.281l-1.905-6.166-17.415 5.224c7.426 15.258 1.185 35.253-17.256 38.987 5.801 22.224-14.471 37.478-35.556 34.24.806 16.406-13.539 28.211-31.504 25.447-1.039 9.251-7.907 15.981-16.665 19.214-8.536 3.151-19.934 3.314-31.825-1.635l-1.292 1.87c-10.857 15.421-34 12.595-42.151-3.262-14.152 8.253-31.973 1.738-37.954-13.014-19.659 9.641-41.935-5.258-41.501-26.794-21.568.096-35.633-23.042-22.174-42.039l9.399-13.235c-6.448-10.837-11.676-19.854-24.471-29.286l-2.523 8.163a7.977 7.977 0 0 1-9.969 5.281L43.421 355.6a7.98 7.98 0 0 1-5.46-9.281l27.468-147.447c.864-4.678 5.654-7.57 10.187-6.186l48.129 14.872c-14.811-39.378-20.332-81.16-17.079-124.374a7.993 7.993 0 0 1 7.901-7.397 226.5 226.5 0 0 0 72.584-16.439 226.5 226.5 0 0 0 63.598-39.34 7.974 7.974 0 0 1 10.558.051C298.822 53.262 347.798 73.028 397.8 75.81c4.054.221 7.235 3.431 7.528 7.374M146.073 421.128c-7.971 9.924-25.536-1.014-16.876-13.232l12.062-17.056c2.531-3.3 4.577-5.649 9.291-5.761 8.962-.213 13.754 10.261 9.06 16.929zm86.7 42.349c1.241-1.771 2.475-3.533 3.743-5.283 6.888-9.492 20.166.226 15.253 9.357-.356.662-4.779 6.9-4.777 6.902-6.747 9.189-21.17-.661-14.219-10.976m-79.905-230.271c-23.324-43.656-33.386-91.701-30.707-141.965A242.76 242.76 0 0 0 256 36.477a242.76 242.76 0 0 0 133.839 54.764c2.764 51.788-7.964 101.033-32.684 145.609-35.883-2.122-66.36-28.868-105.775-.5-41.757-18.485-64.922 1.771-98.512-3.144m-27.813-8.547-39.343 127.31-30.805-9.519 24.567-131.876zm255.779 128.266-106.013-60.038a7.97 7.97 0 0 0-7.838-.022c-.028-.049-13.583 7.768-14.615 8.362-35.546 20.446-57.937 33.322-79.87 16.961 24.783-13.166 55.358-37.64 76.538-58.831 26.676-26.691 48.557-20.423 72.094-13.682 17.216 4.931 35.195 10.079 56.661 5.675l28.985 93.793z\" clip-rule=\"evenodd\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Honesty First												</h5>\n											<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 682.667 682.667\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><defs><clipPath id=\"a\" clipPathUnits=\"userSpaceOnUse\"><path d=\"M0 512h512V0H0Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></clipPath></defs><g clip-path=\"url(#a)\" transform=\"matrix(1.33333 0 0 -1.33333 0 682.667)\"><path d=\"M0 0v-176.488h-106.468a23.34 23.34 0 0 0-15.664 6.034l-52.284 47.334a23.3 23.3 0 0 1-15.663 6.045h-67.883V0Z\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(324.218 483.563)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-143.625h-53.373V0c0 14.736 11.945 26.692 26.693 26.692Q-2.288 24.392 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(433.782 380.836)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-35.432-19.77-96.02-19.77C-160.996-19.77-194.489 0-194.489 0c12.553 20.221 12.639 55.104 12.639 55.104v85.634c0 26.657 21.61 48.267 48.266 48.267h74.921c26.657 0 48.267-21.61 48.267-48.267V55.104C-10.396 31.385 0 0 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(502 48.206)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-17.21h-171.454V0c0 26.656 21.61 48.267 48.266 48.267h74.922C-21.61 48.267 0 26.656 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(491.603 188.944)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s.15-57.33-8.079-77.753\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(378.752 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-.292-56.968 7.937-77.391\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(434.143 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h106.369c1.87 12.181 1.9 21.931 1.9 21.931v85.639c0 26.651 21.61 48.26 48.27 48.26h12.02v46.53c0 12.89-10.45 23.34-23.34 23.34H5.869a23.35 23.35 0 0 0-15.66 6.03l-52.29 47.34a23.32 23.32 0 0 1-15.66 6.04h-100.81c-12.84 0-23.28-10.38-23.33-23.219V23.45c-.06-12.939 10.36-23.45 23.3-23.45h90.598\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(211.881 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h139.72\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(125.82 424.613)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h51.116\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(214.423 365.384)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(168.878 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path></g></g></svg>							\n												<h5>\n													Clean &amp; Respectful												</h5>\n											We cover your furniture, protect your floors, and clean up completely before we leave.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M31 31a1 1 0 0 0 .641-.232l4.318-3.6A22.29 22.29 0 0 0 44 10a1 1 0 0 0-1-1h-.6a17.3 17.3 0 0 1-10.775-3.781 1 1 0 0 0-1.25 0A17.3 17.3 0 0 1 19.6 9H19a1 1 0 0 0-1 1 22.29 22.29 0 0 0 8.041 17.168l4.318 3.6A1 1 0 0 0 31 31M20.024 11A19.33 19.33 0 0 0 31 7.26 19.33 19.33 0 0 0 41.976 11a20.28 20.28 0 0 1-7.3 14.637L31 28.7l-3.679-3.065A20.28 20.28 0 0 1 20.024 11\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m31.65 25.759 3.129-2.681a15.84 15.84 0 0 0 5.2-8.882A1 1 0 0 0 39 13a11.07 11.07 0 0 1-6.6-2.2l-.8-.6a1 1 0 0 0-1.2 0l-.8.6A11.07 11.07 0 0 1 23 13a1 1 0 0 0-.98 1.2 15.84 15.84 0 0 0 5.2 8.882l3.129 2.681a1 1 0 0 0 1.3 0Zm-3.129-4.2a13.84 13.84 0 0 1-4.262-6.621A13.1 13.1 0 0 0 30.8 12.4l.2-.15.2.15a13.1 13.1 0 0 0 6.541 2.538 13.84 13.84 0 0 1-4.262 6.621L31 23.683Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M62 35h-9V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1 1v25H2a1 1 0 0 0-1 1v30a5.006 5.006 0 0 0 5 5h42a5.006 5.006 0 0 0 5-5v-3h9a1 1 0 0 0 1-1V36a1 1 0 0 0-1-1M3 58V29h6v29a3 3 0 0 1-6 0m48 0a3 3 0 0 1-3 3H9.974A4.95 4.95 0 0 0 11 58V3h40v32h-1a1 1 0 0 0-1 1v1h-2.586L43 33.586V28a1 1 0 0 0-1-1h-1a4 4 0 0 0-4 4v6h-7a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a1 1 0 0 0 .447-.1l3.789-1.9H49v1a1 1 0 0 0 1 1h1Zm-2-7h-3a1 1 0 0 0-.447.1L41.764 53H30a1 1 0 0 1-1-1v-1h8v-2h-8v-2h8v-2h-8v-2h8v-2h-8v-1a1 1 0 0 1 1-1h8a1 1 0 0 0 1-1v-7a2 2 0 0 1 2-2v5a1 1 0 0 0 .293.707l4 4A1 1 0 0 0 46 39h3Zm12 2H51V37h10Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M22.46 31.126A1 1 0 0 0 22 31h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707-1.414-1.414ZM21 39h-6v-6h5.586L18 35.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 35.414ZM24.293 41.293l-1.833 1.833A1 1 0 0 0 22 43h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707ZM21 51h-6v-6h5.586L18 47.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 47.414Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Quality You Can See												</h5>\n											Smooth, level, seamless — our finishes are paint-ready and built to last.										\n					<h2>Serving Louisville &amp; Surrounding Areas</h2>		We serve homeowners and businesses across Louisville, Fairdale, Jeffersontown, Fern Creek, Middletown, St. Matthews, Shively, and surrounding\nJefferson County communities.			<h6>Need us farther out? Give us a call — we\'ll let you know if we can make it work.</h6>										<a href=\"tel:5023021480\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>			\n									(502) 302-1480 — Call for Availability\n					</a>\n									<h2>Ready for Walls You Can Be Proud Of?</h2>		No pressure, no obligation. Just an honest estimate and a crew that shows up on time.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2026-08-01 11:42:15', '2026-08-01 11:42:15', '', 0, 'https://mrarif.me/drywallmanllc/?page_id=17', 0, 'page', '', 0),
(18, 1, '2026-07-30 06:57:07', '2026-07-30 06:57:07', '', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-07-30 06:57:07', '2026-07-30 06:57:07', '', 17, 'https://mrarif.me/drywallmanllc/?p=18', 0, 'revision', '', 0),
(19, 1, '2026-07-30 06:58:02', '2026-07-30 06:58:02', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2026-08-11 10:03:09', '2026-08-11 10:03:09', '', 0, 'https://mrarif.me/drywallmanllc/?page_id=19', 0, 'page', '', 0),
(20, 1, '2026-07-30 06:58:02', '2026-07-30 06:58:02', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-07-30 06:58:02', '2026-07-30 06:58:02', '', 19, 'https://mrarif.me/drywallmanllc/?p=20', 0, 'revision', '', 0),
(21, 1, '2026-07-31 16:38:48', '2026-07-30 06:58:55', ' ', '', '', 'publish', 'closed', 'closed', '', '21', '', '', '2026-07-31 16:38:48', '2026-07-31 16:38:48', '', 0, 'https://mrarif.me/drywallmanllc/?p=21', 1, 'nav_menu_item', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(59, 1, '2026-07-30 07:44:22', '2026-07-30 07:44:22', '', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:44:22', '2026-07-30 07:44:22', '', 13, 'https://mrarif.me/drywallmanllc/?p=59', 0, 'revision', '', 0),
(60, 1, '2026-07-30 07:44:22', '2026-07-30 07:44:22', '', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:44:22', '2026-07-30 07:44:22', '', 13, 'https://mrarif.me/drywallmanllc/?p=60', 0, 'revision', '', 0),
(61, 1, '2026-07-30 07:44:23', '2026-07-30 07:44:23', '', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:44:23', '2026-07-30 07:44:23', '', 13, 'https://mrarif.me/drywallmanllc/?p=61', 0, 'revision', '', 0),
(102, 1, '2026-07-30 09:37:14', '2026-07-30 09:37:14', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 09:37:14', '2026-07-30 09:37:14', '', 13, 'https://mrarif.me/drywallmanllc/?p=102', 0, 'revision', '', 0),
(63, 1, '2026-07-30 07:47:10', '2026-07-30 07:47:10', '', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:47:10', '2026-07-30 07:47:10', '', 13, 'https://mrarif.me/drywallmanllc/?p=63', 0, 'revision', '', 0),
(64, 1, '2026-07-30 07:47:10', '2026-07-30 07:47:10', '', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:47:10', '2026-07-30 07:47:10', '', 13, 'https://mrarif.me/drywallmanllc/?p=64', 0, 'revision', '', 0),
(65, 1, '2026-07-30 07:47:10', '2026-07-30 07:47:10', '<h2>Your Walls &amp;\nCeilings — Done Right.</h2>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:47:10', '2026-07-30 07:47:10', '', 13, 'https://mrarif.me/drywallmanllc/?p=65', 0, 'revision', '', 0),
(66, 1, '2026-07-30 07:51:22', '2026-07-30 07:51:22', '{\n    \"astra-settings[headings-font-family]\": {\n        \"value\": \"\'Poppins\', sans-serif\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 07:50:59\"\n    },\n    \"astra-settings[headings-font-variant]\": {\n        \"value\": \"100,100italic,200,200italic,300,300italic,400,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 07:50:59\"\n    },\n    \"astra-settings[font-weight-h1]\": {\n        \"value\": \"800\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 07:50:59\"\n    },\n    \"astra-settings[font-size-h1]\": {\n        \"value\": {\n            \"desktop\": 55,\n            \"tablet\": 30,\n            \"mobile\": 30,\n            \"desktop-unit\": \"px\",\n            \"tablet-unit\": \"px\",\n            \"mobile-unit\": \"px\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 07:50:59\"\n    },\n    \"astra-settings[font-size-h2]\": {\n        \"value\": {\n            \"desktop\": 38,\n            \"tablet\": 25,\n            \"mobile\": 25,\n            \"desktop-unit\": \"px\",\n            \"tablet-unit\": \"px\",\n            \"mobile-unit\": \"px\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 07:50:59\"\n    },\n    \"astra-settings[font-size-h3]\": {\n        \"value\": {\n            \"desktop\": 30,\n            \"tablet\": 20,\n            \"mobile\": 20,\n            \"desktop-unit\": \"px\",\n            \"tablet-unit\": \"px\",\n            \"mobile-unit\": \"px\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 07:50:59\"\n    },\n    \"astra-settings[font-size-h4]\": {\n        \"value\": {\n            \"desktop\": 24,\n            \"tablet\": \"\",\n            \"mobile\": \"\",\n            \"desktop-unit\": \"px\",\n            \"tablet-unit\": \"px\",\n            \"mobile-unit\": \"px\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 07:50:59\"\n    },\n    \"astra-settings[font-size-h5]\": {\n        \"value\": {\n            \"desktop\": 20,\n            \"tablet\": \"\",\n            \"mobile\": \"\",\n            \"desktop-unit\": \"px\",\n            \"tablet-unit\": \"px\",\n            \"mobile-unit\": \"px\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 07:50:59\"\n    },\n    \"astra-settings[body-font-family]\": {\n        \"value\": \"\'Poppins\', sans-serif\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 07:51:22\"\n    },\n    \"astra-settings[para-margin-bottom]\": {\n        \"value\": 0.8,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 07:51:22\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'bce44bf5-d519-4da9-91bd-6fe22ab8d1db', '', '', '2026-07-30 07:51:22', '2026-07-30 07:51:22', '', 0, 'https://mrarif.me/drywallmanllc/?p=66', 0, 'customize_changeset', '', 0),
(67, 1, '2026-07-30 07:51:40', '2026-07-30 07:51:40', '{\n    \"astra-settings[body-font-family]\": {\n        \"value\": \"\'Poppins\', sans-serif\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 07:51:40\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '330ecd33-517b-4f21-919a-4b4bab83302a', '', '', '2026-07-30 07:51:40', '2026-07-30 07:51:40', '', 0, 'https://mrarif.me/drywallmanllc/330ecd33-517b-4f21-919a-4b4bab83302a/', 0, 'customize_changeset', '', 0),
(68, 1, '2026-07-30 07:52:08', '2026-07-30 07:52:08', '<h2>Your Walls &amp;\nCeilings — Done Right.</h2>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:52:08', '2026-07-30 07:52:08', '', 13, 'https://mrarif.me/drywallmanllc/?p=68', 0, 'revision', '', 0),
(69, 1, '2026-07-30 07:52:08', '2026-07-30 07:52:08', '<h2>Your Walls &amp;\nCeilings — Done Right.</h2>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:52:08', '2026-07-30 07:52:08', '', 13, 'https://mrarif.me/drywallmanllc/?p=69', 0, 'revision', '', 0),
(70, 1, '2026-07-30 07:52:08', '2026-07-30 07:52:08', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:52:08', '2026-07-30 07:52:08', '', 13, 'https://mrarif.me/drywallmanllc/?p=70', 0, 'revision', '', 0),
(71, 1, '2026-07-30 07:52:46', '2026-07-30 07:52:46', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:52:46', '2026-07-30 07:52:46', '', 13, 'https://mrarif.me/drywallmanllc/?p=71', 0, 'revision', '', 0),
(72, 1, '2026-07-30 07:52:46', '2026-07-30 07:52:46', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:52:46', '2026-07-30 07:52:46', '', 13, 'https://mrarif.me/drywallmanllc/?p=72', 0, 'revision', '', 0),
(73, 1, '2026-07-30 07:52:46', '2026-07-30 07:52:46', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:52:46', '2026-07-30 07:52:46', '', 13, 'https://mrarif.me/drywallmanllc/?p=73', 0, 'revision', '', 0),
(74, 1, '2026-07-30 07:53:04', '2026-07-30 07:53:04', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:53:04', '2026-07-30 07:53:04', '', 13, 'https://mrarif.me/drywallmanllc/?p=74', 0, 'revision', '', 0),
(75, 1, '2026-07-30 07:53:04', '2026-07-30 07:53:04', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:53:04', '2026-07-30 07:53:04', '', 13, 'https://mrarif.me/drywallmanllc/?p=75', 0, 'revision', '', 0),
(76, 1, '2026-07-30 07:53:04', '2026-07-30 07:53:04', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:53:04', '2026-07-30 07:53:04', '', 13, 'https://mrarif.me/drywallmanllc/?p=76', 0, 'revision', '', 0),
(77, 1, '2026-07-30 07:53:49', '2026-07-30 07:53:49', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2026-07-30 07:53:49', '2026-07-30 07:53:49', '', 10, 'https://mrarif.me/drywallmanllc/?p=77', 0, 'revision', '', 0),
(78, 1, '2026-07-30 07:53:49', '2026-07-30 07:53:49', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2026-07-30 07:53:49', '2026-07-30 07:53:49', '', 10, 'https://mrarif.me/drywallmanllc/?p=78', 0, 'revision', '', 0),
(79, 1, '2026-07-30 07:54:47', '2026-07-30 07:54:47', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:54:47', '2026-07-30 07:54:47', '', 13, 'https://mrarif.me/drywallmanllc/?p=79', 0, 'revision', '', 0),
(80, 1, '2026-07-30 07:54:47', '2026-07-30 07:54:47', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:54:47', '2026-07-30 07:54:47', '', 13, 'https://mrarif.me/drywallmanllc/?p=80', 0, 'revision', '', 0),
(81, 1, '2026-07-30 07:54:48', '2026-07-30 07:54:48', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:54:48', '2026-07-30 07:54:48', '', 13, 'https://mrarif.me/drywallmanllc/?p=81', 0, 'revision', '', 0),
(82, 1, '2026-07-30 07:55:16', '2026-07-30 07:55:16', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:55:16', '2026-07-30 07:55:16', '', 13, 'https://mrarif.me/drywallmanllc/?p=82', 0, 'revision', '', 0),
(83, 1, '2026-07-30 07:55:16', '2026-07-30 07:55:16', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:55:16', '2026-07-30 07:55:16', '', 13, 'https://mrarif.me/drywallmanllc/?p=83', 0, 'revision', '', 0),
(84, 1, '2026-07-30 07:55:17', '2026-07-30 07:55:17', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:55:17', '2026-07-30 07:55:17', '', 13, 'https://mrarif.me/drywallmanllc/?p=84', 0, 'revision', '', 0),
(85, 1, '2026-07-30 07:55:43', '2026-07-30 07:55:43', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:55:43', '2026-07-30 07:55:43', '', 13, 'https://mrarif.me/drywallmanllc/?p=85', 0, 'revision', '', 0),
(86, 1, '2026-07-30 07:55:43', '2026-07-30 07:55:43', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:55:43', '2026-07-30 07:55:43', '', 13, 'https://mrarif.me/drywallmanllc/?p=86', 0, 'revision', '', 0),
(87, 1, '2026-07-30 07:55:43', '2026-07-30 07:55:43', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 07:55:43', '2026-07-30 07:55:43', '', 13, 'https://mrarif.me/drywallmanllc/?p=87', 0, 'revision', '', 0),
(57, 1, '2026-07-30 07:42:02', '2026-07-30 07:42:02', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img width=\"1043\" height=\"280\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/drywall-man-logo-preview-1.png\" alt=\"\" />', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-07-30 07:42:02', '2026-07-30 07:42:02', '', 28, 'https://mrarif.me/drywallmanllc/?p=57', 0, 'revision', '', 0),
(56, 1, '2026-07-30 07:41:50', '2026-07-30 07:41:50', '', 'drywall-man-logo-preview (1)', '', 'inherit', 'closed', 'closed', '', 'drywall-man-logo-preview-1', '', '', '2026-07-30 07:41:50', '2026-07-30 07:41:50', '', 28, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/drywall-man-logo-preview-1.png', 0, 'attachment', 'image/png', 0),
(58, 1, '2026-07-30 07:42:23', '2026-07-30 07:42:23', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img width=\"1043\" height=\"280\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/drywall-man-logo-preview-1.png\" alt=\"\" />', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-07-30 07:42:23', '2026-07-30 07:42:23', '', 28, 'https://mrarif.me/drywallmanllc/?p=58', 0, 'revision', '', 0),
(49, 1, '2026-07-30 07:18:56', '2026-07-30 07:18:56', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img src=\"https://mrarif.me/drywallmanllc/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-07-30 07:18:56', '2026-07-30 07:18:56', '', 28, 'https://mrarif.me/drywallmanllc/?p=49', 0, 'revision', '', 0),
(44, 1, '2026-07-30 07:16:07', '2026-07-30 07:16:07', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/modernhomecarehh/\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/modernhomecarellc?fbclid=IwZXh0bgNhZW0CMTAAAR2vcF8ghFhyPcka4WAqv2s18S8Bmgs7v24ryKWPZSfs1S7ukdm-Tlgyn2Y_aem_wYugYGBVO_28k3uF4EikcA\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/@modernhomecare\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img src=\"https://mrarif.me/drywallmanllc/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-07-30 07:16:07', '2026-07-30 07:16:07', '', 28, 'https://mrarif.me/drywallmanllc/?p=44', 0, 'revision', '', 0),
(31, 1, '2026-07-30 07:15:25', '2026-07-30 07:15:25', '<a href=\"https://mrarif.me/drywallmanllc/\">\n							<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />								</a>\n													<p>Louisville\'s trusted drywall specialists.</p>					\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/thedrywallmanllc/\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n							<h5>Quick Links</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/drywallmanllc/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/drywallmanllc/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n											Projects\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n											Contact Us\n											</a>\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										Drywall Repair\n									</li>\n								<li>\n										Installation\n									</li>\n								<li>\n										Ceiling Repair\n									</li>\n								<li>\n										Water Damage\n									</li>\n								<li>\n										Texture Matching\n									</li>\n								<li>\n										Commercial\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Louisville, KY Business hours\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://tel;(502)3021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Phone:(502) 302-1480\n											</a>\n									</li>\n						</ul>\n				© 2026 The Drywall Man LLC | Website by Aldo / NUX Marketing', 'Footer', '', 'publish', 'closed', 'closed', '', 'footer', '', '', '2026-08-11 10:38:40', '2026-08-11 10:38:40', '', 0, 'https://mrarif.me/drywallmanllc/?post_type=elementor_library&#038;p=31', 0, 'elementor_library', '', 0),
(43, 1, '2026-07-30 07:16:01', '2026-07-30 07:16:01', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/modernhomecarehh/\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/modernhomecarellc?fbclid=IwZXh0bgNhZW0CMTAAAR2vcF8ghFhyPcka4WAqv2s18S8Bmgs7v24ryKWPZSfs1S7ukdm-Tlgyn2Y_aem_wYugYGBVO_28k3uF4EikcA\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/@modernhomecare\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img src=\"https://mrarif.me/drywallmanllc/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-07-30 07:16:01', '2026-07-30 07:16:01', '', 28, 'https://mrarif.me/drywallmanllc/?p=43', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(32, 1, '2026-07-30 07:07:37', '2026-07-30 07:07:37', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/modernhomecarehh/\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/modernhomecarellc?fbclid=IwZXh0bgNhZW0CMTAAAR2vcF8ghFhyPcka4WAqv2s18S8Bmgs7v24ryKWPZSfs1S7ukdm-Tlgyn2Y_aem_wYugYGBVO_28k3uF4EikcA\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/@modernhomecare\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img src=\"https://mrarif.me/drywallmanllc/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />																		<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.instagram.com/cffhealthcare/\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a href=\"https://twitter.com/cffhealthcare\" target=\"_blank\">\n						X-twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z\"></path></svg>					</a>\n					<a href=\"https://www.linkedin.com/cffhealthcare?_l=en_US\" target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a href=\"https://www.facebook.com/cffhealthcare\" target=\"_blank\">\n						Facebook\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n																	<img src=\"https://mrarif.me/drywallmanllc/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />																					<a role=\"button\">\n									Book Now \n					</a>\n						<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.</p>			<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Our Approach\n									</li>\n								<li>\n										Industries\n									</li>\n								<li>\n										Practice Areas\n									</li>\n								<li>\n										Resources\n									</li>\n								<li>\n										Free Checklists\n									</li>\n								<li>\n										Blog\n									</li>\n								<li>\n										Press\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Direct:  XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Privacy Statement\n									</li>\n								<li>\n										Accessibility Statement\n									</li>\n						</ul>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-07-30 07:07:37', '2026-07-30 07:07:37', '', 28, 'https://mrarif.me/drywallmanllc/?p=32', 0, 'revision', '', 0),
(295, 1, '2026-07-30 14:11:14', '2026-07-30 14:11:14', 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/cropped-drywall-man-logo-preview-1.png', 'cropped-drywall-man-logo-preview-1.png', '', 'inherit', 'closed', 'closed', '', 'cropped-drywall-man-logo-preview-1-png', '', '', '2026-07-30 14:11:14', '2026-07-30 14:11:14', '', 56, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/cropped-drywall-man-logo-preview-1.png', 0, 'attachment', 'image/png', 0),
(34, 1, '2026-07-30 07:15:37', '2026-07-30 07:15:37', '', 'svg-image-38-1.svg', '', 'inherit', 'closed', 'closed', '', 'svg-image-38-1-svg', '', '', '2026-07-30 07:15:37', '2026-07-30 07:15:37', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-38-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(35, 1, '2026-07-30 07:15:37', '2026-07-30 07:15:37', '', 'svg-image-42.svg', '', 'inherit', 'closed', 'closed', '', 'svg-image-42-svg', '', '', '2026-07-30 07:15:37', '2026-07-30 07:15:37', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-42.svg', 0, 'attachment', 'image/svg+xml', 0),
(36, 1, '2026-07-30 07:15:37', '2026-07-30 07:15:37', '', 'svg-image-41.svg', '', 'inherit', 'closed', 'closed', '', 'svg-image-41-svg', '', '', '2026-07-30 07:15:37', '2026-07-30 07:15:37', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-41.svg', 0, 'attachment', 'image/svg+xml', 0),
(37, 1, '2026-07-30 07:15:37', '2026-07-30 07:15:37', '', 'svg-image-40.svg', '', 'inherit', 'closed', 'closed', '', 'svg-image-40-svg', '', '', '2026-07-30 07:15:37', '2026-07-30 07:15:37', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-40.svg', 0, 'attachment', 'image/svg+xml', 0),
(38, 1, '2026-07-30 07:15:37', '2026-07-30 07:15:37', '', 'svg-image-39.svg', '', 'inherit', 'closed', 'closed', '', 'svg-image-39-svg', '', '', '2026-07-30 07:15:37', '2026-07-30 07:15:37', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-39.svg', 0, 'attachment', 'image/svg+xml', 0),
(50, 1, '2026-07-30 07:36:30', '2026-07-30 07:36:30', '', 'drywall-man-logo-preview', '', 'inherit', 'closed', 'closed', '', 'drywall-man-logo-preview', '', '', '2026-07-30 07:36:30', '2026-07-30 07:36:30', '', 28, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/drywall-man-logo-preview.png', 0, 'attachment', 'image/png', 0),
(52, 1, '2026-07-30 07:37:59', '2026-07-30 07:37:59', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img width=\"1040\" height=\"280\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/drywall-man-logo-preview.png\" alt=\"\" />', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-07-30 07:37:59', '2026-07-30 07:37:59', '', 28, 'https://mrarif.me/drywallmanllc/?p=52', 0, 'revision', '', 0),
(53, 1, '2026-07-30 07:39:15', '2026-07-30 07:39:15', '', 'drywall-man-logo', '', 'inherit', 'closed', 'closed', '', 'drywall-man-logo', '', '', '2026-07-30 07:39:15', '2026-07-30 07:39:15', '', 28, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/drywall-man-logo.svg', 0, 'attachment', 'image/svg+xml', 0),
(54, 1, '2026-07-30 07:39:24', '2026-07-30 07:39:24', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img width=\"680\" height=\"140\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/drywall-man-logo.svg\" alt=\"\" />', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-07-30 07:39:24', '2026-07-30 07:39:24', '', 28, 'https://mrarif.me/drywallmanllc/?p=54', 0, 'revision', '', 0),
(41, 1, '2026-07-30 07:15:53', '2026-07-30 07:15:53', '', 'Footer', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2026-07-30 07:15:53', '2026-07-30 07:15:53', '', 31, 'https://mrarif.me/drywallmanllc/?p=41', 0, 'revision', '', 0),
(47, 1, '2026-07-30 07:17:32', '2026-07-30 07:17:32', '<h3>The Drywall Man LLC\n</h3>		<p>Advancing Research, Empowering Discovery . Precision. Quality. Reliability.</p>			<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										Shop\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Research Article\n									</li>\n						</ul>\n							<h5>Support</h5>							<ul>\n							<li>\n										Contact Us\n									</li>\n								<li>\n										Your Account\n									</li>\n								<li>\n										Shipping &amp; Returns\n									</li>\n								<li>\n										Terms &amp; Conditions\n									</li>\n								<li>\n										Privacy Policy\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"mailto:support@pch.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										support@pch.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://tel;XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Phone:XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n				<p>© [copyright]. All Rights Reserved. Website Developed by <a style=\"color: #ffffff;\" href=\"https://devrivo.com/\" target=\"_blank\" rel=\"noopener\">Devrivo</a></p>		\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-38-1.svg\" alt=\"svg-image-38-1.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-42.svg\" alt=\"svg-image-42.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-41.svg\" alt=\"svg-image-41.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-40.svg\" alt=\"svg-image-40.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-39.svg\" alt=\"svg-image-39.svg\" />', 'Footer', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2026-07-30 07:17:32', '2026-07-30 07:17:32', '', 31, 'https://mrarif.me/drywallmanllc/?p=47', 0, 'revision', '', 0),
(46, 1, '2026-07-30 07:16:55', '2026-07-30 07:16:55', '<img width=\"913\" height=\"495\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/PCH-Logo.png\" alt=\"\" />													<p>Advancing Research, Empowering Discovery . Precision. Quality. Reliability.</p>			<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										Shop\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Research Article\n									</li>\n						</ul>\n							<h5>Support</h5>							<ul>\n							<li>\n										Contact Us\n									</li>\n								<li>\n										Your Account\n									</li>\n								<li>\n										Shipping &amp; Returns\n									</li>\n								<li>\n										Terms &amp; Conditions\n									</li>\n								<li>\n										Privacy Policy\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"mailto:support@pch.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										support@pch.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://tel;XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Phone:XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n				<p>© [copyright]. All Rights Reserved. Website Developed by <a style=\"color: #ffffff;\" href=\"https://devrivo.com/\" target=\"_blank\" rel=\"noopener\">Devrivo</a></p>		\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-38-1.svg\" alt=\"svg-image-38-1.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-42.svg\" alt=\"svg-image-42.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-41.svg\" alt=\"svg-image-41.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-40.svg\" alt=\"svg-image-40.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-39.svg\" alt=\"svg-image-39.svg\" />', 'Footer', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2026-07-30 07:16:55', '2026-07-30 07:16:55', '', 31, 'https://mrarif.me/drywallmanllc/?p=46', 0, 'revision', '', 0),
(45, 1, '2026-07-30 07:16:33', '2026-07-30 07:16:33', '<img width=\"913\" height=\"495\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/PCH-Logo.png\" alt=\"\" />													<p>Advancing Research, Empowering Discovery . Precision. Quality. Reliability.</p>			<h5>Quick Links</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/pch/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/pch/shop/\">\n											Shop\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/pch/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/pch/research-article/\">\n											Research Article\n											</a>\n									</li>\n						</ul>\n							<h5>Support</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/pch/contact-us/\">\n											Contact Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/pch/my-account/\">\n											Your Account\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/pch/shipping-returns/\">\n											Shipping &amp; Returns\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/pch/terms-conditions/\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/pch/privacy-policy/\">\n											Privacy Policy\n											</a>\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"mailto:support@pch.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										support@pch.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://tel;XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Phone:XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n				<p>© [copyright]. All Rights Reserved. Website Developed by <a style=\"color: #ffffff;\" href=\"https://devrivo.com/\" target=\"_blank\" rel=\"noopener\">Devrivo</a></p>		\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-38-1.svg\" alt=\"svg-image-38-1.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-42.svg\" alt=\"svg-image-42.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-41.svg\" alt=\"svg-image-41.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-40.svg\" alt=\"svg-image-40.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-39.svg\" alt=\"svg-image-39.svg\" />', 'Footer', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2026-07-30 07:16:33', '2026-07-30 07:16:33', '', 31, 'https://mrarif.me/drywallmanllc/?p=45', 0, 'revision', '', 0),
(42, 1, '2026-07-30 07:15:53', '2026-07-30 07:15:53', '<img width=\"913\" height=\"495\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/PCH-Logo.png\" alt=\"\" />													<p>Advancing Research, Empowering Discovery . Precision. Quality. Reliability.</p>			<h5>Quick Links</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/pch/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/pch/shop/\">\n											Shop\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/pch/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/pch/research-article/\">\n											Research Article\n											</a>\n									</li>\n						</ul>\n							<h5>Support</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/pch/contact-us/\">\n											Contact Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/pch/my-account/\">\n											Your Account\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/pch/shipping-returns/\">\n											Shipping &amp; Returns\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/pch/terms-conditions/\">\n											Terms &amp; Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/pch/privacy-policy/\">\n											Privacy Policy\n											</a>\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"mailto:support@pch.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										support@pch.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://tel;XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Phone:XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n				<p><strong><em>Disclaimer:</em></strong> All products are sold strictly for laboratory research purposes only and are not intended for human or veterinary use, consumption, therapeutic, or diagnostic applications. By purchasing, you confirm that you are legally permitted to handle these materials in compliance with all applicable laws and regulations. PCH disclaims all liability for misuse, improper handling, or regulatory non-compliance.</p><p>© [copyright]. All Rights Reserved. Website Developed by <a style=\"color: #ffffff;\" href=\"https://devrivo.com/\" target=\"_blank\" rel=\"noopener\">Devrivo</a></p>		\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-38-1.svg\" alt=\"svg-image-38-1.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-42.svg\" alt=\"svg-image-42.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-41.svg\" alt=\"svg-image-41.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-40.svg\" alt=\"svg-image-40.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-39.svg\" alt=\"svg-image-39.svg\" />', 'Footer', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2026-07-30 07:15:53', '2026-07-30 07:15:53', '', 31, 'https://mrarif.me/drywallmanllc/?p=42', 0, 'revision', '', 0),
(1013, 1, '2026-08-03 12:47:50', '2026-08-03 12:47:50', '<a href=\"https://mrarif.me/drywallmanllc/\">\n							<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />								</a>\n													<p>Louisville\'s trusted drywall specialists.</p>					\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n							<h5>Quick Links</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/drywallmanllc/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/drywallmanllc/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n											Projects\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n											Contact Us\n											</a>\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										Drywall Repair\n									</li>\n								<li>\n										Installation\n									</li>\n								<li>\n										Ceiling Repair\n									</li>\n								<li>\n										Water Damage\n									</li>\n								<li>\n										Texture Matching\n									</li>\n								<li>\n										Commercial\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Louisville, KY Business hours\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://tel;(502)3021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Phone:(502) 302-1480\n											</a>\n									</li>\n						</ul>\n				© 2026 The Drywall Man LLC | Website by Aldo / NUX Marketing', 'Footer', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2026-08-03 12:47:50', '2026-08-03 12:47:50', '', 31, 'https://mrarif.me/drywallmanllc/?p=1013', 0, 'revision', '', 0),
(893, 1, '2026-08-01 12:33:08', '2026-08-01 12:33:08', '<a href=\"https://mrarif.me/drywallmanllc/\">\n							<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />								</a>\n													<p>Louisville\'s trusted drywall specialists.</p>					\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n							<h5>Quick Links</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/drywallmanllc/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/drywallmanllc/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n											Projects\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n											Contact Us\n											</a>\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										Drywall Repair\n									</li>\n								<li>\n										Installation\n									</li>\n								<li>\n										Ceiling Repair\n									</li>\n								<li>\n										Water Damage\n									</li>\n								<li>\n										Texture Matching\n									</li>\n								<li>\n										Commercial\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Louisville, KY Business hours\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://tel;(502)3021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Phone:(502) 302-1480\n											</a>\n									</li>\n						</ul>\n				<p>© [copyright]. All Rights Reserved. Website Developed by <a style=\"color: #ffffff;\" href=\"https://devrivo.com/\" target=\"_blank\" rel=\"noopener\">Devrivo</a></p>', 'Footer', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2026-08-01 12:33:08', '2026-08-01 12:33:08', '', 31, 'https://mrarif.me/drywallmanllc/?p=893', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(48, 1, '2026-07-30 07:18:43', '2026-07-30 07:18:43', '<h3>The Drywall Man LLC\n</h3>		<p>Louisville\'s trusted drywall specialists.</p>					\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n							<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										Shop\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Research Article\n									</li>\n						</ul>\n							<h5>Support</h5>							<ul>\n							<li>\n										Contact Us\n									</li>\n								<li>\n										Your Account\n									</li>\n								<li>\n										Shipping &amp; Returns\n									</li>\n								<li>\n										Terms &amp; Conditions\n									</li>\n								<li>\n										Privacy Policy\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"mailto:support@pch.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										support@pch.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://tel;XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Phone:XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n				<p>© [copyright]. All Rights Reserved. Website Developed by <a style=\"color: #ffffff;\" href=\"https://devrivo.com/\" target=\"_blank\" rel=\"noopener\">Devrivo</a></p>		\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-38-1.svg\" alt=\"svg-image-38-1.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-42.svg\" alt=\"svg-image-42.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-41.svg\" alt=\"svg-image-41.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-40.svg\" alt=\"svg-image-40.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-39.svg\" alt=\"svg-image-39.svg\" />', 'Footer', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2026-07-30 07:18:43', '2026-07-30 07:18:43', '', 31, 'https://mrarif.me/drywallmanllc/?p=48', 0, 'revision', '', 0),
(92, 1, '2026-07-30 07:58:11', '2026-07-30 07:58:11', '{\n    \"astra-settings[site-content-width]\": {\n        \"value\": 1240,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 07:58:11\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '82f280eb-7c15-41da-8f8d-e458c6f27f2f', '', '', '2026-07-30 07:58:11', '2026-07-30 07:58:11', '', 0, 'https://mrarif.me/drywallmanllc/82f280eb-7c15-41da-8f8d-e458c6f27f2f/', 0, 'customize_changeset', '', 0),
(93, 1, '2026-07-30 07:58:41', '2026-07-30 07:58:41', '{\n    \"astra-settings[site-layout-outside-bg-obj-responsive]\": {\n        \"value\": {\n            \"desktop\": {\n                \"background-color\": \"var(--ast-global-color-5)\",\n                \"background-image\": \"\",\n                \"background-repeat\": \"repeat\",\n                \"background-position\": \"center center\",\n                \"background-size\": \"auto\",\n                \"background-attachment\": \"scroll\",\n                \"background-type\": \"color\",\n                \"background-media\": \"\",\n                \"overlay-type\": \"\",\n                \"overlay-color\": \"\",\n                \"overlay-opacity\": \"\",\n                \"overlay-gradient\": \"\"\n            },\n            \"tablet\": {\n                \"background-color\": \"\",\n                \"background-image\": \"\",\n                \"background-repeat\": \"repeat\",\n                \"background-position\": \"center center\",\n                \"background-size\": \"auto\",\n                \"background-attachment\": \"scroll\",\n                \"background-type\": \"\",\n                \"background-media\": \"\",\n                \"overlay-type\": \"\",\n                \"overlay-color\": \"\",\n                \"overlay-opacity\": \"\",\n                \"overlay-gradient\": \"\"\n            },\n            \"mobile\": {\n                \"background-color\": \"\",\n                \"background-image\": \"\",\n                \"background-repeat\": \"repeat\",\n                \"background-position\": \"center center\",\n                \"background-size\": \"auto\",\n                \"background-attachment\": \"scroll\",\n                \"background-type\": \"\",\n                \"background-media\": \"\",\n                \"overlay-type\": \"\",\n                \"overlay-color\": \"\",\n                \"overlay-opacity\": \"\",\n                \"overlay-gradient\": \"\"\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 07:58:30\"\n    },\n    \"astra-settings[content-bg-obj-responsive]\": {\n        \"value\": {\n            \"desktop\": {\n                \"background-color\": \"var(--ast-global-color-4)\",\n                \"background-image\": \"\",\n                \"background-repeat\": \"repeat\",\n                \"background-position\": \"center center\",\n                \"background-size\": \"auto\",\n                \"background-attachment\": \"scroll\",\n                \"background-type\": \"color\",\n                \"background-media\": \"\",\n                \"overlay-type\": \"\",\n                \"overlay-color\": \"\",\n                \"overlay-opacity\": \"\",\n                \"overlay-gradient\": \"\"\n            },\n            \"tablet\": {\n                \"background-color\": \"var(--ast-global-color-4)\",\n                \"background-image\": \"\",\n                \"background-repeat\": \"repeat\",\n                \"background-position\": \"center center\",\n                \"background-size\": \"auto\",\n                \"background-attachment\": \"scroll\",\n                \"background-type\": \"color\",\n                \"background-media\": \"\",\n                \"overlay-type\": \"\",\n                \"overlay-color\": \"\",\n                \"overlay-opacity\": \"\",\n                \"overlay-gradient\": \"\"\n            },\n            \"mobile\": {\n                \"background-color\": \"var(--ast-global-color-4)\",\n                \"background-image\": \"\",\n                \"background-repeat\": \"repeat\",\n                \"background-position\": \"center center\",\n                \"background-size\": \"auto\",\n                \"background-attachment\": \"scroll\",\n                \"background-type\": \"color\",\n                \"background-media\": \"\",\n                \"overlay-type\": \"\",\n                \"overlay-color\": \"\",\n                \"overlay-opacity\": \"\",\n                \"overlay-gradient\": \"\"\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 07:58:30\"\n    },\n    \"astra-settings[global-color-palette]\": {\n        \"value\": {\n            \"palette\": [\n                \"#183a32\",\n                \"#4dbfb8\",\n                \"#1e293b\",\n                \"#334155\",\n                \"#FFFFFF\",\n                \"#F0F5FA\",\n                \"#111111\",\n                \"#D1D5DB\",\n                \"#111111\"\n            ],\n            \"flag\": false\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 07:58:41\"\n    },\n    \"astra-color-palettes\": {\n        \"value\": {\n            \"currentPalette\": \"palette_1\",\n            \"palettes\": {\n                \"palette_1\": [\n                    \"#183a32\",\n                    \"#4dbfb8\",\n                    \"#1e293b\",\n                    \"#334155\",\n                    \"#FFFFFF\",\n                    \"#F0F5FA\",\n                    \"#111111\",\n                    \"#D1D5DB\",\n                    \"#111111\"\n                ],\n                \"palette_2\": [\n                    \"#0067FF\",\n                    \"#005EE9\",\n                    \"#0F172A\",\n                    \"#364151\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#070614\",\n                    \"#D1DAE5\",\n                    \"#222222\"\n                ],\n                \"palette_3\": [\n                    \"#6528F7\",\n                    \"#5511F8\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#F2F0FE\",\n                    \"#0D0614\",\n                    \"#D8D8F5\",\n                    \"#222222\"\n                ],\n                \"palette_4\": [\n                    \"#0085FF\",\n                    \"#0177E3\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#212A37\",\n                    \"#0F172A\",\n                    \"#4F5B62\",\n                    \"#070614\",\n                    \"#222222\"\n                ]\n            },\n            \"presets\": {\n                \"Oak\": [\n                    \"#0067FF\",\n                    \"#005EE9\",\n                    \"#0F172A\",\n                    \"#364151\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#070614\",\n                    \"#D1DAE5\",\n                    \"#222222\"\n                ],\n                \"Viola\": [\n                    \"#6528F7\",\n                    \"#5511F8\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#F2F0FE\",\n                    \"#0D0614\",\n                    \"#D8D8F5\",\n                    \"#222222\"\n                ],\n                \"Cedar\": [\n                    \"#DD183B\",\n                    \"#CC1939\",\n                    \"#0F172A\",\n                    \"#3A3A3A\",\n                    \"#FFFFFF\",\n                    \"#FFEDE6\",\n                    \"#140609\",\n                    \"#FFD1BF\",\n                    \"#222222\"\n                ],\n                \"Willow\": [\n                    \"#54B435\",\n                    \"#379237\",\n                    \"#0F172A\",\n                    \"#2F3B40\",\n                    \"#FFFFFF\",\n                    \"#EDFBE2\",\n                    \"#0C1406\",\n                    \"#D5EAD8\",\n                    \"#222222\"\n                ],\n                \"Lily\": [\n                    \"#DCA54A\",\n                    \"#D09A40\",\n                    \"#0F172A\",\n                    \"#4A4A4A\",\n                    \"#FFFFFF\",\n                    \"#FAF5E5\",\n                    \"#141004\",\n                    \"#F0E6C5\",\n                    \"#222222\"\n                ],\n                \"Rose\": [\n                    \"#FB5FAB\",\n                    \"#EA559D\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#FCEEF5\",\n                    \"#140610\",\n                    \"#FAD8E9\",\n                    \"#222222\"\n                ],\n                \"Sage\": [\n                    \"#1B9C85\",\n                    \"#178E79\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#EDF6EE\",\n                    \"#06140C\",\n                    \"#D4F3D7\",\n                    \"#222222\"\n                ],\n                \"Flare\": [\n                    \"#FD9800\",\n                    \"#E98C00\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#FEF9E1\",\n                    \"#141006\",\n                    \"#F9F0C8\",\n                    \"#222222\"\n                ],\n                \"Maple\": [\n                    \"#FF6210\",\n                    \"#F15808\",\n                    \"#1C0D0A\",\n                    \"#353535\",\n                    \"#FFFFFF\",\n                    \"#FEF1E4\",\n                    \"#140B06\",\n                    \"#E5D7D1\",\n                    \"#222222\"\n                ],\n                \"Birch\": [\n                    \"#737880\",\n                    \"#65696F\",\n                    \"#151616\",\n                    \"#393C40\",\n                    \"#FFFFFF\",\n                    \"#F6F6F6\",\n                    \"#232529\",\n                    \"#F1F0F0\",\n                    \"#222222\"\n                ],\n                \"Dark\": [\n                    \"#0085FF\",\n                    \"#0177E3\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#212A37\",\n                    \"#0F172A\",\n                    \"#4F5B62\",\n                    \"#070614\",\n                    \"#222222\"\n                ]\n            },\n            \"presetNames\": {\n                \"palette_1\": null,\n                \"palette_2\": \"Oak\",\n                \"palette_3\": \"Viola\",\n                \"palette_4\": \"Dark\"\n            },\n            \"flag\": false\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 07:58:41\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'c2d173cd-0303-47f8-9b22-c0032a1a52be', '', '', '2026-07-30 07:58:41', '2026-07-30 07:58:41', '', 0, 'https://mrarif.me/drywallmanllc/?p=93', 0, 'customize_changeset', '', 0),
(94, 1, '2026-07-30 07:59:06', '2026-07-30 07:59:06', '{\n    \"astra-settings[global-color-palette]\": {\n        \"value\": {\n            \"palette\": [\n                \"#183a32\",\n                \"#0e7a6c\",\n                \"#1e293b\",\n                \"#334155\",\n                \"#FFFFFF\",\n                \"#F0F5FA\",\n                \"#111111\",\n                \"#D1D5DB\",\n                \"#111111\"\n            ],\n            \"flag\": true\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 07:59:06\"\n    },\n    \"astra-color-palettes\": {\n        \"value\": {\n            \"currentPalette\": \"palette_1\",\n            \"palettes\": {\n                \"palette_1\": [\n                    \"#183a32\",\n                    \"#0e7a6c\",\n                    \"#1e293b\",\n                    \"#334155\",\n                    \"#FFFFFF\",\n                    \"#F0F5FA\",\n                    \"#111111\",\n                    \"#D1D5DB\",\n                    \"#111111\"\n                ],\n                \"palette_2\": [\n                    \"#0067FF\",\n                    \"#005EE9\",\n                    \"#0F172A\",\n                    \"#364151\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#070614\",\n                    \"#D1DAE5\",\n                    \"#222222\"\n                ],\n                \"palette_3\": [\n                    \"#6528F7\",\n                    \"#5511F8\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#F2F0FE\",\n                    \"#0D0614\",\n                    \"#D8D8F5\",\n                    \"#222222\"\n                ],\n                \"palette_4\": [\n                    \"#0085FF\",\n                    \"#0177E3\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#212A37\",\n                    \"#0F172A\",\n                    \"#4F5B62\",\n                    \"#070614\",\n                    \"#222222\"\n                ]\n            },\n            \"presets\": {\n                \"Oak\": [\n                    \"#0067FF\",\n                    \"#005EE9\",\n                    \"#0F172A\",\n                    \"#364151\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#070614\",\n                    \"#D1DAE5\",\n                    \"#222222\"\n                ],\n                \"Viola\": [\n                    \"#6528F7\",\n                    \"#5511F8\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#F2F0FE\",\n                    \"#0D0614\",\n                    \"#D8D8F5\",\n                    \"#222222\"\n                ],\n                \"Cedar\": [\n                    \"#DD183B\",\n                    \"#CC1939\",\n                    \"#0F172A\",\n                    \"#3A3A3A\",\n                    \"#FFFFFF\",\n                    \"#FFEDE6\",\n                    \"#140609\",\n                    \"#FFD1BF\",\n                    \"#222222\"\n                ],\n                \"Willow\": [\n                    \"#54B435\",\n                    \"#379237\",\n                    \"#0F172A\",\n                    \"#2F3B40\",\n                    \"#FFFFFF\",\n                    \"#EDFBE2\",\n                    \"#0C1406\",\n                    \"#D5EAD8\",\n                    \"#222222\"\n                ],\n                \"Lily\": [\n                    \"#DCA54A\",\n                    \"#D09A40\",\n                    \"#0F172A\",\n                    \"#4A4A4A\",\n                    \"#FFFFFF\",\n                    \"#FAF5E5\",\n                    \"#141004\",\n                    \"#F0E6C5\",\n                    \"#222222\"\n                ],\n                \"Rose\": [\n                    \"#FB5FAB\",\n                    \"#EA559D\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#FCEEF5\",\n                    \"#140610\",\n                    \"#FAD8E9\",\n                    \"#222222\"\n                ],\n                \"Sage\": [\n                    \"#1B9C85\",\n                    \"#178E79\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#EDF6EE\",\n                    \"#06140C\",\n                    \"#D4F3D7\",\n                    \"#222222\"\n                ],\n                \"Flare\": [\n                    \"#FD9800\",\n                    \"#E98C00\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#FEF9E1\",\n                    \"#141006\",\n                    \"#F9F0C8\",\n                    \"#222222\"\n                ],\n                \"Maple\": [\n                    \"#FF6210\",\n                    \"#F15808\",\n                    \"#1C0D0A\",\n                    \"#353535\",\n                    \"#FFFFFF\",\n                    \"#FEF1E4\",\n                    \"#140B06\",\n                    \"#E5D7D1\",\n                    \"#222222\"\n                ],\n                \"Birch\": [\n                    \"#737880\",\n                    \"#65696F\",\n                    \"#151616\",\n                    \"#393C40\",\n                    \"#FFFFFF\",\n                    \"#F6F6F6\",\n                    \"#232529\",\n                    \"#F1F0F0\",\n                    \"#222222\"\n                ],\n                \"Dark\": [\n                    \"#0085FF\",\n                    \"#0177E3\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#212A37\",\n                    \"#0F172A\",\n                    \"#4F5B62\",\n                    \"#070614\",\n                    \"#222222\"\n                ]\n            },\n            \"presetNames\": {\n                \"palette_1\": null,\n                \"palette_2\": \"Oak\",\n                \"palette_3\": \"Viola\",\n                \"palette_4\": \"Dark\"\n            },\n            \"flag\": true\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 07:59:06\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'a2a96ec2-fb9f-47b6-bf36-0461f96c98d5', '', '', '2026-07-30 07:59:06', '2026-07-30 07:59:06', '', 0, 'https://mrarif.me/drywallmanllc/a2a96ec2-fb9f-47b6-bf36-0461f96c98d5/', 0, 'customize_changeset', '', 0),
(95, 1, '2026-07-30 08:00:33', '2026-07-30 08:00:33', '{\n    \"astra-settings[button-bg-color]\": {\n        \"value\": \"var(--ast-global-color-1)\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 07:59:34\"\n    },\n    \"astra-settings[button-color]\": {\n        \"value\": \"var(--ast-global-color-4)\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 08:00:32\"\n    },\n    \"astra-settings[button-h-color]\": {\n        \"value\": \"var(--ast-global-color-4)\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 08:00:32\"\n    },\n    \"astra-settings[button-bg-h-color]\": {\n        \"value\": \"#0a5a50\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 08:00:32\"\n    },\n    \"astra-settings[theme-button-padding]\": {\n        \"value\": {\n            \"desktop\": {\n                \"top\": \"18\",\n                \"right\": \"30\",\n                \"bottom\": \"18\",\n                \"left\": \"30\"\n            },\n            \"tablet\": {\n                \"top\": 14,\n                \"right\": 28,\n                \"bottom\": 14,\n                \"left\": 28\n            },\n            \"mobile\": {\n                \"top\": 12,\n                \"right\": 24,\n                \"bottom\": 12,\n                \"left\": 24\n            },\n            \"desktop-unit\": \"px\",\n            \"tablet-unit\": \"px\",\n            \"mobile-unit\": \"px\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 08:00:32\"\n    },\n    \"astra-settings[theme-button-border-group-border-size]\": {\n        \"value\": {\n            \"top\": \"0\",\n            \"right\": \"0\",\n            \"bottom\": \"0\",\n            \"left\": \"0\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 08:00:32\"\n    },\n    \"astra-settings[button-radius-fields]\": {\n        \"value\": {\n            \"desktop\": {\n                \"top\": \"0\",\n                \"right\": \"0\",\n                \"bottom\": \"0\",\n                \"left\": \"0\"\n            },\n            \"tablet\": {\n                \"top\": \"\",\n                \"right\": \"\",\n                \"bottom\": \"\",\n                \"left\": \"\"\n            },\n            \"mobile\": {\n                \"top\": \"\",\n                \"right\": \"\",\n                \"bottom\": \"\",\n                \"left\": \"\"\n            },\n            \"desktop-unit\": \"px\",\n            \"tablet-unit\": \"px\",\n            \"mobile-unit\": \"px\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 08:00:32\"\n    },\n    \"astra-settings[font-extras-button]\": {\n        \"value\": {\n            \"line-height\": 1,\n            \"line-height-unit\": \"em\",\n            \"letter-spacing\": \"0.5\",\n            \"letter-spacing-unit\": \"px\",\n            \"text-transform\": \"\",\n            \"text-decoration\": \"\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 08:00:33\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'a951977d-194b-473d-a667-3d44728cca3b', '', '', '2026-07-30 08:00:33', '2026-07-30 08:00:33', '', 0, 'https://mrarif.me/drywallmanllc/?p=95', 0, 'customize_changeset', '', 0),
(96, 1, '2026-07-30 09:34:15', '2026-07-30 09:34:15', '<h5>The Drywall Man LLC\n</h5>		<p>Louisville\'s trusted drywall specialists.</p>					\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n							<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										Shop\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Research Article\n									</li>\n						</ul>\n							<h5>Support</h5>							<ul>\n							<li>\n										Contact Us\n									</li>\n								<li>\n										Your Account\n									</li>\n								<li>\n										Shipping &amp; Returns\n									</li>\n								<li>\n										Terms &amp; Conditions\n									</li>\n								<li>\n										Privacy Policy\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"mailto:support@pch.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										support@pch.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://tel;XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Phone:XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n				<p>© [copyright]. All Rights Reserved. Website Developed by <a style=\"color: #ffffff;\" href=\"https://devrivo.com/\" target=\"_blank\" rel=\"noopener\">Devrivo</a></p>		\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-38-1.svg\" alt=\"svg-image-38-1.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-42.svg\" alt=\"svg-image-42.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-41.svg\" alt=\"svg-image-41.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-40.svg\" alt=\"svg-image-40.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-39.svg\" alt=\"svg-image-39.svg\" />', 'Footer', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2026-07-30 09:34:15', '2026-07-30 09:34:15', '', 31, 'https://mrarif.me/drywallmanllc/?p=96', 0, 'revision', '', 0),
(97, 1, '2026-07-30 09:36:38', '2026-07-30 09:36:38', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 09:36:38', '2026-07-30 09:36:38', '', 13, 'https://mrarif.me/drywallmanllc/?p=97', 0, 'revision', '', 0),
(98, 1, '2026-07-30 09:36:38', '2026-07-30 09:36:38', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 09:36:38', '2026-07-30 09:36:38', '', 13, 'https://mrarif.me/drywallmanllc/?p=98', 0, 'revision', '', 0),
(99, 1, '2026-07-30 09:36:38', '2026-07-30 09:36:38', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 09:36:38', '2026-07-30 09:36:38', '', 13, 'https://mrarif.me/drywallmanllc/?p=99', 0, 'revision', '', 0),
(100, 1, '2026-07-30 09:37:13', '2026-07-30 09:37:13', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 09:37:13', '2026-07-30 09:37:13', '', 13, 'https://mrarif.me/drywallmanllc/?p=100', 0, 'revision', '', 0),
(101, 1, '2026-07-30 09:37:13', '2026-07-30 09:37:13', '<h1>Your Walls &amp;\nCeilings — Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 09:37:13', '2026-07-30 09:37:13', '', 13, 'https://mrarif.me/drywallmanllc/?p=101', 0, 'revision', '', 0),
(103, 1, '2026-07-30 09:54:20', '2026-07-30 09:54:20', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 09:54:20', '2026-07-30 09:54:20', '', 13, 'https://mrarif.me/drywallmanllc/?p=103', 0, 'revision', '', 0),
(104, 1, '2026-07-30 09:54:20', '2026-07-30 09:54:20', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 09:54:20', '2026-07-30 09:54:20', '', 13, 'https://mrarif.me/drywallmanllc/?p=104', 0, 'revision', '', 0),
(108, 1, '2026-07-30 10:24:28', '2026-07-30 10:24:28', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n									<h5>\n							Research Use Only						\n					</h5>\n									<p>\n						For laboratory research purposes only.					</p>\n									<h6>\n							Fast &amp; Reliable Shipping						\n					</h6>\n									<p>\n						Quick processing and discreet delivery.					</p>\n									<h6>\n							Premium Quality						\n					</h6>\n									<p>\n						High purity peptides you can trust.					</p>\n									<h6>\n							3rd Party Lab Tested						\n					</h6>\n									<p>\n						Independent testing for purity and quality.					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:24:28', '2026-07-30 10:24:28', '', 13, 'https://mrarif.me/drywallmanllc/?p=108', 0, 'revision', '', 0),
(109, 1, '2026-07-30 10:25:57', '2026-07-30 10:25:57', '', 'checkmark_16703458 (1)', '', 'inherit', 'closed', 'closed', '', 'checkmark_16703458-1', '', '', '2026-07-30 10:25:57', '2026-07-30 10:25:57', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/checkmark_16703458-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(105, 1, '2026-07-30 09:54:20', '2026-07-30 09:54:20', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg>				\n									<h3>\n							This is the heading						\n					</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg>						\n								<h4>\n									Title								</h4>\n														<h5>\n								Subtitle							</h5>\n							Enter info box description						\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg>						\n								<h4>\n									Title								</h4>\n														<h5>\n								Subtitle							</h5>\n							Enter info box description', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 09:54:20', '2026-07-30 09:54:20', '', 13, 'https://mrarif.me/drywallmanllc/?p=105', 0, 'revision', '', 0),
(106, 1, '2026-07-30 10:24:28', '2026-07-30 10:24:28', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg>				\n									<h3>\n							This is the heading						\n					</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg>						\n								<h4>\n									Title								</h4>\n														<h5>\n								Subtitle							</h5>\n							Enter info box description						\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg>						\n								<h4>\n									Title								</h4>\n														<h5>\n								Subtitle							</h5>\n							Enter info box description', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:24:28', '2026-07-30 10:24:28', '', 13, 'https://mrarif.me/drywallmanllc/?p=106', 0, 'revision', '', 0),
(107, 1, '2026-07-30 10:24:28', '2026-07-30 10:24:28', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg>				\n									<h3>\n							This is the heading						\n					</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg>						\n								<h4>\n									Title								</h4>\n														<h5>\n								Subtitle							</h5>\n							Enter info box description						\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg>						\n								<h4>\n									Title								</h4>\n														<h5>\n								Subtitle							</h5>\n							Enter info box description', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:24:28', '2026-07-30 10:24:28', '', 13, 'https://mrarif.me/drywallmanllc/?p=107', 0, 'revision', '', 0),
(110, 1, '2026-07-30 10:27:20', '2026-07-30 10:27:20', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n									<h5>\n							Research Use Only						\n					</h5>\n									<p>\n						For laboratory research purposes only.					</p>\n									<h6>\n							Fast &amp; Reliable Shipping						\n					</h6>\n									<p>\n						Quick processing and discreet delivery.					</p>\n									<h6>\n							Premium Quality						\n					</h6>\n									<p>\n						High purity peptides you can trust.					</p>\n									<h6>\n							3rd Party Lab Tested						\n					</h6>\n									<p>\n						Independent testing for purity and quality.					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:27:20', '2026-07-30 10:27:20', '', 13, 'https://mrarif.me/drywallmanllc/?p=110', 0, 'revision', '', 0),
(111, 1, '2026-07-30 10:27:20', '2026-07-30 10:27:20', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n									<h5>\n							Research Use Only						\n					</h5>\n									<p>\n						For laboratory research purposes only.					</p>\n									<h6>\n							Fast &amp; Reliable Shipping						\n					</h6>\n									<p>\n						Quick processing and discreet delivery.					</p>\n									<h6>\n							Premium Quality						\n					</h6>\n									<p>\n						High purity peptides you can trust.					</p>\n									<h6>\n							3rd Party Lab Tested						\n					</h6>\n									<p>\n						Independent testing for purity and quality.					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:27:20', '2026-07-30 10:27:20', '', 13, 'https://mrarif.me/drywallmanllc/?p=111', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(112, 1, '2026-07-30 10:27:20', '2026-07-30 10:27:20', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Research Use Only						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Fast &amp; Reliable Shipping						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Premium Quality						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:27:20', '2026-07-30 10:27:20', '', 13, 'https://mrarif.me/drywallmanllc/?p=112', 0, 'revision', '', 0),
(113, 1, '2026-07-30 10:29:12', '2026-07-30 10:29:12', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Research Use Only						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Fast &amp; Reliable Shipping						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Premium Quality						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:29:12', '2026-07-30 10:29:12', '', 13, 'https://mrarif.me/drywallmanllc/?p=113', 0, 'revision', '', 0),
(114, 1, '2026-07-30 10:29:12', '2026-07-30 10:29:12', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Research Use Only						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Fast &amp; Reliable Shipping						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Premium Quality						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:29:12', '2026-07-30 10:29:12', '', 13, 'https://mrarif.me/drywallmanllc/?p=114', 0, 'revision', '', 0),
(115, 1, '2026-07-30 10:29:12', '2026-07-30 10:29:12', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Research Use Only						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Fast &amp; Reliable Shipping						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Premium Quality						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:29:12', '2026-07-30 10:29:12', '', 13, 'https://mrarif.me/drywallmanllc/?p=115', 0, 'revision', '', 0),
(116, 1, '2026-07-30 10:31:58', '2026-07-30 10:31:58', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Research Use Only						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Fast &amp; Reliable Shipping						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Premium Quality						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:31:58', '2026-07-30 10:31:58', '', 13, 'https://mrarif.me/drywallmanllc/?p=116', 0, 'revision', '', 0),
(117, 1, '2026-07-30 10:31:58', '2026-07-30 10:31:58', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Research Use Only						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Fast &amp; Reliable Shipping						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Premium Quality						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:31:58', '2026-07-30 10:31:58', '', 13, 'https://mrarif.me/drywallmanllc/?p=117', 0, 'revision', '', 0),
(118, 1, '2026-07-30 10:31:58', '2026-07-30 10:31:58', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:31:58', '2026-07-30 10:31:58', '', 13, 'https://mrarif.me/drywallmanllc/?p=118', 0, 'revision', '', 0),
(119, 1, '2026-07-30 10:32:13', '2026-07-30 10:32:13', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:32:13', '2026-07-30 10:32:13', '', 13, 'https://mrarif.me/drywallmanllc/?p=119', 0, 'revision', '', 0),
(120, 1, '2026-07-30 10:32:13', '2026-07-30 10:32:13', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:32:13', '2026-07-30 10:32:13', '', 13, 'https://mrarif.me/drywallmanllc/?p=120', 0, 'revision', '', 0),
(121, 1, '2026-07-30 10:32:13', '2026-07-30 10:32:13', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:32:13', '2026-07-30 10:32:13', '', 13, 'https://mrarif.me/drywallmanllc/?p=121', 0, 'revision', '', 0),
(122, 1, '2026-07-30 10:35:03', '2026-07-30 10:35:03', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:35:03', '2026-07-30 10:35:03', '', 13, 'https://mrarif.me/drywallmanllc/?p=122', 0, 'revision', '', 0),
(123, 1, '2026-07-30 10:35:03', '2026-07-30 10:35:03', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:35:03', '2026-07-30 10:35:03', '', 13, 'https://mrarif.me/drywallmanllc/?p=123', 0, 'revision', '', 0),
(124, 1, '2026-07-30 10:35:03', '2026-07-30 10:35:03', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:35:03', '2026-07-30 10:35:03', '', 13, 'https://mrarif.me/drywallmanllc/?p=124', 0, 'revision', '', 0),
(125, 1, '2026-07-30 10:35:43', '2026-07-30 10:35:43', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:35:43', '2026-07-30 10:35:43', '', 13, 'https://mrarif.me/drywallmanllc/?p=125', 0, 'revision', '', 0),
(126, 1, '2026-07-30 10:35:43', '2026-07-30 10:35:43', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:35:43', '2026-07-30 10:35:43', '', 13, 'https://mrarif.me/drywallmanllc/?p=126', 0, 'revision', '', 0),
(127, 1, '2026-07-30 10:35:43', '2026-07-30 10:35:43', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:35:43', '2026-07-30 10:35:43', '', 13, 'https://mrarif.me/drywallmanllc/?p=127', 0, 'revision', '', 0),
(128, 1, '2026-07-30 10:36:07', '2026-07-30 10:36:07', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:36:07', '2026-07-30 10:36:07', '', 13, 'https://mrarif.me/drywallmanllc/?p=128', 0, 'revision', '', 0),
(129, 1, '2026-07-30 10:36:07', '2026-07-30 10:36:07', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:36:07', '2026-07-30 10:36:07', '', 13, 'https://mrarif.me/drywallmanllc/?p=129', 0, 'revision', '', 0),
(130, 1, '2026-07-30 10:36:07', '2026-07-30 10:36:07', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:36:07', '2026-07-30 10:36:07', '', 13, 'https://mrarif.me/drywallmanllc/?p=130', 0, 'revision', '', 0),
(131, 1, '2026-07-30 10:36:52', '2026-07-30 10:36:52', '', 'phone-call_3059407 (1)', '', 'inherit', 'closed', 'closed', '', 'phone-call_3059407-1', '', '', '2026-07-30 10:36:52', '2026-07-30 10:36:52', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/phone-call_3059407-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(135, 1, '2026-07-30 10:39:39', '2026-07-30 10:39:39', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:39:39', '2026-07-30 10:39:39', '', 13, 'https://mrarif.me/drywallmanllc/?p=135', 0, 'revision', '', 0),
(133, 1, '2026-07-30 10:39:39', '2026-07-30 10:39:39', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:39:39', '2026-07-30 10:39:39', '', 13, 'https://mrarif.me/drywallmanllc/?p=133', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(134, 1, '2026-07-30 10:39:39', '2026-07-30 10:39:39', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"#\">\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:39:39', '2026-07-30 10:39:39', '', 13, 'https://mrarif.me/drywallmanllc/?p=134', 0, 'revision', '', 0),
(136, 1, '2026-07-30 10:56:01', '2026-07-30 10:56:01', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:56:01', '2026-07-30 10:56:01', '', 13, 'https://mrarif.me/drywallmanllc/?p=136', 0, 'revision', '', 0),
(137, 1, '2026-07-30 10:56:02', '2026-07-30 10:56:02', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:56:02', '2026-07-30 10:56:02', '', 13, 'https://mrarif.me/drywallmanllc/?p=137', 0, 'revision', '', 0),
(138, 1, '2026-07-30 10:56:02', '2026-07-30 10:56:02', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:56:02', '2026-07-30 10:56:02', '', 13, 'https://mrarif.me/drywallmanllc/?p=138', 0, 'revision', '', 0),
(139, 1, '2026-07-30 10:56:10', '2026-07-30 10:56:10', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:56:10', '2026-07-30 10:56:10', '', 13, 'https://mrarif.me/drywallmanllc/?p=139', 0, 'revision', '', 0),
(140, 1, '2026-07-30 10:56:10', '2026-07-30 10:56:10', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:56:10', '2026-07-30 10:56:10', '', 13, 'https://mrarif.me/drywallmanllc/?p=140', 0, 'revision', '', 0),
(141, 1, '2026-07-30 10:56:10', '2026-07-30 10:56:10', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:56:10', '2026-07-30 10:56:10', '', 13, 'https://mrarif.me/drywallmanllc/?p=141', 0, 'revision', '', 0),
(142, 1, '2026-07-30 10:56:16', '2026-07-30 10:56:16', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:56:16', '2026-07-30 10:56:16', '', 13, 'https://mrarif.me/drywallmanllc/?p=142', 0, 'revision', '', 0),
(143, 1, '2026-07-30 10:56:16', '2026-07-30 10:56:16', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:56:16', '2026-07-30 10:56:16', '', 13, 'https://mrarif.me/drywallmanllc/?p=143', 0, 'revision', '', 0),
(144, 1, '2026-07-30 10:56:16', '2026-07-30 10:56:16', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:56:16', '2026-07-30 10:56:16', '', 13, 'https://mrarif.me/drywallmanllc/?p=144', 0, 'revision', '', 0),
(145, 1, '2026-07-30 10:57:45', '2026-07-30 10:57:45', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:57:45', '2026-07-30 10:57:45', '', 13, 'https://mrarif.me/drywallmanllc/?p=145', 0, 'revision', '', 0),
(146, 1, '2026-07-30 10:57:45', '2026-07-30 10:57:45', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:57:45', '2026-07-30 10:57:45', '', 13, 'https://mrarif.me/drywallmanllc/?p=146', 0, 'revision', '', 0),
(147, 1, '2026-07-30 10:57:45', '2026-07-30 10:57:45', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:57:45', '2026-07-30 10:57:45', '', 13, 'https://mrarif.me/drywallmanllc/?p=147', 0, 'revision', '', 0),
(148, 1, '2026-07-30 10:58:25', '2026-07-30 10:58:25', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:58:25', '2026-07-30 10:58:25', '', 13, 'https://mrarif.me/drywallmanllc/?p=148', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(149, 1, '2026-07-30 10:58:25', '2026-07-30 10:58:25', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:58:25', '2026-07-30 10:58:25', '', 13, 'https://mrarif.me/drywallmanllc/?p=149', 0, 'revision', '', 0),
(150, 1, '2026-07-30 10:58:26', '2026-07-30 10:58:26', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://www.youtube.com/watch?v=XHOmBV4js_E', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 10:58:26', '2026-07-30 10:58:26', '', 13, 'https://mrarif.me/drywallmanllc/?p=150', 0, 'revision', '', 0),
(151, 1, '2026-07-30 11:01:47', '2026-07-30 11:01:47', '', '5936855_Pennsylvania_Suburban_1280x720', '', 'inherit', 'closed', 'closed', '', '5936855_pennsylvania_suburban_1280x720', '', '', '2026-07-30 11:01:47', '2026-07-30 11:01:47', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4', 0, 'attachment', 'video/mp4', 0),
(152, 1, '2026-07-30 11:03:08', '2026-07-30 11:03:08', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://www.youtube.com/watch?v=XHOmBV4js_E', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:03:08', '2026-07-30 11:03:08', '', 13, 'https://mrarif.me/drywallmanllc/?p=152', 0, 'revision', '', 0),
(153, 1, '2026-07-30 11:03:08', '2026-07-30 11:03:08', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://www.youtube.com/watch?v=XHOmBV4js_E', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:03:08', '2026-07-30 11:03:08', '', 13, 'https://mrarif.me/drywallmanllc/?p=153', 0, 'revision', '', 0),
(154, 1, '2026-07-30 11:03:09', '2026-07-30 11:03:09', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h2>Add Your Heading Text Here</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:03:09', '2026-07-30 11:03:09', '', 13, 'https://mrarif.me/drywallmanllc/?p=154', 0, 'revision', '', 0),
(155, 1, '2026-07-30 11:04:29', '2026-07-30 11:04:29', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h2>Add Your Heading Text Here</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:04:29', '2026-07-30 11:04:29', '', 13, 'https://mrarif.me/drywallmanllc/?p=155', 0, 'revision', '', 0),
(156, 1, '2026-07-30 11:04:29', '2026-07-30 11:04:29', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h2>Add Your Heading Text Here</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:04:29', '2026-07-30 11:04:29', '', 13, 'https://mrarif.me/drywallmanllc/?p=156', 0, 'revision', '', 0),
(157, 1, '2026-07-30 11:04:29', '2026-07-30 11:04:29', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:04:29', '2026-07-30 11:04:29', '', 13, 'https://mrarif.me/drywallmanllc/?p=157', 0, 'revision', '', 0),
(158, 1, '2026-07-30 11:04:39', '2026-07-30 11:04:39', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:04:39', '2026-07-30 11:04:39', '', 13, 'https://mrarif.me/drywallmanllc/?p=158', 0, 'revision', '', 0),
(159, 1, '2026-07-30 11:04:39', '2026-07-30 11:04:39', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:04:39', '2026-07-30 11:04:39', '', 13, 'https://mrarif.me/drywallmanllc/?p=159', 0, 'revision', '', 0),
(160, 1, '2026-07-30 11:04:39', '2026-07-30 11:04:39', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:04:39', '2026-07-30 11:04:39', '', 13, 'https://mrarif.me/drywallmanllc/?p=160', 0, 'revision', '', 0),
(161, 1, '2026-07-30 11:04:56', '2026-07-30 11:04:56', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:04:56', '2026-07-30 11:04:56', '', 13, 'https://mrarif.me/drywallmanllc/?p=161', 0, 'revision', '', 0),
(162, 1, '2026-07-30 11:04:56', '2026-07-30 11:04:56', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:04:56', '2026-07-30 11:04:56', '', 13, 'https://mrarif.me/drywallmanllc/?p=162', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(163, 1, '2026-07-30 11:04:56', '2026-07-30 11:04:56', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:04:56', '2026-07-30 11:04:56', '', 13, 'https://mrarif.me/drywallmanllc/?p=163', 0, 'revision', '', 0),
(164, 1, '2026-07-30 11:05:36', '2026-07-30 11:05:36', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:05:36', '2026-07-30 11:05:36', '', 13, 'https://mrarif.me/drywallmanllc/?p=164', 0, 'revision', '', 0),
(165, 1, '2026-07-30 11:05:36', '2026-07-30 11:05:36', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:05:36', '2026-07-30 11:05:36', '', 13, 'https://mrarif.me/drywallmanllc/?p=165', 0, 'revision', '', 0),
(166, 1, '2026-07-30 11:05:37', '2026-07-30 11:05:37', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:05:37', '2026-07-30 11:05:37', '', 13, 'https://mrarif.me/drywallmanllc/?p=166', 0, 'revision', '', 0),
(167, 1, '2026-07-30 11:07:53', '2026-07-30 11:07:53', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:07:53', '2026-07-30 11:07:53', '', 13, 'https://mrarif.me/drywallmanllc/?p=167', 0, 'revision', '', 0),
(168, 1, '2026-07-30 11:07:53', '2026-07-30 11:07:53', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:07:53', '2026-07-30 11:07:53', '', 13, 'https://mrarif.me/drywallmanllc/?p=168', 0, 'revision', '', 0),
(169, 1, '2026-07-30 11:07:53', '2026-07-30 11:07:53', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:07:53', '2026-07-30 11:07:53', '', 13, 'https://mrarif.me/drywallmanllc/?p=169', 0, 'revision', '', 0),
(170, 1, '2026-07-30 11:11:53', '2026-07-30 11:11:53', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:11:53', '2026-07-30 11:11:53', '', 13, 'https://mrarif.me/drywallmanllc/?p=170', 0, 'revision', '', 0),
(171, 1, '2026-07-30 11:11:54', '2026-07-30 11:11:54', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:11:54', '2026-07-30 11:11:54', '', 13, 'https://mrarif.me/drywallmanllc/?p=171', 0, 'revision', '', 0),
(172, 1, '2026-07-30 11:11:54', '2026-07-30 11:11:54', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Repair												</h4>\n											Holes, cracks, water damage — we match your existing texture perfectly.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Installation												</h4>\n											New construction or remodel — smooth, level walls ready to paint.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Ceiling Repair												</h4>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Texture Matching												</h4>\n											We blend seamlessly with your existing wall texture. No visible patches.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Water Damage Restoration 												</h4>\n											Remove damaged drywall and restore walls affected by leaks or flooding.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Commercial &amp; Residential												</h4>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:11:54', '2026-07-30 11:11:54', '', 13, 'https://mrarif.me/drywallmanllc/?p=172', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(173, 1, '2026-07-30 11:12:40', '2026-07-30 11:12:40', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Repair												</h4>\n											Holes, cracks, water damage — we match your existing texture perfectly.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Installation												</h4>\n											New construction or remodel — smooth, level walls ready to paint.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Ceiling Repair												</h4>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Texture Matching												</h4>\n											We blend seamlessly with your existing wall texture. No visible patches.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Water Damage Restoration 												</h4>\n											Remove damaged drywall and restore walls affected by leaks or flooding.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Commercial &amp; Residential												</h4>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:12:40', '2026-07-30 11:12:40', '', 13, 'https://mrarif.me/drywallmanllc/?p=173', 0, 'revision', '', 0),
(174, 1, '2026-07-30 11:12:40', '2026-07-30 11:12:40', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Repair												</h4>\n											Holes, cracks, water damage — we match your existing texture perfectly.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Installation												</h4>\n											New construction or remodel — smooth, level walls ready to paint.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Ceiling Repair												</h4>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Texture Matching												</h4>\n											We blend seamlessly with your existing wall texture. No visible patches.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Water Damage Restoration 												</h4>\n											Remove damaged drywall and restore walls affected by leaks or flooding.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Commercial &amp; Residential												</h4>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:12:40', '2026-07-30 11:12:40', '', 13, 'https://mrarif.me/drywallmanllc/?p=174', 0, 'revision', '', 0),
(175, 1, '2026-07-30 11:12:40', '2026-07-30 11:12:40', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Repair												</h4>\n											Holes, cracks, water damage — we match your existing texture perfectly.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Installation												</h4>\n											New construction or remodel — smooth, level walls ready to paint.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Ceiling Repair												</h4>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Texture Matching												</h4>\n											We blend seamlessly with your existing wall texture. No visible patches.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Water Damage Restoration 												</h4>\n											Remove damaged drywall and restore walls affected by leaks or flooding.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Commercial &amp; Residential												</h4>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:12:40', '2026-07-30 11:12:40', '', 13, 'https://mrarif.me/drywallmanllc/?p=175', 0, 'revision', '', 0),
(176, 1, '2026-07-30 11:13:04', '2026-07-30 11:13:04', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Repair												</h4>\n											Holes, cracks, water damage — we match your existing texture perfectly.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Installation												</h4>\n											New construction or remodel — smooth, level walls ready to paint.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Ceiling Repair												</h4>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Texture Matching												</h4>\n											We blend seamlessly with your existing wall texture. No visible patches.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Water Damage Restoration 												</h4>\n											Remove damaged drywall and restore walls affected by leaks or flooding.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Commercial &amp; Residential												</h4>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:13:04', '2026-07-30 11:13:04', '', 13, 'https://mrarif.me/drywallmanllc/?p=176', 0, 'revision', '', 0),
(177, 1, '2026-07-30 11:13:04', '2026-07-30 11:13:04', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Repair												</h4>\n											Holes, cracks, water damage — we match your existing texture perfectly.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Installation												</h4>\n											New construction or remodel — smooth, level walls ready to paint.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Ceiling Repair												</h4>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Texture Matching												</h4>\n											We blend seamlessly with your existing wall texture. No visible patches.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Water Damage Restoration 												</h4>\n											Remove damaged drywall and restore walls affected by leaks or flooding.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Commercial &amp; Residential												</h4>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:13:04', '2026-07-30 11:13:04', '', 13, 'https://mrarif.me/drywallmanllc/?p=177', 0, 'revision', '', 0),
(178, 1, '2026-07-30 11:13:04', '2026-07-30 11:13:04', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Repair												</h4>\n											Holes, cracks, water damage — we match your existing texture perfectly.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Installation												</h4>\n											New construction or remodel — smooth, level walls ready to paint.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Ceiling Repair												</h4>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Texture Matching												</h4>\n											We blend seamlessly with your existing wall texture. No visible patches.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Water Damage Restoration 												</h4>\n											Remove damaged drywall and restore walls affected by leaks or flooding.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Commercial &amp; Residential												</h4>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:13:04', '2026-07-30 11:13:04', '', 13, 'https://mrarif.me/drywallmanllc/?p=178', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(179, 1, '2026-07-30 11:13:17', '2026-07-30 11:13:17', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Repair												</h4>\n											Holes, cracks, water damage — we match your existing texture perfectly.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Installation												</h4>\n											New construction or remodel — smooth, level walls ready to paint.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Ceiling Repair												</h4>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Texture Matching												</h4>\n											We blend seamlessly with your existing wall texture. No visible patches.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Water Damage Restoration 												</h4>\n											Remove damaged drywall and restore walls affected by leaks or flooding.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Commercial &amp; Residential												</h4>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:13:17', '2026-07-30 11:13:17', '', 13, 'https://mrarif.me/drywallmanllc/?p=179', 0, 'revision', '', 0),
(180, 1, '2026-07-30 11:13:17', '2026-07-30 11:13:17', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Repair												</h4>\n											Holes, cracks, water damage — we match your existing texture perfectly.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Installation												</h4>\n											New construction or remodel — smooth, level walls ready to paint.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Ceiling Repair												</h4>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Texture Matching												</h4>\n											We blend seamlessly with your existing wall texture. No visible patches.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Water Damage Restoration 												</h4>\n											Remove damaged drywall and restore walls affected by leaks or flooding.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Commercial &amp; Residential												</h4>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:13:17', '2026-07-30 11:13:17', '', 13, 'https://mrarif.me/drywallmanllc/?p=180', 0, 'revision', '', 0),
(181, 1, '2026-07-30 11:13:17', '2026-07-30 11:13:17', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Repair												</h4>\n											Holes, cracks, water damage — we match your existing texture perfectly.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Installation												</h4>\n											New construction or remodel — smooth, level walls ready to paint.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Ceiling Repair												</h4>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Texture Matching												</h4>\n											We blend seamlessly with your existing wall texture. No visible patches.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Water Damage Restoration 												</h4>\n											Remove damaged drywall and restore walls affected by leaks or flooding.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Commercial &amp; Residential												</h4>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:13:17', '2026-07-30 11:13:17', '', 13, 'https://mrarif.me/drywallmanllc/?p=181', 0, 'revision', '', 0),
(182, 1, '2026-07-30 11:13:27', '2026-07-30 11:13:27', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Repair												</h4>\n											Holes, cracks, water damage — we match your existing texture perfectly.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Installation												</h4>\n											New construction or remodel — smooth, level walls ready to paint.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Ceiling Repair												</h4>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Texture Matching												</h4>\n											We blend seamlessly with your existing wall texture. No visible patches.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Water Damage Restoration 												</h4>\n											Remove damaged drywall and restore walls affected by leaks or flooding.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Commercial &amp; Residential												</h4>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:13:27', '2026-07-30 11:13:27', '', 13, 'https://mrarif.me/drywallmanllc/?p=182', 0, 'revision', '', 0),
(183, 1, '2026-07-30 11:13:27', '2026-07-30 11:13:27', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Repair												</h4>\n											Holes, cracks, water damage — we match your existing texture perfectly.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Drywall Installation												</h4>\n											New construction or remodel — smooth, level walls ready to paint.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Ceiling Repair												</h4>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Texture Matching												</h4>\n											We blend seamlessly with your existing wall texture. No visible patches.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Water Damage Restoration 												</h4>\n											Remove damaged drywall and restore walls affected by leaks or flooding.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													Commercial &amp; Residential												</h4>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:13:27', '2026-07-30 11:13:27', '', 13, 'https://mrarif.me/drywallmanllc/?p=183', 0, 'revision', '', 0),
(184, 1, '2026-07-30 11:13:27', '2026-07-30 11:13:27', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:13:27', '2026-07-30 11:13:27', '', 13, 'https://mrarif.me/drywallmanllc/?p=184', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(185, 1, '2026-07-30 11:13:58', '2026-07-30 11:13:58', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:13:58', '2026-07-30 11:13:58', '', 13, 'https://mrarif.me/drywallmanllc/?p=185', 0, 'revision', '', 0),
(186, 1, '2026-07-30 11:13:58', '2026-07-30 11:13:58', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:13:58', '2026-07-30 11:13:58', '', 13, 'https://mrarif.me/drywallmanllc/?p=186', 0, 'revision', '', 0),
(187, 1, '2026-07-30 11:13:58', '2026-07-30 11:13:58', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:13:58', '2026-07-30 11:13:58', '', 13, 'https://mrarif.me/drywallmanllc/?p=187', 0, 'revision', '', 0),
(188, 1, '2026-07-30 11:14:13', '2026-07-30 11:14:13', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:14:13', '2026-07-30 11:14:13', '', 13, 'https://mrarif.me/drywallmanllc/?p=188', 0, 'revision', '', 0),
(189, 1, '2026-07-30 11:14:13', '2026-07-30 11:14:13', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:14:13', '2026-07-30 11:14:13', '', 13, 'https://mrarif.me/drywallmanllc/?p=189', 0, 'revision', '', 0),
(190, 1, '2026-07-30 11:14:13', '2026-07-30 11:14:13', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:14:13', '2026-07-30 11:14:13', '', 13, 'https://mrarif.me/drywallmanllc/?p=190', 0, 'revision', '', 0),
(191, 1, '2026-07-30 11:15:19', '2026-07-30 11:15:19', '', 'spatula_2245725', '', 'inherit', 'closed', 'closed', '', 'spatula_2245725', '', '', '2026-07-30 11:15:19', '2026-07-30 11:15:19', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/spatula_2245725.svg', 0, 'attachment', 'image/svg+xml', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(192, 1, '2026-07-30 11:15:45', '2026-07-30 11:15:45', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:15:45', '2026-07-30 11:15:45', '', 13, 'https://mrarif.me/drywallmanllc/?p=192', 0, 'revision', '', 0),
(193, 1, '2026-07-30 11:15:45', '2026-07-30 11:15:45', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:15:45', '2026-07-30 11:15:45', '', 13, 'https://mrarif.me/drywallmanllc/?p=193', 0, 'revision', '', 0),
(194, 1, '2026-07-30 11:15:45', '2026-07-30 11:15:45', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:15:45', '2026-07-30 11:15:45', '', 13, 'https://mrarif.me/drywallmanllc/?p=194', 0, 'revision', '', 0),
(195, 1, '2026-07-30 11:15:51', '2026-07-30 11:15:51', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:15:51', '2026-07-30 11:15:51', '', 13, 'https://mrarif.me/drywallmanllc/?p=195', 0, 'revision', '', 0),
(196, 1, '2026-07-30 11:15:51', '2026-07-30 11:15:51', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:15:51', '2026-07-30 11:15:51', '', 13, 'https://mrarif.me/drywallmanllc/?p=196', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(197, 1, '2026-07-30 11:15:52', '2026-07-30 11:15:52', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 11:15:52', '2026-07-30 11:15:52', '', 13, 'https://mrarif.me/drywallmanllc/?p=197', 0, 'revision', '', 0),
(198, 1, '2026-07-30 11:32:04', '2026-07-30 11:32:04', '', 'paintbrush_10177140', '', 'inherit', 'closed', 'closed', '', 'paintbrush_10177140', '', '', '2026-07-30 11:32:04', '2026-07-30 11:32:04', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/paintbrush_10177140.svg', 0, 'attachment', 'image/svg+xml', 0),
(206, 1, '2026-07-30 12:29:28', '2026-07-30 12:29:28', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:29:28', '2026-07-30 12:29:28', '', 13, 'https://mrarif.me/drywallmanllc/?p=206', 0, 'revision', '', 0),
(200, 1, '2026-07-30 12:08:30', '2026-07-30 12:08:30', '', 'hanging-bulb_15265897', '', 'inherit', 'closed', 'closed', '', 'hanging-bulb_15265897', '', '', '2026-07-30 12:08:30', '2026-07-30 12:08:30', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/hanging-bulb_15265897.svg', 0, 'attachment', 'image/svg+xml', 0),
(201, 1, '2026-07-30 12:23:19', '2026-07-30 12:23:19', '', 'call_14213939', '', 'inherit', 'closed', 'closed', '', 'call_14213939', '', '', '2026-07-30 12:23:19', '2026-07-30 12:23:19', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/call_14213939.svg', 0, 'attachment', 'image/svg+xml', 0),
(202, 1, '2026-07-30 12:25:13', '2026-07-30 12:25:13', '', 'house-control_7803007', '', 'inherit', 'closed', 'closed', '', 'house-control_7803007', '', '', '2026-07-30 12:25:13', '2026-07-30 12:25:13', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/house-control_7803007.svg', 0, 'attachment', 'image/svg+xml', 0),
(203, 1, '2026-07-30 12:29:23', '2026-07-30 12:29:23', '', 'villa_9939629', '', 'inherit', 'closed', 'closed', '', 'villa_9939629', '', '', '2026-07-30 12:29:23', '2026-07-30 12:29:23', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/villa_9939629.svg', 0, 'attachment', 'image/svg+xml', 0),
(204, 1, '2026-07-30 12:29:27', '2026-07-30 12:29:27', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:29:27', '2026-07-30 12:29:27', '', 13, 'https://mrarif.me/drywallmanllc/?p=204', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(205, 1, '2026-07-30 12:29:27', '2026-07-30 12:29:27', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:29:27', '2026-07-30 12:29:27', '', 13, 'https://mrarif.me/drywallmanllc/?p=205', 0, 'revision', '', 0),
(207, 1, '2026-07-30 12:34:35', '2026-07-30 12:34:35', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:34:35', '2026-07-30 12:34:35', '', 13, 'https://mrarif.me/drywallmanllc/?p=207', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(208, 1, '2026-07-30 12:34:35', '2026-07-30 12:34:35', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:34:35', '2026-07-30 12:34:35', '', 13, 'https://mrarif.me/drywallmanllc/?p=208', 0, 'revision', '', 0),
(209, 1, '2026-07-30 12:34:35', '2026-07-30 12:34:35', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:34:35', '2026-07-30 12:34:35', '', 13, 'https://mrarif.me/drywallmanllc/?p=209', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(210, 1, '2026-07-30 12:35:50', '2026-07-30 12:35:50', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:35:50', '2026-07-30 12:35:50', '', 13, 'https://mrarif.me/drywallmanllc/?p=210', 0, 'revision', '', 0),
(211, 1, '2026-07-30 12:35:50', '2026-07-30 12:35:50', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:35:50', '2026-07-30 12:35:50', '', 13, 'https://mrarif.me/drywallmanllc/?p=211', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(212, 1, '2026-07-30 12:35:51', '2026-07-30 12:35:51', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:35:51', '2026-07-30 12:35:51', '', 13, 'https://mrarif.me/drywallmanllc/?p=212', 0, 'revision', '', 0),
(213, 1, '2026-07-30 12:35:57', '2026-07-30 12:35:57', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:35:57', '2026-07-30 12:35:57', '', 13, 'https://mrarif.me/drywallmanllc/?p=213', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(214, 1, '2026-07-30 12:35:57', '2026-07-30 12:35:57', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:35:57', '2026-07-30 12:35:57', '', 13, 'https://mrarif.me/drywallmanllc/?p=214', 0, 'revision', '', 0),
(215, 1, '2026-07-30 12:35:57', '2026-07-30 12:35:57', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:35:57', '2026-07-30 12:35:57', '', 13, 'https://mrarif.me/drywallmanllc/?p=215', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(216, 1, '2026-07-30 12:37:43', '2026-07-30 12:37:43', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:37:43', '2026-07-30 12:37:43', '', 13, 'https://mrarif.me/drywallmanllc/?p=216', 0, 'revision', '', 0),
(217, 1, '2026-07-30 12:37:43', '2026-07-30 12:37:43', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:37:43', '2026-07-30 12:37:43', '', 13, 'https://mrarif.me/drywallmanllc/?p=217', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(221, 1, '2026-07-30 12:44:20', '2026-07-30 12:44:20', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													01												</h4>\n																						<h6>\n												RE Q U E S T Y O U R E S TIMATE											</h6>\n											<p>Enter info box description</p>										\n					<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>				\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:44:20', '2026-07-30 12:44:20', '', 13, 'https://mrarif.me/drywallmanllc/?p=221', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(218, 1, '2026-07-30 12:37:43', '2026-07-30 12:37:43', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:37:43', '2026-07-30 12:37:43', '', 13, 'https://mrarif.me/drywallmanllc/?p=218', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(219, 1, '2026-07-30 12:44:20', '2026-07-30 12:44:20', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:44:20', '2026-07-30 12:44:20', '', 13, 'https://mrarif.me/drywallmanllc/?p=219', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(220, 1, '2026-07-30 12:44:20', '2026-07-30 12:44:20', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:44:20', '2026-07-30 12:44:20', '', 13, 'https://mrarif.me/drywallmanllc/?p=220', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(222, 1, '2026-07-30 12:46:13', '2026-07-30 12:46:13', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													01												</h4>\n																						<h6>\n												RE Q U E S T Y O U R E S TIMATE											</h6>\n											<p>Enter info box description</p>										\n					<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>				\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:46:13', '2026-07-30 12:46:13', '', 13, 'https://mrarif.me/drywallmanllc/?p=222', 0, 'revision', '', 0),
(223, 1, '2026-07-30 12:46:13', '2026-07-30 12:46:13', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													01												</h4>\n																						<h6>\n												RE Q U E S T Y O U R E S TIMATE											</h6>\n											<p>Enter info box description</p>										\n					<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\"></path></svg>				\n					<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>				\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:46:13', '2026-07-30 12:46:13', '', 13, 'https://mrarif.me/drywallmanllc/?p=223', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(230, 1, '2026-07-30 12:47:01', '2026-07-30 12:47:01', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h5>\n												RE Q U E S T Y O U R E S TIMATE											</h5>\n											Call, text, or fill out the form online. Jaime\nwill get back to you fast — usually same\nday.										\n												<h4>\n													02												</h4>\n																						<h5>\n												WE C OME T O Y O U											</h5>\n											Jaime visits your home or property,\nassesses the work, and gives you a clear,\nhonest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h5>\n												C LEA N WO RK, D O N E RI G H T											</h5>\n											We complete the job on schedule, clean up\ncompletely, and leave your walls smooth\nand ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:47:01', '2026-07-30 12:47:01', '', 13, 'https://mrarif.me/drywallmanllc/?p=230', 0, 'revision', '', 0),
(224, 1, '2026-07-30 12:46:13', '2026-07-30 12:46:13', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													01												</h4>\n																						<h5>\n												RE Q U E S T Y O U R E S TIMATE											</h5>\n											Call, text, or fill out the form online. Jaime\nwill get back to you fast — usually same\nday.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													01												</h4>\n																						<h5>\n												RE Q U E S T Y O U R E S TIMATE											</h5>\n											<p>Call, text, or fill out the form online. Jaime<br />will get back to you fast — usually same<br />day.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													01												</h4>\n																						<h5>\n												RE Q U E S T Y O U R E S TIMATE											</h5>\n											<p>Call, text, or fill out the form online. Jaime<br />will get back to you fast — usually same<br />day.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:46:13', '2026-07-30 12:46:13', '', 13, 'https://mrarif.me/drywallmanllc/?p=224', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(225, 1, '2026-07-30 12:46:48', '2026-07-30 12:46:48', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													01												</h4>\n																						<h5>\n												RE Q U E S T Y O U R E S TIMATE											</h5>\n											Call, text, or fill out the form online. Jaime\nwill get back to you fast — usually same\nday.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													01												</h4>\n																						<h5>\n												RE Q U E S T Y O U R E S TIMATE											</h5>\n											<p>Call, text, or fill out the form online. Jaime<br />will get back to you fast — usually same<br />day.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													01												</h4>\n																						<h5>\n												RE Q U E S T Y O U R E S TIMATE											</h5>\n											<p>Call, text, or fill out the form online. Jaime<br />will get back to you fast — usually same<br />day.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:46:48', '2026-07-30 12:46:48', '', 13, 'https://mrarif.me/drywallmanllc/?p=225', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(226, 1, '2026-07-30 12:46:48', '2026-07-30 12:46:48', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													01												</h4>\n																						<h5>\n												RE Q U E S T Y O U R E S TIMATE											</h5>\n											Call, text, or fill out the form online. Jaime\nwill get back to you fast — usually same\nday.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													01												</h4>\n																						<h5>\n												RE Q U E S T Y O U R E S TIMATE											</h5>\n											<p>Call, text, or fill out the form online. Jaime<br />will get back to you fast — usually same<br />day.</p>										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													01												</h4>\n																						<h5>\n												RE Q U E S T Y O U R E S TIMATE											</h5>\n											<p>Call, text, or fill out the form online. Jaime<br />will get back to you fast — usually same<br />day.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:46:48', '2026-07-30 12:46:48', '', 13, 'https://mrarif.me/drywallmanllc/?p=226', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(227, 1, '2026-07-30 12:46:48', '2026-07-30 12:46:48', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													01												</h4>\n																						<h5>\n												RE Q U E S T Y O U R E S TIMATE											</h5>\n											Call, text, or fill out the form online. Jaime\nwill get back to you fast — usually same\nday.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													02												</h4>\n																						<h5>\n												WE C OME T O Y O U											</h5>\n											Jaime visits your home or property,\nassesses the work, and gives you a clear,\nhonest quote — no surprises.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													03												</h4>\n																						<h5>\n												C LEA N WO RK, D O N E RI G H T											</h5>\n											We complete the job on schedule, clean up\ncompletely, and leave your walls smooth\nand ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:46:48', '2026-07-30 12:46:48', '', 13, 'https://mrarif.me/drywallmanllc/?p=227', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(228, 1, '2026-07-30 12:47:01', '2026-07-30 12:47:01', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													01												</h4>\n																						<h5>\n												RE Q U E S T Y O U R E S TIMATE											</h5>\n											Call, text, or fill out the form online. Jaime\nwill get back to you fast — usually same\nday.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													02												</h4>\n																						<h5>\n												WE C OME T O Y O U											</h5>\n											Jaime visits your home or property,\nassesses the work, and gives you a clear,\nhonest quote — no surprises.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													03												</h4>\n																						<h5>\n												C LEA N WO RK, D O N E RI G H T											</h5>\n											We complete the job on schedule, clean up\ncompletely, and leave your walls smooth\nand ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:47:01', '2026-07-30 12:47:01', '', 13, 'https://mrarif.me/drywallmanllc/?p=228', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(229, 1, '2026-07-30 12:47:01', '2026-07-30 12:47:01', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													01												</h4>\n																						<h5>\n												RE Q U E S T Y O U R E S TIMATE											</h5>\n											Call, text, or fill out the form online. Jaime\nwill get back to you fast — usually same\nday.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													02												</h4>\n																						<h5>\n												WE C OME T O Y O U											</h5>\n											Jaime visits your home or property,\nassesses the work, and gives you a clear,\nhonest quote — no surprises.										\n									<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>							\n												<h4>\n													03												</h4>\n																						<h5>\n												C LEA N WO RK, D O N E RI G H T											</h5>\n											We complete the job on schedule, clean up\ncompletely, and leave your walls smooth\nand ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 12:47:01', '2026-07-30 12:47:01', '', 13, 'https://mrarif.me/drywallmanllc/?p=229', 0, 'revision', '', 0),
(231, 1, '2026-07-30 13:04:16', '2026-07-30 13:04:16', '{\n    \"astra-settings[global-color-palette]\": {\n        \"value\": {\n            \"palette\": [\n                \"#183a32\",\n                \"#0e7a6c\",\n                \"#1e293b\",\n                \"#334155\",\n                \"#FFFFFF\",\n                \"#F0F5FA\",\n                \"#111111\",\n                \"#D1D5DB\",\n                \"#4dbfb8\"\n            ],\n            \"flag\": false\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 13:04:16\"\n    },\n    \"astra-color-palettes\": {\n        \"value\": {\n            \"currentPalette\": \"palette_1\",\n            \"palettes\": {\n                \"palette_1\": [\n                    \"#183a32\",\n                    \"#0e7a6c\",\n                    \"#1e293b\",\n                    \"#334155\",\n                    \"#FFFFFF\",\n                    \"#F0F5FA\",\n                    \"#111111\",\n                    \"#D1D5DB\",\n                    \"#4dbfb8\"\n                ],\n                \"palette_2\": [\n                    \"#0067FF\",\n                    \"#005EE9\",\n                    \"#0F172A\",\n                    \"#364151\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#070614\",\n                    \"#D1DAE5\",\n                    \"#222222\"\n                ],\n                \"palette_3\": [\n                    \"#6528F7\",\n                    \"#5511F8\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#F2F0FE\",\n                    \"#0D0614\",\n                    \"#D8D8F5\",\n                    \"#222222\"\n                ],\n                \"palette_4\": [\n                    \"#0085FF\",\n                    \"#0177E3\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#212A37\",\n                    \"#0F172A\",\n                    \"#4F5B62\",\n                    \"#070614\",\n                    \"#222222\"\n                ]\n            },\n            \"presets\": {\n                \"Oak\": [\n                    \"#0067FF\",\n                    \"#005EE9\",\n                    \"#0F172A\",\n                    \"#364151\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#070614\",\n                    \"#D1DAE5\",\n                    \"#222222\"\n                ],\n                \"Viola\": [\n                    \"#6528F7\",\n                    \"#5511F8\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#F2F0FE\",\n                    \"#0D0614\",\n                    \"#D8D8F5\",\n                    \"#222222\"\n                ],\n                \"Cedar\": [\n                    \"#DD183B\",\n                    \"#CC1939\",\n                    \"#0F172A\",\n                    \"#3A3A3A\",\n                    \"#FFFFFF\",\n                    \"#FFEDE6\",\n                    \"#140609\",\n                    \"#FFD1BF\",\n                    \"#222222\"\n                ],\n                \"Willow\": [\n                    \"#54B435\",\n                    \"#379237\",\n                    \"#0F172A\",\n                    \"#2F3B40\",\n                    \"#FFFFFF\",\n                    \"#EDFBE2\",\n                    \"#0C1406\",\n                    \"#D5EAD8\",\n                    \"#222222\"\n                ],\n                \"Lily\": [\n                    \"#DCA54A\",\n                    \"#D09A40\",\n                    \"#0F172A\",\n                    \"#4A4A4A\",\n                    \"#FFFFFF\",\n                    \"#FAF5E5\",\n                    \"#141004\",\n                    \"#F0E6C5\",\n                    \"#222222\"\n                ],\n                \"Rose\": [\n                    \"#FB5FAB\",\n                    \"#EA559D\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#FCEEF5\",\n                    \"#140610\",\n                    \"#FAD8E9\",\n                    \"#222222\"\n                ],\n                \"Sage\": [\n                    \"#1B9C85\",\n                    \"#178E79\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#EDF6EE\",\n                    \"#06140C\",\n                    \"#D4F3D7\",\n                    \"#222222\"\n                ],\n                \"Flare\": [\n                    \"#FD9800\",\n                    \"#E98C00\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#FEF9E1\",\n                    \"#141006\",\n                    \"#F9F0C8\",\n                    \"#222222\"\n                ],\n                \"Maple\": [\n                    \"#FF6210\",\n                    \"#F15808\",\n                    \"#1C0D0A\",\n                    \"#353535\",\n                    \"#FFFFFF\",\n                    \"#FEF1E4\",\n                    \"#140B06\",\n                    \"#E5D7D1\",\n                    \"#222222\"\n                ],\n                \"Birch\": [\n                    \"#737880\",\n                    \"#65696F\",\n                    \"#151616\",\n                    \"#393C40\",\n                    \"#FFFFFF\",\n                    \"#F6F6F6\",\n                    \"#232529\",\n                    \"#F1F0F0\",\n                    \"#222222\"\n                ],\n                \"Dark\": [\n                    \"#0085FF\",\n                    \"#0177E3\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#212A37\",\n                    \"#0F172A\",\n                    \"#4F5B62\",\n                    \"#070614\",\n                    \"#222222\"\n                ]\n            },\n            \"presetNames\": {\n                \"palette_1\": null,\n                \"palette_2\": \"Oak\",\n                \"palette_3\": \"Viola\",\n                \"palette_4\": \"Dark\"\n            },\n            \"flag\": false\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 13:04:16\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '3c97716b-c4e7-43b0-a45f-759a89d15058', '', '', '2026-07-30 13:04:16', '2026-07-30 13:04:16', '', 0, 'https://mrarif.me/drywallmanllc/3c97716b-c4e7-43b0-a45f-759a89d15058/', 0, 'customize_changeset', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(232, 1, '2026-07-30 13:05:54', '2026-07-30 13:05:54', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h5>\n												RE Q U E S T Y O U R E S TIMATE											</h5>\n											Call, text, or fill out the form online. Jaime\nwill get back to you fast — usually same\nday.										\n												<h4>\n													02												</h4>\n																						<h5>\n												WE C OME T O Y O U											</h5>\n											Jaime visits your home or property,\nassesses the work, and gives you a clear,\nhonest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h5>\n												C LEA N WO RK, D O N E RI G H T											</h5>\n											We complete the job on schedule, clean up\ncompletely, and leave your walls smooth\nand ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:05:54', '2026-07-30 13:05:54', '', 13, 'https://mrarif.me/drywallmanllc/?p=232', 0, 'revision', '', 0),
(233, 1, '2026-07-30 13:05:54', '2026-07-30 13:05:54', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h5>\n												RE Q U E S T Y O U R E S TIMATE											</h5>\n											Call, text, or fill out the form online. Jaime\nwill get back to you fast — usually same\nday.										\n												<h4>\n													02												</h4>\n																						<h5>\n												WE C OME T O Y O U											</h5>\n											Jaime visits your home or property,\nassesses the work, and gives you a clear,\nhonest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h5>\n												C LEA N WO RK, D O N E RI G H T											</h5>\n											We complete the job on schedule, clean up\ncompletely, and leave your walls smooth\nand ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:05:54', '2026-07-30 13:05:54', '', 13, 'https://mrarif.me/drywallmanllc/?p=233', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(241, 1, '2026-07-30 13:14:14', '2026-07-30 13:14:14', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:14:14', '2026-07-30 13:14:14', '', 13, 'https://mrarif.me/drywallmanllc/?p=241', 0, 'revision', '', 0),
(234, 1, '2026-07-30 13:05:54', '2026-07-30 13:05:54', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h5>\n												 Request Your Estimate											</h5>\n											<p>Call, text, or fill out the form online. Jaime<br />will get back to you fast — usually same<br />day.</p>										\n												<h4>\n													02												</h4>\n																						<h5>\n												We Come To You											</h5>\n											<p>Jaime visits your home or property,<br />assesses the work, and gives you a clear,<br />honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h5>\n												Clean Work, Done Right											</h5>\n											<p>We complete the job on schedule, clean up<br />completely, and leave your walls smooth<br />and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:05:54', '2026-07-30 13:05:54', '', 13, 'https://mrarif.me/drywallmanllc/?p=234', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(235, 1, '2026-07-30 13:06:36', '2026-07-30 13:06:36', '{\n    \"astra-settings[global-color-palette]\": {\n        \"value\": {\n            \"palette\": [\n                \"#183a32\",\n                \"#4dbfb8\",\n                \"#1e293b\",\n                \"#334155\",\n                \"#FFFFFF\",\n                \"#F0F5FA\",\n                \"#111111\",\n                \"#D1D5DB\",\n                \"#0e7a6c\"\n            ],\n            \"flag\": false\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 13:06:36\"\n    },\n    \"astra-color-palettes\": {\n        \"value\": {\n            \"currentPalette\": \"palette_1\",\n            \"palettes\": {\n                \"palette_1\": [\n                    \"#183a32\",\n                    \"#4dbfb8\",\n                    \"#1e293b\",\n                    \"#334155\",\n                    \"#FFFFFF\",\n                    \"#F0F5FA\",\n                    \"#111111\",\n                    \"#D1D5DB\",\n                    \"#0e7a6c\"\n                ],\n                \"palette_2\": [\n                    \"#0067FF\",\n                    \"#005EE9\",\n                    \"#0F172A\",\n                    \"#364151\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#070614\",\n                    \"#D1DAE5\",\n                    \"#222222\"\n                ],\n                \"palette_3\": [\n                    \"#6528F7\",\n                    \"#5511F8\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#F2F0FE\",\n                    \"#0D0614\",\n                    \"#D8D8F5\",\n                    \"#222222\"\n                ],\n                \"palette_4\": [\n                    \"#0085FF\",\n                    \"#0177E3\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#212A37\",\n                    \"#0F172A\",\n                    \"#4F5B62\",\n                    \"#070614\",\n                    \"#222222\"\n                ]\n            },\n            \"presets\": {\n                \"Oak\": [\n                    \"#0067FF\",\n                    \"#005EE9\",\n                    \"#0F172A\",\n                    \"#364151\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#070614\",\n                    \"#D1DAE5\",\n                    \"#222222\"\n                ],\n                \"Viola\": [\n                    \"#6528F7\",\n                    \"#5511F8\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#F2F0FE\",\n                    \"#0D0614\",\n                    \"#D8D8F5\",\n                    \"#222222\"\n                ],\n                \"Cedar\": [\n                    \"#DD183B\",\n                    \"#CC1939\",\n                    \"#0F172A\",\n                    \"#3A3A3A\",\n                    \"#FFFFFF\",\n                    \"#FFEDE6\",\n                    \"#140609\",\n                    \"#FFD1BF\",\n                    \"#222222\"\n                ],\n                \"Willow\": [\n                    \"#54B435\",\n                    \"#379237\",\n                    \"#0F172A\",\n                    \"#2F3B40\",\n                    \"#FFFFFF\",\n                    \"#EDFBE2\",\n                    \"#0C1406\",\n                    \"#D5EAD8\",\n                    \"#222222\"\n                ],\n                \"Lily\": [\n                    \"#DCA54A\",\n                    \"#D09A40\",\n                    \"#0F172A\",\n                    \"#4A4A4A\",\n                    \"#FFFFFF\",\n                    \"#FAF5E5\",\n                    \"#141004\",\n                    \"#F0E6C5\",\n                    \"#222222\"\n                ],\n                \"Rose\": [\n                    \"#FB5FAB\",\n                    \"#EA559D\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#FCEEF5\",\n                    \"#140610\",\n                    \"#FAD8E9\",\n                    \"#222222\"\n                ],\n                \"Sage\": [\n                    \"#1B9C85\",\n                    \"#178E79\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#EDF6EE\",\n                    \"#06140C\",\n                    \"#D4F3D7\",\n                    \"#222222\"\n                ],\n                \"Flare\": [\n                    \"#FD9800\",\n                    \"#E98C00\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#FEF9E1\",\n                    \"#141006\",\n                    \"#F9F0C8\",\n                    \"#222222\"\n                ],\n                \"Maple\": [\n                    \"#FF6210\",\n                    \"#F15808\",\n                    \"#1C0D0A\",\n                    \"#353535\",\n                    \"#FFFFFF\",\n                    \"#FEF1E4\",\n                    \"#140B06\",\n                    \"#E5D7D1\",\n                    \"#222222\"\n                ],\n                \"Birch\": [\n                    \"#737880\",\n                    \"#65696F\",\n                    \"#151616\",\n                    \"#393C40\",\n                    \"#FFFFFF\",\n                    \"#F6F6F6\",\n                    \"#232529\",\n                    \"#F1F0F0\",\n                    \"#222222\"\n                ],\n                \"Dark\": [\n                    \"#0085FF\",\n                    \"#0177E3\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#212A37\",\n                    \"#0F172A\",\n                    \"#4F5B62\",\n                    \"#070614\",\n                    \"#222222\"\n                ]\n            },\n            \"presetNames\": {\n                \"palette_1\": null,\n                \"palette_2\": \"Oak\",\n                \"palette_3\": \"Viola\",\n                \"palette_4\": \"Dark\"\n            },\n            \"flag\": false\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 13:06:36\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '98b0b244-1396-42ab-99cc-568b0b3c7fac', '', '', '2026-07-30 13:06:36', '2026-07-30 13:06:36', '', 0, 'https://mrarif.me/drywallmanllc/?p=235', 0, 'customize_changeset', '', 0),
(236, 1, '2026-07-30 13:08:32', '2026-07-30 13:08:32', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h5>\n												 Request Your Estimate											</h5>\n											<p>Call, text, or fill out the form online. Jaime<br />will get back to you fast — usually same<br />day.</p>										\n												<h4>\n													02												</h4>\n																						<h5>\n												We Come To You											</h5>\n											<p>Jaime visits your home or property,<br />assesses the work, and gives you a clear,<br />honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h5>\n												Clean Work, Done Right											</h5>\n											<p>We complete the job on schedule, clean up<br />completely, and leave your walls smooth<br />and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:08:32', '2026-07-30 13:08:32', '', 13, 'https://mrarif.me/drywallmanllc/?p=236', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(237, 1, '2026-07-30 13:08:32', '2026-07-30 13:08:32', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h5>\n												 Request Your Estimate											</h5>\n											<p>Call, text, or fill out the form online. Jaime<br />will get back to you fast — usually same<br />day.</p>										\n												<h4>\n													02												</h4>\n																						<h5>\n												We Come To You											</h5>\n											<p>Jaime visits your home or property,<br />assesses the work, and gives you a clear,<br />honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h5>\n												Clean Work, Done Right											</h5>\n											<p>We complete the job on schedule, clean up<br />completely, and leave your walls smooth<br />and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:08:32', '2026-07-30 13:08:32', '', 13, 'https://mrarif.me/drywallmanllc/?p=237', 0, 'revision', '', 0),
(238, 1, '2026-07-30 13:08:32', '2026-07-30 13:08:32', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime<br />will get back to you fast — usually same<br />day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property,<br />assesses the work, and gives you a clear,<br />honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up<br />completely, and leave your walls smooth<br />and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:08:32', '2026-07-30 13:08:32', '', 13, 'https://mrarif.me/drywallmanllc/?p=238', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(239, 1, '2026-07-30 13:14:14', '2026-07-30 13:14:14', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime<br />will get back to you fast — usually same<br />day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property,<br />assesses the work, and gives you a clear,<br />honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up<br />completely, and leave your walls smooth<br />and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:14:14', '2026-07-30 13:14:14', '', 13, 'https://mrarif.me/drywallmanllc/?p=239', 0, 'revision', '', 0),
(240, 1, '2026-07-30 13:14:14', '2026-07-30 13:14:14', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime<br />will get back to you fast — usually same<br />day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property,<br />assesses the work, and gives you a clear,<br />honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up<br />completely, and leave your walls smooth<br />and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:14:14', '2026-07-30 13:14:14', '', 13, 'https://mrarif.me/drywallmanllc/?p=240', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(272, 1, '2026-07-30 13:52:20', '2026-07-30 13:52:20', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_2\" data-name=\"Layer 2\"><path d=\"m25.67 9.806-9.561-4.78a.239.239 0 0 0 -.218 0l-9.561 4.78a.245.245 0 0 0 -.135.218 19.383 19.383 0 0 0 9.7 16.95.241.241 0 0 0 .218 0 19.383 19.383 0 0 0 9.7-16.95.245.245 0 0 0 -.143-.218zm-9.67 16.673a18.882 18.882 0 0 1 -9.316-16.3l9.316-4.661 9.316 4.657a18.9 18.9 0 0 1 -9.316 16.304zm-1.525-7.779 5.925-5.923a.245.245 0 0 1 .346.346l-6.1 6.1a.246.246 0 0 1 -.346 0l-3.049-3.05a.245.245 0 0 1 .346-.346z\"></path></g></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:52:20', '2026-07-30 13:52:20', '', 13, 'https://mrarif.me/drywallmanllc/?p=272', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(251, 1, '2026-07-30 13:31:26', '2026-07-30 13:31:26', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Fully Insured												</h5>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Local &amp; Reliable 												</h5>\n											Based in Louisville. We know the area and show up when we say we will										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Clean Job Sites												</h5>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Free Estimates												</h5>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:31:26', '2026-07-30 13:31:26', '', 13, 'https://mrarif.me/drywallmanllc/?p=251', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(245, 1, '2026-07-30 13:30:43', '2026-07-30 13:30:43', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Fully Insured												</h5>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Local &amp; Reliable 												</h5>\n											Based in Louisville. We know the area and show up when we say we will										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Clean Job Sites												</h5>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Free Estimates												</h5>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:30:43', '2026-07-30 13:30:43', '', 13, 'https://mrarif.me/drywallmanllc/?p=245', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(243, 1, '2026-07-30 13:30:43', '2026-07-30 13:30:43', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:30:43', '2026-07-30 13:30:43', '', 13, 'https://mrarif.me/drywallmanllc/?p=243', 0, 'revision', '', 0),
(244, 1, '2026-07-30 13:30:43', '2026-07-30 13:30:43', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:30:43', '2026-07-30 13:30:43', '', 13, 'https://mrarif.me/drywallmanllc/?p=244', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(246, 1, '2026-07-30 13:31:21', '2026-07-30 13:31:21', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Fully Insured												</h5>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Local &amp; Reliable 												</h5>\n											Based in Louisville. We know the area and show up when we say we will										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Clean Job Sites												</h5>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Free Estimates												</h5>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:31:21', '2026-07-30 13:31:21', '', 13, 'https://mrarif.me/drywallmanllc/?p=246', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(247, 1, '2026-07-30 13:31:21', '2026-07-30 13:31:21', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Fully Insured												</h5>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Local &amp; Reliable 												</h5>\n											Based in Louisville. We know the area and show up when we say we will										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Clean Job Sites												</h5>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Free Estimates												</h5>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:31:21', '2026-07-30 13:31:21', '', 13, 'https://mrarif.me/drywallmanllc/?p=247', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(248, 1, '2026-07-30 13:31:22', '2026-07-30 13:31:22', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Fully Insured												</h5>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Local &amp; Reliable 												</h5>\n											Based in Louisville. We know the area and show up when we say we will										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Clean Job Sites												</h5>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Free Estimates												</h5>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:31:22', '2026-07-30 13:31:22', '', 13, 'https://mrarif.me/drywallmanllc/?p=248', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(249, 1, '2026-07-30 13:31:26', '2026-07-30 13:31:26', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Fully Insured												</h5>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Local &amp; Reliable 												</h5>\n											Based in Louisville. We know the area and show up when we say we will										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Clean Job Sites												</h5>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Free Estimates												</h5>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:31:26', '2026-07-30 13:31:26', '', 13, 'https://mrarif.me/drywallmanllc/?p=249', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(250, 1, '2026-07-30 13:31:26', '2026-07-30 13:31:26', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Fully Insured												</h5>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Local &amp; Reliable 												</h5>\n											Based in Louisville. We know the area and show up when we say we will										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Clean Job Sites												</h5>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Free Estimates												</h5>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:31:26', '2026-07-30 13:31:26', '', 13, 'https://mrarif.me/drywallmanllc/?p=250', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(252, 1, '2026-07-30 13:31:34', '2026-07-30 13:31:34', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Fully Insured												</h5>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Local &amp; Reliable 												</h5>\n											Based in Louisville. We know the area and show up when we say we will										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Clean Job Sites												</h5>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Free Estimates												</h5>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:31:34', '2026-07-30 13:31:34', '', 13, 'https://mrarif.me/drywallmanllc/?p=252', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(253, 1, '2026-07-30 13:31:34', '2026-07-30 13:31:34', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Fully Insured												</h5>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Local &amp; Reliable 												</h5>\n											Based in Louisville. We know the area and show up when we say we will										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Clean Job Sites												</h5>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Free Estimates												</h5>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:31:34', '2026-07-30 13:31:34', '', 13, 'https://mrarif.me/drywallmanllc/?p=253', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(254, 1, '2026-07-30 13:31:34', '2026-07-30 13:31:34', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Fully Insured												</h5>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Local &amp; Reliable 												</h5>\n											Based in Louisville. We know the area and show up when we say we will										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Clean Job Sites												</h5>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Free Estimates												</h5>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:31:34', '2026-07-30 13:31:34', '', 13, 'https://mrarif.me/drywallmanllc/?p=254', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(255, 1, '2026-07-30 13:32:24', '2026-07-30 13:32:24', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Fully Insured												</h5>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Local &amp; Reliable 												</h5>\n											Based in Louisville. We know the area and show up when we say we will										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Clean Job Sites												</h5>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Free Estimates												</h5>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:32:24', '2026-07-30 13:32:24', '', 13, 'https://mrarif.me/drywallmanllc/?p=255', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(256, 1, '2026-07-30 13:32:24', '2026-07-30 13:32:24', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Fully Insured												</h5>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Local &amp; Reliable 												</h5>\n											Based in Louisville. We know the area and show up when we say we will										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Clean Job Sites												</h5>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Free Estimates												</h5>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:32:24', '2026-07-30 13:32:24', '', 13, 'https://mrarif.me/drywallmanllc/?p=256', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(257, 1, '2026-07-30 13:32:24', '2026-07-30 13:32:24', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:32:24', '2026-07-30 13:32:24', '', 13, 'https://mrarif.me/drywallmanllc/?p=257', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(258, 1, '2026-07-30 13:44:45', '2026-07-30 13:44:45', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:44:45', '2026-07-30 13:44:45', '', 13, 'https://mrarif.me/drywallmanllc/?p=258', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(259, 1, '2026-07-30 13:44:45', '2026-07-30 13:44:45', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:44:45', '2026-07-30 13:44:45', '', 13, 'https://mrarif.me/drywallmanllc/?p=259', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(260, 1, '2026-07-30 13:44:46', '2026-07-30 13:44:46', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:44:46', '2026-07-30 13:44:46', '', 13, 'https://mrarif.me/drywallmanllc/?p=260', 0, 'revision', '', 0),
(261, 1, '2026-07-30 13:47:21', '2026-07-30 13:47:21', '', 'service_16229789', '', 'inherit', 'closed', 'closed', '', 'service_16229789', '', '', '2026-07-30 13:47:21', '2026-07-30 13:47:21', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/service_16229789.svg', 0, 'attachment', 'image/svg+xml', 0),
(262, 1, '2026-07-30 13:48:19', '2026-07-30 13:48:19', '', 'security_9397598', '', 'inherit', 'closed', 'closed', '', 'security_9397598', '', '', '2026-07-30 13:48:19', '2026-07-30 13:48:19', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/security_9397598.svg', 0, 'attachment', 'image/svg+xml', 0),
(263, 1, '2026-07-30 13:48:44', '2026-07-30 13:48:44', '', 'map-pointer_3731692', '', 'inherit', 'closed', 'closed', '', 'map-pointer_3731692', '', '', '2026-07-30 13:48:44', '2026-07-30 13:48:44', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/map-pointer_3731692.svg', 0, 'attachment', 'image/svg+xml', 0),
(264, 1, '2026-07-30 13:49:23', '2026-07-30 13:49:23', '', 'paper_14090534', '', 'inherit', 'closed', 'closed', '', 'paper_14090534', '', '', '2026-07-30 13:49:23', '2026-07-30 13:49:23', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/paper_14090534.svg', 0, 'attachment', 'image/svg+xml', 0),
(265, 1, '2026-07-30 13:50:10', '2026-07-30 13:50:10', '', 'favourite_11526941', '', 'inherit', 'closed', 'closed', '', 'favourite_11526941', '', '', '2026-07-30 13:50:10', '2026-07-30 13:50:10', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/favourite_11526941.svg', 0, 'attachment', 'image/svg+xml', 0),
(266, 1, '2026-07-30 13:50:52', '2026-07-30 13:50:52', '', 'audit_6416441', '', 'inherit', 'closed', 'closed', '', 'audit_6416441', '', '', '2026-07-30 13:50:52', '2026-07-30 13:50:52', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/audit_6416441.svg', 0, 'attachment', 'image/svg+xml', 0),
(267, 1, '2026-07-30 13:51:03', '2026-07-30 13:51:03', '', 'accounting_6416410', '', 'inherit', 'closed', 'closed', '', 'accounting_6416410', '', '', '2026-07-30 13:51:03', '2026-07-30 13:51:03', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/accounting_6416410.svg', 0, 'attachment', 'image/svg+xml', 0),
(273, 1, '2026-07-30 13:53:01', '2026-07-30 13:53:01', '', 'power_14869333', '', 'inherit', 'closed', 'closed', '', 'power_14869333', '', '', '2026-07-30 13:53:01', '2026-07-30 13:53:01', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/power_14869333.svg', 0, 'attachment', 'image/svg+xml', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(274, 1, '2026-07-30 13:53:05', '2026-07-30 13:53:05', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_2\" data-name=\"Layer 2\"><path d=\"m25.67 9.806-9.561-4.78a.239.239 0 0 0 -.218 0l-9.561 4.78a.245.245 0 0 0 -.135.218 19.383 19.383 0 0 0 9.7 16.95.241.241 0 0 0 .218 0 19.383 19.383 0 0 0 9.7-16.95.245.245 0 0 0 -.143-.218zm-9.67 16.673a18.882 18.882 0 0 1 -9.316-16.3l9.316-4.661 9.316 4.657a18.9 18.9 0 0 1 -9.316 16.304zm-1.525-7.779 5.925-5.923a.245.245 0 0 1 .346.346l-6.1 6.1a.246.246 0 0 1 -.346 0l-3.049-3.05a.245.245 0 0 1 .346-.346z\"></path></g></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:53:05', '2026-07-30 13:53:05', '', 13, 'https://mrarif.me/drywallmanllc/?p=274', 0, 'revision', '', 0),
(269, 1, '2026-07-30 13:52:16', '2026-07-30 13:52:16', '', 'paper_7182329', '', 'inherit', 'closed', 'closed', '', 'paper_7182329', '', '', '2026-07-30 13:52:16', '2026-07-30 13:52:16', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/paper_7182329.svg', 0, 'attachment', 'image/svg+xml', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(270, 1, '2026-07-30 13:52:20', '2026-07-30 13:52:20', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:52:20', '2026-07-30 13:52:20', '', 13, 'https://mrarif.me/drywallmanllc/?p=270', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(271, 1, '2026-07-30 13:52:20', '2026-07-30 13:52:20', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:52:20', '2026-07-30 13:52:20', '', 13, 'https://mrarif.me/drywallmanllc/?p=271', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(275, 1, '2026-07-30 13:53:06', '2026-07-30 13:53:06', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_2\" data-name=\"Layer 2\"><path d=\"m25.67 9.806-9.561-4.78a.239.239 0 0 0 -.218 0l-9.561 4.78a.245.245 0 0 0 -.135.218 19.383 19.383 0 0 0 9.7 16.95.241.241 0 0 0 .218 0 19.383 19.383 0 0 0 9.7-16.95.245.245 0 0 0 -.143-.218zm-9.67 16.673a18.882 18.882 0 0 1 -9.316-16.3l9.316-4.661 9.316 4.657a18.9 18.9 0 0 1 -9.316 16.304zm-1.525-7.779 5.925-5.923a.245.245 0 0 1 .346.346l-6.1 6.1a.246.246 0 0 1 -.346 0l-3.049-3.05a.245.245 0 0 1 .346-.346z\"></path></g></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:53:06', '2026-07-30 13:53:06', '', 13, 'https://mrarif.me/drywallmanllc/?p=275', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(276, 1, '2026-07-30 13:53:06', '2026-07-30 13:53:06', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:53:06', '2026-07-30 13:53:06', '', 13, 'https://mrarif.me/drywallmanllc/?p=276', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(277, 1, '2026-07-30 13:54:33', '2026-07-30 13:54:33', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:54:33', '2026-07-30 13:54:33', '', 13, 'https://mrarif.me/drywallmanllc/?p=277', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(278, 1, '2026-07-30 13:54:33', '2026-07-30 13:54:33', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:54:33', '2026-07-30 13:54:33', '', 13, 'https://mrarif.me/drywallmanllc/?p=278', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(279, 1, '2026-07-30 13:54:34', '2026-07-30 13:54:34', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 13:54:34', '2026-07-30 13:54:34', '', 13, 'https://mrarif.me/drywallmanllc/?p=279', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(286, 1, '2026-07-30 14:03:55', '2026-07-30 14:03:55', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 14:03:55', '2026-07-30 14:03:55', '', 13, 'https://mrarif.me/drywallmanllc/?p=286', 0, 'revision', '', 0),
(281, 1, '2026-07-30 14:00:53', '2026-07-30 14:00:53', '', 'New Project-1', '', 'inherit', 'closed', 'closed', '', 'new-project-1', '', '', '2026-07-30 14:00:53', '2026-07-30 14:00:53', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(282, 1, '2026-07-30 14:00:57', '2026-07-30 14:00:57', '', 'Project-2', '', 'inherit', 'closed', 'closed', '', 'project-2', '', '', '2026-07-30 14:00:57', '2026-07-30 14:00:57', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(283, 1, '2026-07-30 14:01:40', '2026-07-30 14:01:40', '', 'New Project 3', 'New Project 3', 'inherit', 'closed', 'closed', '', 'new-project-3', '', '', '2026-08-01 06:03:30', '2026-08-01 06:03:30', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(284, 1, '2026-07-30 14:03:54', '2026-07-30 14:03:54', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 14:03:54', '2026-07-30 14:03:54', '', 13, 'https://mrarif.me/drywallmanllc/?p=284', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(285, 1, '2026-07-30 14:03:54', '2026-07-30 14:03:54', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 14:03:54', '2026-07-30 14:03:54', '', 13, 'https://mrarif.me/drywallmanllc/?p=285', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(287, 1, '2026-07-30 14:04:25', '2026-07-30 14:04:25', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 14:04:25', '2026-07-30 14:04:25', '', 13, 'https://mrarif.me/drywallmanllc/?p=287', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(288, 1, '2026-07-30 14:04:25', '2026-07-30 14:04:25', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 14:04:25', '2026-07-30 14:04:25', '', 13, 'https://mrarif.me/drywallmanllc/?p=288', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(289, 1, '2026-07-30 14:04:25', '2026-07-30 14:04:25', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 14:04:25', '2026-07-30 14:04:25', '', 13, 'https://mrarif.me/drywallmanllc/?p=289', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(290, 1, '2026-07-30 14:04:29', '2026-07-30 14:04:29', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 14:04:29', '2026-07-30 14:04:29', '', 13, 'https://mrarif.me/drywallmanllc/?p=290', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(291, 1, '2026-07-30 14:04:29', '2026-07-30 14:04:29', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 14:04:29', '2026-07-30 14:04:29', '', 13, 'https://mrarif.me/drywallmanllc/?p=291', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(292, 1, '2026-07-30 14:04:29', '2026-07-30 14:04:29', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 14:04:29', '2026-07-30 14:04:29', '', 13, 'https://mrarif.me/drywallmanllc/?p=292', 0, 'revision', '', 0),
(294, 1, '2026-07-30 14:07:15', '2026-07-30 14:07:15', '<h5>The Drywall Man LLC\n</h5>		<p>Louisville\'s trusted drywall specialists.</p>					\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n							<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Projects\n									</li>\n								<li>\n										Contact Us\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										Drywall Repair\n									</li>\n								<li>\n										Installation\n									</li>\n								<li>\n										Ceiling Repair\n									</li>\n								<li>\n										Water Damage\n									</li>\n								<li>\n										Texture Matching\n									</li>\n								<li>\n										Commercial\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Louisville, KY Business hours\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://tel;(502)3021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Phone:(502) 302-1480\n											</a>\n									</li>\n						</ul>\n				<p>© [copyright]. All Rights Reserved. Website Developed by <a style=\"color: #ffffff;\" href=\"https://devrivo.com/\" target=\"_blank\" rel=\"noopener\">Devrivo</a></p>', 'Footer', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2026-07-30 14:07:15', '2026-07-30 14:07:15', '', 31, 'https://mrarif.me/drywallmanllc/?p=294', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(293, 1, '2026-07-30 14:07:05', '2026-07-30 14:07:05', '<h5>The Drywall Man LLC\n</h5>		<p>Louisville\'s trusted drywall specialists.</p>					\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n							<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Projects\n									</li>\n								<li>\n										Contact Us\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										Drywall Repair\n									</li>\n								<li>\n										Installation\n									</li>\n								<li>\n										Ceiling Repair\n									</li>\n								<li>\n										Water Damage\n									</li>\n								<li>\n										Texture Matching\n									</li>\n								<li>\n										Commercial\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Louisville, KY Business hours\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://tel;(502)3021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Phone:(502) 302-1480\n											</a>\n									</li>\n						</ul>\n				<p>© [copyright]. All Rights Reserved. Website Developed by <a style=\"color: #ffffff;\" href=\"https://devrivo.com/\" target=\"_blank\" rel=\"noopener\">Devrivo</a></p>		\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-38-1.svg\" alt=\"svg-image-38-1.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-42.svg\" alt=\"svg-image-42.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-41.svg\" alt=\"svg-image-41.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-40.svg\" alt=\"svg-image-40.svg\" />						\n						<img src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/svg-image-39.svg\" alt=\"svg-image-39.svg\" />', 'Footer', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2026-07-30 14:07:05', '2026-07-30 14:07:05', '', 31, 'https://mrarif.me/drywallmanllc/?p=293', 0, 'revision', '', 0),
(296, 1, '2026-07-30 14:11:18', '2026-07-30 14:11:18', '{\n    \"site_icon\": {\n        \"value\": 295,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 14:11:18\"\n    },\n    \"astra-child::custom_logo\": {\n        \"value\": 56,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-07-30 14:11:18\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'b9249835-beb3-46b5-a5b0-05dd0ea070e1', '', '', '2026-07-30 14:11:18', '2026-07-30 14:11:18', '', 0, 'https://mrarif.me/drywallmanllc/b9249835-beb3-46b5-a5b0-05dd0ea070e1/', 0, 'customize_changeset', '', 0),
(297, 1, '2026-07-30 14:13:57', '2026-07-30 14:13:57', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 14:13:57', '2026-07-30 14:13:57', '', 13, 'https://mrarif.me/drywallmanllc/?p=297', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(298, 1, '2026-07-30 14:13:57', '2026-07-30 14:13:57', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 14:13:57', '2026-07-30 14:13:57', '', 13, 'https://mrarif.me/drywallmanllc/?p=298', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(299, 1, '2026-07-30 14:13:57', '2026-07-30 14:13:57', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-30 14:13:57', '2026-07-30 14:13:57', '', 13, 'https://mrarif.me/drywallmanllc/?p=299', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(300, 1, '2026-07-31 16:28:19', '2026-07-31 16:28:19', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-31 16:28:19', '2026-07-31 16:28:19', '', 13, 'https://mrarif.me/drywallmanllc/?p=300', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(301, 1, '2026-07-31 16:28:19', '2026-07-31 16:28:19', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-31 16:28:19', '2026-07-31 16:28:19', '', 13, 'https://mrarif.me/drywallmanllc/?p=301', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(302, 1, '2026-07-31 16:28:19', '2026-07-31 16:28:19', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-07-31 16:28:19', '2026-07-31 16:28:19', '', 13, 'https://mrarif.me/drywallmanllc/?p=302', 0, 'revision', '', 0),
(303, 1, '2026-07-31 16:35:13', '2026-07-31 16:35:13', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img width=\"1043\" height=\"280\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/drywall-man-logo-preview-1.png\" alt=\"\" />																					<a href=\"#\">\n									Click here\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-07-31 16:35:13', '2026-07-31 16:35:13', '', 28, 'https://mrarif.me/drywallmanllc/?p=303', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(345, 1, '2026-08-01 06:01:48', '2026-08-01 06:01:48', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 06:01:48', '2026-08-01 06:01:48', '', 13, 'https://mrarif.me/drywallmanllc/?p=345', 0, 'revision', '', 0),
(305, 1, '2026-07-31 16:36:26', '2026-07-31 16:36:26', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img width=\"1043\" height=\"280\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/drywall-man-logo-preview-1.png\" alt=\"\" />																					<a href=\"#\">\n									Click here\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-07-31 16:36:26', '2026-07-31 16:36:26', '', 28, 'https://mrarif.me/drywallmanllc/?p=305', 0, 'revision', '', 0),
(306, 1, '2026-07-31 16:36:31', '2026-07-31 16:36:31', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img width=\"1043\" height=\"280\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/drywall-man-logo-preview-1.png\" alt=\"\" />																					<a href=\"#\">\n									Click here\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-07-31 16:36:31', '2026-07-31 16:36:31', '', 28, 'https://mrarif.me/drywallmanllc/?p=306', 0, 'revision', '', 0),
(307, 1, '2026-07-31 16:36:58', '2026-07-31 16:36:58', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img width=\"1043\" height=\"280\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/drywall-man-logo-preview-1.png\" alt=\"\" />																					<a href=\"#\">\n									Click here\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-07-31 16:36:58', '2026-07-31 16:36:58', '', 28, 'https://mrarif.me/drywallmanllc/?p=307', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(309, 1, '2026-07-31 16:41:26', '2026-07-31 16:41:26', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img width=\"1043\" height=\"280\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/drywall-man-logo-preview-1.png\" alt=\"\" />																					<a href=\"#\">\n									Free Estimate\n					</a>\n														<a href=\"#\">\n									(502) 302-1480\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-07-31 16:41:26', '2026-07-31 16:41:26', '', 28, 'https://mrarif.me/drywallmanllc/?p=309', 0, 'revision', '', 0),
(310, 1, '2026-07-31 16:42:31', '2026-07-31 16:42:31', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img width=\"1043\" height=\"280\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/drywall-man-logo-preview-1.png\" alt=\"\" />																					<a href=\"#\">\n									Free Estimate\n					</a>\n														<a href=\"#\">\n									(502) 302-1480\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-07-31 16:42:31', '2026-07-31 16:42:31', '', 28, 'https://mrarif.me/drywallmanllc/?p=310', 0, 'revision', '', 0),
(311, 1, '2026-07-31 16:43:12', '2026-07-31 16:43:12', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img width=\"1043\" height=\"280\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/drywall-man-logo-preview-1.png\" alt=\"\" />																					<a href=\"#\">\n									Free Estimate\n					</a>\n														<a href=\"#\">\n									(502) 302-1480\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-07-31 16:43:12', '2026-07-31 16:43:12', '', 28, 'https://mrarif.me/drywallmanllc/?p=311', 0, 'revision', '', 0),
(315, 1, '2026-08-01 05:43:51', '2026-08-01 05:43:51', '<h2>Add Your Heading Text Here</h2>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 05:43:51', '2026-08-01 05:43:51', '', 17, 'https://mrarif.me/drywallmanllc/?p=315', 0, 'revision', '', 0),
(313, 1, '2026-08-01 05:43:50', '2026-08-01 05:43:50', '', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 05:43:50', '2026-08-01 05:43:50', '', 17, 'https://mrarif.me/drywallmanllc/?p=313', 0, 'revision', '', 0),
(314, 1, '2026-08-01 05:43:50', '2026-08-01 05:43:50', '', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 05:43:50', '2026-08-01 05:43:50', '', 17, 'https://mrarif.me/drywallmanllc/?p=314', 0, 'revision', '', 0),
(316, 1, '2026-08-01 05:56:40', '2026-08-01 05:56:40', '<h2>Add Your Heading Text Here</h2>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 05:56:40', '2026-08-01 05:56:40', '', 17, 'https://mrarif.me/drywallmanllc/?p=316', 0, 'revision', '', 0),
(317, 1, '2026-08-01 05:56:40', '2026-08-01 05:56:40', '<h2>Add Your Heading Text Here</h2>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 05:56:40', '2026-08-01 05:56:40', '', 17, 'https://mrarif.me/drywallmanllc/?p=317', 0, 'revision', '', 0),
(318, 1, '2026-08-01 05:56:40', '2026-08-01 05:56:40', '<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 05:56:40', '2026-08-01 05:56:40', '', 17, 'https://mrarif.me/drywallmanllc/?p=318', 0, 'revision', '', 0),
(319, 1, '2026-08-01 05:58:37', '2026-08-01 05:58:37', '<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 05:58:37', '2026-08-01 05:58:37', '', 17, 'https://mrarif.me/drywallmanllc/?p=319', 0, 'revision', '', 0),
(320, 1, '2026-08-01 05:58:38', '2026-08-01 05:58:38', '<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 05:58:38', '2026-08-01 05:58:38', '', 17, 'https://mrarif.me/drywallmanllc/?p=320', 0, 'revision', '', 0),
(321, 1, '2026-08-01 05:58:38', '2026-08-01 05:58:38', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 05:58:38', '2026-08-01 05:58:38', '', 17, 'https://mrarif.me/drywallmanllc/?p=321', 0, 'revision', '', 0),
(322, 1, '2026-08-01 05:59:14', '2026-08-01 05:59:14', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 05:59:14', '2026-08-01 05:59:14', '', 17, 'https://mrarif.me/drywallmanllc/?p=322', 0, 'revision', '', 0),
(323, 1, '2026-08-01 05:59:14', '2026-08-01 05:59:14', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 05:59:14', '2026-08-01 05:59:14', '', 17, 'https://mrarif.me/drywallmanllc/?p=323', 0, 'revision', '', 0),
(324, 1, '2026-08-01 05:59:14', '2026-08-01 05:59:14', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 05:59:14', '2026-08-01 05:59:14', '', 17, 'https://mrarif.me/drywallmanllc/?p=324', 0, 'revision', '', 0),
(325, 1, '2026-08-01 05:59:34', '2026-08-01 05:59:34', '', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 05:59:34', '2026-08-01 05:59:34', '', 15, 'https://mrarif.me/drywallmanllc/?p=325', 0, 'revision', '', 0),
(326, 1, '2026-08-01 05:59:34', '2026-08-01 05:59:34', '', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 05:59:34', '2026-08-01 05:59:34', '', 15, 'https://mrarif.me/drywallmanllc/?p=326', 0, 'revision', '', 0),
(358, 1, '2026-08-01 06:05:24', '2026-08-01 06:05:24', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find. \nWith years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it. \nFrom small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:05:24', '2026-08-01 06:05:24', '', 17, 'https://mrarif.me/drywallmanllc/?p=358', 0, 'revision', '', 0),
(359, 1, '2026-08-01 06:05:24', '2026-08-01 06:05:24', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find. \nWith years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it. \nFrom small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:05:24', '2026-08-01 06:05:24', '', 17, 'https://mrarif.me/drywallmanllc/?p=359', 0, 'revision', '', 0),
(377, 1, '2026-08-01 06:09:13', '2026-08-01 06:09:13', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:09:13', '2026-08-01 06:09:13', '', 17, 'https://mrarif.me/drywallmanllc/?p=377', 0, 'revision', '', 0),
(327, 1, '2026-08-01 05:59:34', '2026-08-01 05:59:34', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 05:59:34', '2026-08-01 05:59:34', '', 15, 'https://mrarif.me/drywallmanllc/?p=327', 0, 'revision', '', 0),
(328, 1, '2026-08-01 05:59:48', '2026-08-01 05:59:48', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 05:59:48', '2026-08-01 05:59:48', '', 17, 'https://mrarif.me/drywallmanllc/?p=328', 0, 'revision', '', 0),
(329, 1, '2026-08-01 05:59:48', '2026-08-01 05:59:48', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 05:59:48', '2026-08-01 05:59:48', '', 17, 'https://mrarif.me/drywallmanllc/?p=329', 0, 'revision', '', 0),
(330, 1, '2026-08-01 05:59:48', '2026-08-01 05:59:48', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 05:59:48', '2026-08-01 05:59:48', '', 17, 'https://mrarif.me/drywallmanllc/?p=330', 0, 'revision', '', 0),
(331, 1, '2026-08-01 06:00:08', '2026-08-01 06:00:08', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:00:08', '2026-08-01 06:00:08', '', 17, 'https://mrarif.me/drywallmanllc/?p=331', 0, 'revision', '', 0),
(332, 1, '2026-08-01 06:00:08', '2026-08-01 06:00:08', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:00:08', '2026-08-01 06:00:08', '', 17, 'https://mrarif.me/drywallmanllc/?p=332', 0, 'revision', '', 0),
(333, 1, '2026-08-01 06:00:08', '2026-08-01 06:00:08', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:00:08', '2026-08-01 06:00:08', '', 17, 'https://mrarif.me/drywallmanllc/?p=333', 0, 'revision', '', 0),
(334, 1, '2026-08-01 06:00:14', '2026-08-01 06:00:14', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:00:14', '2026-08-01 06:00:14', '', 17, 'https://mrarif.me/drywallmanllc/?p=334', 0, 'revision', '', 0),
(335, 1, '2026-08-01 06:00:14', '2026-08-01 06:00:14', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:00:14', '2026-08-01 06:00:14', '', 17, 'https://mrarif.me/drywallmanllc/?p=335', 0, 'revision', '', 0),
(336, 1, '2026-08-01 06:00:14', '2026-08-01 06:00:14', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:00:14', '2026-08-01 06:00:14', '', 17, 'https://mrarif.me/drywallmanllc/?p=336', 0, 'revision', '', 0),
(337, 1, '2026-08-01 06:00:30', '2026-08-01 06:00:30', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:00:30', '2026-08-01 06:00:30', '', 17, 'https://mrarif.me/drywallmanllc/?p=337', 0, 'revision', '', 0),
(338, 1, '2026-08-01 06:00:30', '2026-08-01 06:00:30', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:00:30', '2026-08-01 06:00:30', '', 17, 'https://mrarif.me/drywallmanllc/?p=338', 0, 'revision', '', 0),
(339, 1, '2026-08-01 06:00:30', '2026-08-01 06:00:30', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:00:30', '2026-08-01 06:00:30', '', 17, 'https://mrarif.me/drywallmanllc/?p=339', 0, 'revision', '', 0),
(340, 1, '2026-08-01 06:01:35', '2026-08-01 06:01:35', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:01:35', '2026-08-01 06:01:35', '', 15, 'https://mrarif.me/drywallmanllc/?p=340', 0, 'revision', '', 0),
(341, 1, '2026-08-01 06:01:35', '2026-08-01 06:01:35', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:01:35', '2026-08-01 06:01:35', '', 15, 'https://mrarif.me/drywallmanllc/?p=341', 0, 'revision', '', 0),
(342, 1, '2026-08-01 06:01:36', '2026-08-01 06:01:36', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:01:36', '2026-08-01 06:01:36', '', 15, 'https://mrarif.me/drywallmanllc/?p=342', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(343, 1, '2026-08-01 06:01:47', '2026-08-01 06:01:47', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 06:01:47', '2026-08-01 06:01:47', '', 13, 'https://mrarif.me/drywallmanllc/?p=343', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(344, 1, '2026-08-01 06:01:48', '2026-08-01 06:01:48', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 06:01:48', '2026-08-01 06:01:48', '', 13, 'https://mrarif.me/drywallmanllc/?p=344', 0, 'revision', '', 0),
(346, 1, '2026-08-01 06:02:33', '2026-08-01 06:02:33', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:02:33', '2026-08-01 06:02:33', '', 15, 'https://mrarif.me/drywallmanllc/?p=346', 0, 'revision', '', 0),
(347, 1, '2026-08-01 06:02:33', '2026-08-01 06:02:33', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:02:33', '2026-08-01 06:02:33', '', 15, 'https://mrarif.me/drywallmanllc/?p=347', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(348, 1, '2026-08-01 06:02:33', '2026-08-01 06:02:33', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:02:33', '2026-08-01 06:02:33', '', 15, 'https://mrarif.me/drywallmanllc/?p=348', 0, 'revision', '', 0),
(349, 1, '2026-08-01 06:03:35', '2026-08-01 06:03:35', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:03:35', '2026-08-01 06:03:35', '', 15, 'https://mrarif.me/drywallmanllc/?p=349', 0, 'revision', '', 0),
(350, 1, '2026-08-01 06:03:36', '2026-08-01 06:03:36', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:03:36', '2026-08-01 06:03:36', '', 15, 'https://mrarif.me/drywallmanllc/?p=350', 0, 'revision', '', 0),
(357, 1, '2026-08-01 06:04:25', '2026-08-01 06:04:25', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n																		New Project 3								\n																		Project-2								\n																		New Project-1								\n																		New Project 3								\n																		Project-2								\n																		New Project-1', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:04:25', '2026-08-01 06:04:25', '', 15, 'https://mrarif.me/drywallmanllc/?p=357', 0, 'revision', '', 0),
(351, 1, '2026-08-01 06:03:36', '2026-08-01 06:03:36', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" aria-describedby=\"gallery-1-283\" decoding=\"async\" /></a>\n				<figcaption class=\'wp-caption-text gallery-caption\' id=\'gallery-1-283\'>\n				New Project 3\n				</figcaption></figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" aria-describedby=\"gallery-2-283\" decoding=\"async\" /></a>\n				<figcaption class=\'wp-caption-text gallery-caption\' id=\'gallery-2-283\'>\n				New Project 3\n				</figcaption></figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:03:36', '2026-08-01 06:03:36', '', 15, 'https://mrarif.me/drywallmanllc/?p=351', 0, 'revision', '', 0),
(352, 1, '2026-08-01 06:03:41', '2026-08-01 06:03:41', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:03:41', '2026-08-01 06:03:41', '', 17, 'https://mrarif.me/drywallmanllc/?p=352', 0, 'revision', '', 0),
(353, 1, '2026-08-01 06:03:41', '2026-08-01 06:03:41', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty</h2>		Meet the team behind the smooth walls.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:03:41', '2026-08-01 06:03:41', '', 17, 'https://mrarif.me/drywallmanllc/?p=353', 0, 'revision', '', 0),
(354, 1, '2026-08-01 06:03:41', '2026-08-01 06:03:41', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find. \nWith years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it. \nFrom small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:03:41', '2026-08-01 06:03:41', '', 17, 'https://mrarif.me/drywallmanllc/?p=354', 0, 'revision', '', 0),
(355, 1, '2026-08-01 06:04:24', '2026-08-01 06:04:24', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" aria-describedby=\"gallery-1-283\" decoding=\"async\" /></a>\n				<figcaption class=\'wp-caption-text gallery-caption\' id=\'gallery-1-283\'>\n				New Project 3\n				</figcaption></figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" aria-describedby=\"gallery-2-283\" decoding=\"async\" /></a>\n				<figcaption class=\'wp-caption-text gallery-caption\' id=\'gallery-2-283\'>\n				New Project 3\n				</figcaption></figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:04:24', '2026-08-01 06:04:24', '', 15, 'https://mrarif.me/drywallmanllc/?p=355', 0, 'revision', '', 0),
(356, 1, '2026-08-01 06:04:24', '2026-08-01 06:04:24', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" aria-describedby=\"gallery-1-283\" decoding=\"async\" /></a>\n				<figcaption class=\'wp-caption-text gallery-caption\' id=\'gallery-1-283\'>\n				New Project 3\n				</figcaption></figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" alt=\"\" aria-describedby=\"gallery-2-283\" decoding=\"async\" /></a>\n				<figcaption class=\'wp-caption-text gallery-caption\' id=\'gallery-2-283\'>\n				New Project 3\n				</figcaption></figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6IjIwNzNmNTUifQ%3D%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2073f55\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiIyMDczZjU1In0%3D\" href=\'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\'><img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" decoding=\"async\" /></a>\n			</figure>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:04:24', '2026-08-01 06:04:24', '', 15, 'https://mrarif.me/drywallmanllc/?p=356', 0, 'revision', '', 0),
(369, 1, '2026-08-01 06:06:18', '2026-08-01 06:06:18', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:06:18', '2026-08-01 06:06:18', '', 17, 'https://mrarif.me/drywallmanllc/?p=369', 0, 'revision', '', 0),
(360, 1, '2026-08-01 06:05:24', '2026-08-01 06:05:24', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:05:24', '2026-08-01 06:05:24', '', 17, 'https://mrarif.me/drywallmanllc/?p=360', 0, 'revision', '', 0),
(361, 1, '2026-08-01 06:05:25', '2026-08-01 06:05:25', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n																		New Project 3								\n																		Project-2								\n																		New Project-1								\n																		New Project 3								\n																		Project-2								\n																		New Project-1', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:05:25', '2026-08-01 06:05:25', '', 15, 'https://mrarif.me/drywallmanllc/?p=361', 0, 'revision', '', 0),
(362, 1, '2026-08-01 06:05:25', '2026-08-01 06:05:25', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n																		New Project 3								\n																		Project-2								\n																		New Project-1								\n																		New Project 3								\n																		Project-2								\n																		New Project-1', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:05:25', '2026-08-01 06:05:25', '', 15, 'https://mrarif.me/drywallmanllc/?p=362', 0, 'revision', '', 0),
(363, 1, '2026-08-01 06:05:25', '2026-08-01 06:05:25', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:05:25', '2026-08-01 06:05:25', '', 15, 'https://mrarif.me/drywallmanllc/?p=363', 0, 'revision', '', 0),
(364, 1, '2026-08-01 06:05:47', '2026-08-01 06:05:47', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:05:47', '2026-08-01 06:05:47', '', 15, 'https://mrarif.me/drywallmanllc/?p=364', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(365, 1, '2026-08-01 06:05:47', '2026-08-01 06:05:47', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:05:47', '2026-08-01 06:05:47', '', 15, 'https://mrarif.me/drywallmanllc/?p=365', 0, 'revision', '', 0),
(366, 1, '2026-08-01 06:05:47', '2026-08-01 06:05:47', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:05:47', '2026-08-01 06:05:47', '', 15, 'https://mrarif.me/drywallmanllc/?p=366', 0, 'revision', '', 0),
(367, 1, '2026-08-01 06:06:17', '2026-08-01 06:06:17', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:06:17', '2026-08-01 06:06:17', '', 17, 'https://mrarif.me/drywallmanllc/?p=367', 0, 'revision', '', 0),
(368, 1, '2026-08-01 06:06:17', '2026-08-01 06:06:17', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:06:17', '2026-08-01 06:06:17', '', 17, 'https://mrarif.me/drywallmanllc/?p=368', 0, 'revision', '', 0),
(427, 1, '2026-08-01 06:27:17', '2026-08-01 06:27:17', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:27:17', '2026-08-01 06:27:17', '', 15, 'https://mrarif.me/drywallmanllc/?p=427', 0, 'revision', '', 0),
(374, 1, '2026-08-01 06:09:07', '2026-08-01 06:09:07', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:09:07', '2026-08-01 06:09:07', '', 15, 'https://mrarif.me/drywallmanllc/?p=374', 0, 'revision', '', 0),
(372, 1, '2026-08-01 06:09:07', '2026-08-01 06:09:07', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:09:07', '2026-08-01 06:09:07', '', 15, 'https://mrarif.me/drywallmanllc/?p=372', 0, 'revision', '', 0),
(373, 1, '2026-08-01 06:09:07', '2026-08-01 06:09:07', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				Tab #1			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Tab #2			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Tab #3			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:09:07', '2026-08-01 06:09:07', '', 15, 'https://mrarif.me/drywallmanllc/?p=373', 0, 'revision', '', 0),
(375, 1, '2026-08-01 06:09:09', '2026-08-01 06:09:09', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:09:09', '2026-08-01 06:09:09', '', 17, 'https://mrarif.me/drywallmanllc/?p=375', 0, 'revision', '', 0),
(376, 1, '2026-08-01 06:09:09', '2026-08-01 06:09:09', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:09:09', '2026-08-01 06:09:09', '', 17, 'https://mrarif.me/drywallmanllc/?p=376', 0, 'revision', '', 0),
(378, 1, '2026-08-01 06:09:13', '2026-08-01 06:09:13', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:09:13', '2026-08-01 06:09:13', '', 17, 'https://mrarif.me/drywallmanllc/?p=378', 0, 'revision', '', 0),
(379, 1, '2026-08-01 06:09:28', '2026-08-01 06:09:28', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:09:28', '2026-08-01 06:09:28', '', 17, 'https://mrarif.me/drywallmanllc/?p=379', 0, 'revision', '', 0),
(380, 1, '2026-08-01 06:09:29', '2026-08-01 06:09:29', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:09:29', '2026-08-01 06:09:29', '', 17, 'https://mrarif.me/drywallmanllc/?p=380', 0, 'revision', '', 0),
(381, 1, '2026-08-01 06:10:25', '2026-08-01 06:10:25', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:10:25', '2026-08-01 06:10:25', '', 15, 'https://mrarif.me/drywallmanllc/?p=381', 0, 'revision', '', 0),
(382, 1, '2026-08-01 06:10:25', '2026-08-01 06:10:25', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:10:25', '2026-08-01 06:10:25', '', 15, 'https://mrarif.me/drywallmanllc/?p=382', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(383, 1, '2026-08-01 06:10:25', '2026-08-01 06:10:25', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:10:25', '2026-08-01 06:10:25', '', 15, 'https://mrarif.me/drywallmanllc/?p=383', 0, 'revision', '', 0),
(396, 1, '2026-08-01 06:17:20', '2026-08-01 06:17:20', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:17:20', '2026-08-01 06:17:20', '', 17, 'https://mrarif.me/drywallmanllc/?p=396', 0, 'revision', '', 0),
(387, 1, '2026-08-01 06:10:46', '2026-08-01 06:10:46', 'New patient appointments available this week — Book online now\n					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:10:46', '2026-08-01 06:10:46', '', 17, 'https://mrarif.me/drywallmanllc/?p=387', 0, 'revision', '', 0),
(385, 1, '2026-08-01 06:10:46', '2026-08-01 06:10:46', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:10:46', '2026-08-01 06:10:46', '', 17, 'https://mrarif.me/drywallmanllc/?p=385', 0, 'revision', '', 0),
(386, 1, '2026-08-01 06:10:46', '2026-08-01 06:10:46', '<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:10:46', '2026-08-01 06:10:46', '', 17, 'https://mrarif.me/drywallmanllc/?p=386', 0, 'revision', '', 0),
(388, 1, '2026-08-01 06:11:28', '2026-08-01 06:11:28', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:11:28', '2026-08-01 06:11:28', '', 15, 'https://mrarif.me/drywallmanllc/?p=388', 0, 'revision', '', 0),
(389, 1, '2026-08-01 06:11:28', '2026-08-01 06:11:28', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:11:28', '2026-08-01 06:11:28', '', 15, 'https://mrarif.me/drywallmanllc/?p=389', 0, 'revision', '', 0),
(390, 1, '2026-08-01 06:11:29', '2026-08-01 06:11:29', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:11:29', '2026-08-01 06:11:29', '', 15, 'https://mrarif.me/drywallmanllc/?p=390', 0, 'revision', '', 0),
(391, 1, '2026-08-01 06:14:02', '2026-08-01 06:14:02', 'New patient appointments available this week — Book online now\n					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:14:02', '2026-08-01 06:14:02', '', 17, 'https://mrarif.me/drywallmanllc/?p=391', 0, 'revision', '', 0),
(392, 1, '2026-08-01 06:14:03', '2026-08-01 06:14:03', 'New patient appointments available this week — Book online now\n					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:14:03', '2026-08-01 06:14:03', '', 17, 'https://mrarif.me/drywallmanllc/?p=392', 0, 'revision', '', 0),
(393, 1, '2026-08-01 06:14:03', '2026-08-01 06:14:03', 'New patient appointments available this week — Book online now\n					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:14:03', '2026-08-01 06:14:03', '', 17, 'https://mrarif.me/drywallmanllc/?p=393', 0, 'revision', '', 0),
(394, 1, '2026-08-01 06:17:20', '2026-08-01 06:17:20', 'New patient appointments available this week — Book online now\n					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:17:20', '2026-08-01 06:17:20', '', 17, 'https://mrarif.me/drywallmanllc/?p=394', 0, 'revision', '', 0),
(395, 1, '2026-08-01 06:17:20', '2026-08-01 06:17:20', 'New patient appointments available this week — Book online now\n					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:17:20', '2026-08-01 06:17:20', '', 17, 'https://mrarif.me/drywallmanllc/?p=395', 0, 'revision', '', 0),
(397, 1, '2026-08-01 06:22:50', '2026-08-01 06:22:50', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:22:50', '2026-08-01 06:22:50', '', 17, 'https://mrarif.me/drywallmanllc/?p=397', 0, 'revision', '', 0),
(398, 1, '2026-08-01 06:22:50', '2026-08-01 06:22:50', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:22:50', '2026-08-01 06:22:50', '', 17, 'https://mrarif.me/drywallmanllc/?p=398', 0, 'revision', '', 0),
(399, 1, '2026-08-01 06:22:51', '2026-08-01 06:22:51', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:22:51', '2026-08-01 06:22:51', '', 17, 'https://mrarif.me/drywallmanllc/?p=399', 0, 'revision', '', 0),
(400, 1, '2026-08-01 06:23:06', '2026-08-01 06:23:06', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:23:06', '2026-08-01 06:23:06', '', 17, 'https://mrarif.me/drywallmanllc/?p=400', 0, 'revision', '', 0),
(401, 1, '2026-08-01 06:23:06', '2026-08-01 06:23:06', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:23:06', '2026-08-01 06:23:06', '', 17, 'https://mrarif.me/drywallmanllc/?p=401', 0, 'revision', '', 0),
(402, 1, '2026-08-01 06:23:06', '2026-08-01 06:23:06', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:23:06', '2026-08-01 06:23:06', '', 17, 'https://mrarif.me/drywallmanllc/?p=402', 0, 'revision', '', 0),
(403, 1, '2026-08-01 06:23:27', '2026-08-01 06:23:27', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:23:27', '2026-08-01 06:23:27', '', 17, 'https://mrarif.me/drywallmanllc/?p=403', 0, 'revision', '', 0),
(404, 1, '2026-08-01 06:23:27', '2026-08-01 06:23:27', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:23:27', '2026-08-01 06:23:27', '', 17, 'https://mrarif.me/drywallmanllc/?p=404', 0, 'revision', '', 0),
(405, 1, '2026-08-01 06:23:27', '2026-08-01 06:23:27', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:23:27', '2026-08-01 06:23:27', '', 17, 'https://mrarif.me/drywallmanllc/?p=405', 0, 'revision', '', 0),
(406, 1, '2026-08-01 06:23:43', '2026-08-01 06:23:43', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:23:43', '2026-08-01 06:23:43', '', 17, 'https://mrarif.me/drywallmanllc/?p=406', 0, 'revision', '', 0),
(407, 1, '2026-08-01 06:23:43', '2026-08-01 06:23:43', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:23:43', '2026-08-01 06:23:43', '', 17, 'https://mrarif.me/drywallmanllc/?p=407', 0, 'revision', '', 0),
(408, 1, '2026-08-01 06:23:43', '2026-08-01 06:23:43', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:23:43', '2026-08-01 06:23:43', '', 17, 'https://mrarif.me/drywallmanllc/?p=408', 0, 'revision', '', 0),
(409, 1, '2026-08-01 06:25:38', '2026-08-01 06:25:38', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:25:38', '2026-08-01 06:25:38', '', 17, 'https://mrarif.me/drywallmanllc/?p=409', 0, 'revision', '', 0),
(410, 1, '2026-08-01 06:25:39', '2026-08-01 06:25:39', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		Meet the team behind the smooth walls.			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:25:39', '2026-08-01 06:25:39', '', 17, 'https://mrarif.me/drywallmanllc/?p=410', 0, 'revision', '', 0),
(411, 1, '2026-08-01 06:25:39', '2026-08-01 06:25:39', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:25:39', '2026-08-01 06:25:39', '', 17, 'https://mrarif.me/drywallmanllc/?p=411', 0, 'revision', '', 0),
(412, 1, '2026-08-01 06:25:40', '2026-08-01 06:25:40', '', 'Repairs', 'Repairs', 'inherit', 'closed', 'closed', '', 'repairs-3', '', '', '2026-08-01 06:27:02', '2026-08-01 06:27:02', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(413, 1, '2026-08-01 06:25:43', '2026-08-01 06:25:43', '', 'Repairs', 'Repairs', 'inherit', 'closed', 'closed', '', 'repairs-2-1', '', '', '2026-08-01 06:27:06', '2026-08-01 06:27:06', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(414, 1, '2026-08-01 06:25:48', '2026-08-01 06:25:48', '', 'Repairs (2)', '', 'inherit', 'closed', 'closed', '', 'repairs-2', '', '', '2026-08-01 06:25:48', '2026-08-01 06:25:48', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(425, 1, '2026-08-01 06:27:16', '2026-08-01 06:27:16', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs (3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs (3)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs (2) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs (2) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs (1) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs (1) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs (3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs (3)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs (2) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs (2) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs (1) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs (1) (1)								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:27:16', '2026-08-01 06:27:16', '', 15, 'https://mrarif.me/drywallmanllc/?p=425', 0, 'revision', '', 0),
(415, 1, '2026-08-01 06:26:17', '2026-08-01 06:26:17', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:26:17', '2026-08-01 06:26:17', '', 17, 'https://mrarif.me/drywallmanllc/?p=415', 0, 'revision', '', 0),
(416, 1, '2026-08-01 06:26:17', '2026-08-01 06:26:17', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:26:17', '2026-08-01 06:26:17', '', 17, 'https://mrarif.me/drywallmanllc/?p=416', 0, 'revision', '', 0),
(417, 1, '2026-08-01 06:26:17', '2026-08-01 06:26:17', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:26:17', '2026-08-01 06:26:17', '', 17, 'https://mrarif.me/drywallmanllc/?p=417', 0, 'revision', '', 0),
(418, 1, '2026-08-01 06:26:31', '2026-08-01 06:26:31', '', 'Repairs', 'Repairs', 'inherit', 'closed', 'closed', '', 'repairs-1-1', '', '', '2026-08-01 06:27:11', '2026-08-01 06:27:11', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(419, 1, '2026-08-01 06:26:43', '2026-08-01 06:26:43', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:26:43', '2026-08-01 06:26:43', '', 15, 'https://mrarif.me/drywallmanllc/?p=419', 0, 'revision', '', 0),
(420, 1, '2026-08-01 06:26:43', '2026-08-01 06:26:43', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project 3								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/Project-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Project-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvUHJvamVjdC0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Project-2								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"New Project-1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wN1wvTmV3LVByb2plY3QtMS5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		New Project-1								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:26:43', '2026-08-01 06:26:43', '', 15, 'https://mrarif.me/drywallmanllc/?p=420', 0, 'revision', '', 0),
(421, 1, '2026-08-01 06:26:43', '2026-08-01 06:26:43', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs (3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs (3)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs (2) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs (2) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs (1) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs (1) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs (3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs (3)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs (2) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs (2) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs (1) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs (1) (1)								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:26:43', '2026-08-01 06:26:43', '', 15, 'https://mrarif.me/drywallmanllc/?p=421', 0, 'revision', '', 0),
(422, 1, '2026-08-01 06:26:49', '2026-08-01 06:26:49', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:26:49', '2026-08-01 06:26:49', '', 17, 'https://mrarif.me/drywallmanllc/?p=422', 0, 'revision', '', 0),
(423, 1, '2026-08-01 06:26:49', '2026-08-01 06:26:49', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:26:49', '2026-08-01 06:26:49', '', 17, 'https://mrarif.me/drywallmanllc/?p=423', 0, 'revision', '', 0),
(424, 1, '2026-08-01 06:26:49', '2026-08-01 06:26:49', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:26:49', '2026-08-01 06:26:49', '', 17, 'https://mrarif.me/drywallmanllc/?p=424', 0, 'revision', '', 0),
(426, 1, '2026-08-01 06:27:16', '2026-08-01 06:27:16', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs (3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs (3)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs (2) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs (2) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs (1) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs (1) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs (3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs (3)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs (2) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs (2) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs (1) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs (1) (1)								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:27:16', '2026-08-01 06:27:16', '', 15, 'https://mrarif.me/drywallmanllc/?p=426', 0, 'revision', '', 0),
(428, 1, '2026-08-01 06:27:57', '2026-08-01 06:27:57', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:27:57', '2026-08-01 06:27:57', '', 17, 'https://mrarif.me/drywallmanllc/?p=428', 0, 'revision', '', 0),
(429, 1, '2026-08-01 06:27:57', '2026-08-01 06:27:57', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:27:57', '2026-08-01 06:27:57', '', 17, 'https://mrarif.me/drywallmanllc/?p=429', 0, 'revision', '', 0),
(430, 1, '2026-08-01 06:27:57', '2026-08-01 06:27:57', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:27:57', '2026-08-01 06:27:57', '', 17, 'https://mrarif.me/drywallmanllc/?p=430', 0, 'revision', '', 0),
(440, 1, '2026-08-01 06:30:17', '2026-08-01 06:30:17', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:30:17', '2026-08-01 06:30:17', '', 15, 'https://mrarif.me/drywallmanllc/?p=440', 0, 'revision', '', 0),
(432, 1, '2026-08-01 06:28:57', '2026-08-01 06:28:57', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:28:57', '2026-08-01 06:28:57', '', 17, 'https://mrarif.me/drywallmanllc/?p=432', 0, 'revision', '', 0),
(433, 1, '2026-08-01 06:28:57', '2026-08-01 06:28:57', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:28:57', '2026-08-01 06:28:57', '', 17, 'https://mrarif.me/drywallmanllc/?p=433', 0, 'revision', '', 0),
(434, 1, '2026-08-01 06:28:57', '2026-08-01 06:28:57', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 06:28:57', '2026-08-01 06:28:57', '', 17, 'https://mrarif.me/drywallmanllc/?p=434', 0, 'revision', '', 0),
(435, 1, '2026-08-01 06:29:57', '2026-08-01 06:29:57', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>', 'Breadcrumbs-Section', '', 'publish', 'closed', 'closed', '', 'breadcrumbs-section', '', '', '2026-08-01 06:29:57', '2026-08-01 06:29:57', '', 0, 'https://mrarif.me/drywallmanllc/?elementor_library=breadcrumbs-section', 0, 'elementor_library', '', 0),
(436, 1, '2026-08-01 06:29:57', '2026-08-01 06:29:57', '', 'Breadcrumbs-Section', '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2026-08-01 06:29:57', '2026-08-01 06:29:57', '', 435, 'https://mrarif.me/drywallmanllc/?p=436', 0, 'revision', '', 0),
(437, 1, '2026-08-01 06:29:57', '2026-08-01 06:29:57', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>', 'Breadcrumbs-Section', '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2026-08-01 06:29:57', '2026-08-01 06:29:57', '', 435, 'https://mrarif.me/drywallmanllc/?p=437', 0, 'revision', '', 0),
(438, 1, '2026-08-01 06:30:16', '2026-08-01 06:30:16', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:30:16', '2026-08-01 06:30:16', '', 15, 'https://mrarif.me/drywallmanllc/?p=438', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(439, 1, '2026-08-01 06:30:16', '2026-08-01 06:30:16', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:30:16', '2026-08-01 06:30:16', '', 15, 'https://mrarif.me/drywallmanllc/?p=439', 0, 'revision', '', 0),
(441, 1, '2026-08-01 06:31:37', '2026-08-01 06:31:37', '', 'Installations', '', 'inherit', 'closed', 'closed', '', 'installations', '', '', '2026-08-01 06:31:37', '2026-08-01 06:31:37', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg', 0, 'attachment', 'image/jpeg', 0),
(442, 1, '2026-08-01 06:31:39', '2026-08-01 06:31:39', '', 'Installations', '', 'inherit', 'closed', 'closed', '', 'installations-2', '', '', '2026-08-01 06:31:39', '2026-08-01 06:31:39', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg', 0, 'attachment', 'image/jpeg', 0),
(443, 1, '2026-08-01 06:31:42', '2026-08-01 06:31:42', '', 'Installations', 'Installations ', 'inherit', 'closed', 'closed', '', 'installations-2-2', '', '', '2026-08-01 06:32:21', '2026-08-01 06:32:21', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(444, 1, '2026-08-01 06:31:59', '2026-08-01 06:31:59', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 06:31:59', '2026-08-01 06:31:59', '', 13, 'https://mrarif.me/drywallmanllc/?p=444', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(445, 1, '2026-08-01 06:31:59', '2026-08-01 06:31:59', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 06:31:59', '2026-08-01 06:31:59', '', 13, 'https://mrarif.me/drywallmanllc/?p=445', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(446, 1, '2026-08-01 06:31:59', '2026-08-01 06:31:59', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 06:31:59', '2026-08-01 06:31:59', '', 13, 'https://mrarif.me/drywallmanllc/?p=446', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(447, 1, '2026-08-01 06:32:21', '2026-08-01 06:32:21', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 06:32:21', '2026-08-01 06:32:21', '', 13, 'https://mrarif.me/drywallmanllc/?p=447', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(448, 1, '2026-08-01 06:32:21', '2026-08-01 06:32:21', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 06:32:21', '2026-08-01 06:32:21', '', 13, 'https://mrarif.me/drywallmanllc/?p=448', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(449, 1, '2026-08-01 06:32:21', '2026-08-01 06:32:21', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 06:32:21', '2026-08-01 06:32:21', '', 13, 'https://mrarif.me/drywallmanllc/?p=449', 0, 'revision', '', 0),
(450, 1, '2026-08-01 06:32:37', '2026-08-01 06:32:37', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:32:37', '2026-08-01 06:32:37', '', 15, 'https://mrarif.me/drywallmanllc/?p=450', 0, 'revision', '', 0),
(451, 1, '2026-08-01 06:32:37', '2026-08-01 06:32:37', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:32:37', '2026-08-01 06:32:37', '', 15, 'https://mrarif.me/drywallmanllc/?p=451', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(452, 1, '2026-08-01 06:32:37', '2026-08-01 06:32:37', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:32:37', '2026-08-01 06:32:37', '', 15, 'https://mrarif.me/drywallmanllc/?p=452', 0, 'revision', '', 0),
(456, 1, '2026-08-01 06:35:05', '2026-08-01 06:35:05', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:35:05', '2026-08-01 06:35:05', '', 15, 'https://mrarif.me/drywallmanllc/?p=456', 0, 'revision', '', 0),
(454, 1, '2026-08-01 06:35:05', '2026-08-01 06:35:05', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:35:05', '2026-08-01 06:35:05', '', 15, 'https://mrarif.me/drywallmanllc/?p=454', 0, 'revision', '', 0),
(455, 1, '2026-08-01 06:35:05', '2026-08-01 06:35:05', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:35:05', '2026-08-01 06:35:05', '', 15, 'https://mrarif.me/drywallmanllc/?p=455', 0, 'revision', '', 0),
(457, 1, '2026-08-01 06:38:55', '2026-08-01 06:38:55', '', 'Ceilings', 'Ceilings', 'inherit', 'closed', 'closed', '', 'ceilings', '', '', '2026-08-01 06:39:27', '2026-08-01 06:39:27', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg', 0, 'attachment', 'image/jpeg', 0),
(458, 1, '2026-08-01 06:38:58', '2026-08-01 06:38:58', '', 'Ceilings', 'Ceilings', 'inherit', 'closed', 'closed', '', 'ceilings-2', '', '', '2026-08-01 06:39:16', '2026-08-01 06:39:16', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg', 0, 'attachment', 'image/jpeg', 0),
(459, 1, '2026-08-01 06:39:01', '2026-08-01 06:39:01', '', 'Ceilings', 'Ceilings', 'inherit', 'closed', 'closed', '', 'ceilings-3', '', '', '2026-08-01 06:39:22', '2026-08-01 06:39:22', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg', 0, 'attachment', 'image/jpeg', 0),
(463, 1, '2026-08-01 06:39:30', '2026-08-01 06:39:30', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:39:30', '2026-08-01 06:39:30', '', 15, 'https://mrarif.me/drywallmanllc/?p=463', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(461, 1, '2026-08-01 06:39:30', '2026-08-01 06:39:30', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:39:30', '2026-08-01 06:39:30', '', 15, 'https://mrarif.me/drywallmanllc/?p=461', 0, 'revision', '', 0),
(462, 1, '2026-08-01 06:39:30', '2026-08-01 06:39:30', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:39:30', '2026-08-01 06:39:30', '', 15, 'https://mrarif.me/drywallmanllc/?p=462', 0, 'revision', '', 0),
(464, 1, '2026-08-01 06:39:50', '2026-08-01 06:39:50', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:39:50', '2026-08-01 06:39:50', '', 15, 'https://mrarif.me/drywallmanllc/?p=464', 0, 'revision', '', 0),
(465, 1, '2026-08-01 06:39:50', '2026-08-01 06:39:50', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Water Damage			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:39:50', '2026-08-01 06:39:50', '', 15, 'https://mrarif.me/drywallmanllc/?p=465', 0, 'revision', '', 0),
(466, 1, '2026-08-01 06:39:50', '2026-08-01 06:39:50', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:39:50', '2026-08-01 06:39:50', '', 15, 'https://mrarif.me/drywallmanllc/?p=466', 0, 'revision', '', 0),
(467, 1, '2026-08-01 06:43:42', '2026-08-01 06:43:42', '', 'Remodels', 'Remodels', 'inherit', 'closed', 'closed', '', 'remodels', '', '', '2026-08-01 06:43:59', '2026-08-01 06:43:59', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg', 0, 'attachment', 'image/jpeg', 0),
(468, 1, '2026-08-01 06:43:44', '2026-08-01 06:43:44', '', 'Remodels', 'Remodels', 'inherit', 'closed', 'closed', '', 'remodels-2', '', '', '2026-08-01 06:44:06', '2026-08-01 06:44:06', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg', 0, 'attachment', 'image/jpeg', 0),
(469, 1, '2026-08-01 06:43:46', '2026-08-01 06:43:46', '', 'Remodels', 'Remodels', 'inherit', 'closed', 'closed', '', 'remodels-2-2', '', '', '2026-08-01 06:44:13', '2026-08-01 06:44:13', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(473, 1, '2026-08-01 06:44:16', '2026-08-01 06:44:16', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:44:16', '2026-08-01 06:44:16', '', 15, 'https://mrarif.me/drywallmanllc/?p=473', 0, 'revision', '', 0),
(471, 1, '2026-08-01 06:44:16', '2026-08-01 06:44:16', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:44:16', '2026-08-01 06:44:16', '', 15, 'https://mrarif.me/drywallmanllc/?p=471', 0, 'revision', '', 0),
(472, 1, '2026-08-01 06:44:16', '2026-08-01 06:44:16', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:44:16', '2026-08-01 06:44:16', '', 15, 'https://mrarif.me/drywallmanllc/?p=472', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(474, 1, '2026-08-01 06:44:55', '2026-08-01 06:44:55', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:44:55', '2026-08-01 06:44:55', '', 15, 'https://mrarif.me/drywallmanllc/?p=474', 0, 'revision', '', 0),
(475, 1, '2026-08-01 06:44:55', '2026-08-01 06:44:55', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:44:55', '2026-08-01 06:44:55', '', 15, 'https://mrarif.me/drywallmanllc/?p=475', 0, 'revision', '', 0),
(476, 1, '2026-08-01 06:44:55', '2026-08-01 06:44:55', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:44:55', '2026-08-01 06:44:55', '', 15, 'https://mrarif.me/drywallmanllc/?p=476', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(477, 1, '2026-08-01 06:46:34', '2026-08-01 06:46:34', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:46:34', '2026-08-01 06:46:34', '', 15, 'https://mrarif.me/drywallmanllc/?p=477', 0, 'revision', '', 0),
(478, 1, '2026-08-01 06:46:34', '2026-08-01 06:46:34', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:46:34', '2026-08-01 06:46:34', '', 15, 'https://mrarif.me/drywallmanllc/?p=478', 0, 'revision', '', 0),
(516, 1, '2026-08-01 07:15:54', '2026-08-01 07:15:54', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:15:54', '2026-08-01 07:15:54', '', 15, 'https://mrarif.me/drywallmanllc/?p=516', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(479, 1, '2026-08-01 06:46:34', '2026-08-01 06:46:34', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:46:34', '2026-08-01 06:46:34', '', 15, 'https://mrarif.me/drywallmanllc/?p=479', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(483, 1, '2026-08-01 06:49:28', '2026-08-01 06:49:28', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:49:28', '2026-08-01 06:49:28', '', 15, 'https://mrarif.me/drywallmanllc/?p=483', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(481, 1, '2026-08-01 06:49:28', '2026-08-01 06:49:28', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:49:28', '2026-08-01 06:49:28', '', 15, 'https://mrarif.me/drywallmanllc/?p=481', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(482, 1, '2026-08-01 06:49:28', '2026-08-01 06:49:28', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:49:28', '2026-08-01 06:49:28', '', 15, 'https://mrarif.me/drywallmanllc/?p=482', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(484, 1, '2026-08-01 06:52:40', '2026-08-01 06:52:40', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:52:40', '2026-08-01 06:52:40', '', 15, 'https://mrarif.me/drywallmanllc/?p=484', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(485, 1, '2026-08-01 06:52:40', '2026-08-01 06:52:40', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:52:40', '2026-08-01 06:52:40', '', 15, 'https://mrarif.me/drywallmanllc/?p=485', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(486, 1, '2026-08-01 06:52:40', '2026-08-01 06:52:40', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:52:40', '2026-08-01 06:52:40', '', 15, 'https://mrarif.me/drywallmanllc/?p=486', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(487, 1, '2026-08-01 06:54:55', '2026-08-01 06:54:55', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:54:55', '2026-08-01 06:54:55', '', 15, 'https://mrarif.me/drywallmanllc/?p=487', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(488, 1, '2026-08-01 06:54:55', '2026-08-01 06:54:55', '<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:54:55', '2026-08-01 06:54:55', '', 15, 'https://mrarif.me/drywallmanllc/?p=488', 0, 'revision', '', 0),
(513, 1, '2026-08-01 07:15:30', '2026-08-01 07:15:30', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations (1) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations (1) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations (3) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations (3) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations (4) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations (4) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations (1) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations (1) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations (3) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations (3) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations (4) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations (4) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:15:30', '2026-08-01 07:15:30', '', 15, 'https://mrarif.me/drywallmanllc/?p=513', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(489, 1, '2026-08-01 06:54:56', '2026-08-01 06:54:56', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:54:56', '2026-08-01 06:54:56', '', 15, 'https://mrarif.me/drywallmanllc/?p=489', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(490, 1, '2026-08-01 06:56:23', '2026-08-01 06:56:23', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:56:23', '2026-08-01 06:56:23', '', 15, 'https://mrarif.me/drywallmanllc/?p=490', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(491, 1, '2026-08-01 06:56:23', '2026-08-01 06:56:23', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:56:23', '2026-08-01 06:56:23', '', 15, 'https://mrarif.me/drywallmanllc/?p=491', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(492, 1, '2026-08-01 06:56:23', '2026-08-01 06:56:23', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:56:23', '2026-08-01 06:56:23', '', 15, 'https://mrarif.me/drywallmanllc/?p=492', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(493, 1, '2026-08-01 06:57:09', '2026-08-01 06:57:09', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:57:09', '2026-08-01 06:57:09', '', 15, 'https://mrarif.me/drywallmanllc/?p=493', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(494, 1, '2026-08-01 06:57:09', '2026-08-01 06:57:09', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:57:09', '2026-08-01 06:57:09', '', 15, 'https://mrarif.me/drywallmanllc/?p=494', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(495, 1, '2026-08-01 06:57:09', '2026-08-01 06:57:09', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 06:57:09', '2026-08-01 06:57:09', '', 15, 'https://mrarif.me/drywallmanllc/?p=495', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(499, 1, '2026-08-01 07:02:39', '2026-08-01 07:02:39', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:02:39', '2026-08-01 07:02:39', '', 15, 'https://mrarif.me/drywallmanllc/?p=499', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(497, 1, '2026-08-01 07:02:39', '2026-08-01 07:02:39', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:02:39', '2026-08-01 07:02:39', '', 15, 'https://mrarif.me/drywallmanllc/?p=497', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(498, 1, '2026-08-01 07:02:39', '2026-08-01 07:02:39', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:02:39', '2026-08-01 07:02:39', '', 15, 'https://mrarif.me/drywallmanllc/?p=498', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(506, 1, '2026-08-01 07:09:29', '2026-08-01 07:09:29', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:09:29', '2026-08-01 07:09:29', '', 15, 'https://mrarif.me/drywallmanllc/?p=506', 0, 'revision', '', 0),
(501, 1, '2026-08-01 07:08:34', '2026-08-01 07:08:34', '', 'Repairs', 'Repairs', 'inherit', 'closed', 'closed', '', 'repairs-4-1', '', '', '2026-08-01 07:08:49', '2026-08-01 07:08:49', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(502, 1, '2026-08-01 07:08:36', '2026-08-01 07:08:36', '', 'Repairs', 'Repairs', 'inherit', 'closed', 'closed', '', 'repairs-6-1', '', '', '2026-08-01 07:08:54', '2026-08-01 07:08:54', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(503, 1, '2026-08-01 07:08:38', '2026-08-01 07:08:38', '', 'Repairs', 'Repairs', 'inherit', 'closed', 'closed', '', 'repairs-5-1', '', '', '2026-08-01 07:09:02', '2026-08-01 07:09:02', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(504, 1, '2026-08-01 07:09:29', '2026-08-01 07:09:29', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:09:29', '2026-08-01 07:09:29', '', 15, 'https://mrarif.me/drywallmanllc/?p=504', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(505, 1, '2026-08-01 07:09:29', '2026-08-01 07:09:29', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:09:29', '2026-08-01 07:09:29', '', 15, 'https://mrarif.me/drywallmanllc/?p=505', 0, 'revision', '', 0),
(514, 1, '2026-08-01 07:15:54', '2026-08-01 07:15:54', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations (1) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations (1) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations (3) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations (3) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations (4) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations (4) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations (1) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations (1) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations (3) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations (3) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations (4) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations (4) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:15:54', '2026-08-01 07:15:54', '', 15, 'https://mrarif.me/drywallmanllc/?p=514', 0, 'revision', '', 0),
(508, 1, '2026-08-01 07:15:17', '2026-08-01 07:15:17', '', 'Installations', 'Installations', 'inherit', 'closed', 'closed', '', 'installations-1-1', '', '', '2026-08-01 07:15:42', '2026-08-01 07:15:42', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(509, 1, '2026-08-01 07:15:19', '2026-08-01 07:15:19', '', 'Installations', 'Installations', 'inherit', 'closed', 'closed', '', 'installations-3-1', '', '', '2026-08-01 07:15:46', '2026-08-01 07:15:46', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(510, 1, '2026-08-01 07:15:21', '2026-08-01 07:15:21', '', 'Installations', 'Installations', 'inherit', 'closed', 'closed', '', 'installations-4-1', '', '', '2026-08-01 07:15:51', '2026-08-01 07:15:51', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(511, 1, '2026-08-01 07:15:29', '2026-08-01 07:15:29', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:15:29', '2026-08-01 07:15:29', '', 15, 'https://mrarif.me/drywallmanllc/?p=511', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(512, 1, '2026-08-01 07:15:29', '2026-08-01 07:15:29', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiJiZjFjNWU0In0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:15:29', '2026-08-01 07:15:29', '', 15, 'https://mrarif.me/drywallmanllc/?p=512', 0, 'revision', '', 0),
(515, 1, '2026-08-01 07:15:54', '2026-08-01 07:15:54', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations (1) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations (1) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations (3) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations (3) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations (4) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations (4) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations (1) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations (1) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations (3) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations (3) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations (4) (1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations (4) (1)								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:15:54', '2026-08-01 07:15:54', '', 15, 'https://mrarif.me/drywallmanllc/?p=515', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(523, 1, '2026-08-01 07:19:36', '2026-08-01 07:19:36', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:19:36', '2026-08-01 07:19:36', '', 15, 'https://mrarif.me/drywallmanllc/?p=523', 0, 'revision', '', 0),
(518, 1, '2026-08-01 07:19:05', '2026-08-01 07:19:05', '', 'Ceilings', 'Ceilings', 'inherit', 'closed', 'closed', '', 'ceilings-1-1', '', '', '2026-08-01 07:19:24', '2026-08-01 07:19:24', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(519, 1, '2026-08-01 07:19:07', '2026-08-01 07:19:07', '', 'Ceilings', 'Ceilings', 'inherit', 'closed', 'closed', '', 'ceilings-2-1', '', '', '2026-08-01 07:19:29', '2026-08-01 07:19:29', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(520, 1, '2026-08-01 07:19:09', '2026-08-01 07:19:09', '', 'Ceilings', 'Ceilings', 'inherit', 'closed', 'closed', '', 'ceilings-3-1', '', '', '2026-08-01 07:19:33', '2026-08-01 07:19:33', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(521, 1, '2026-08-01 07:19:36', '2026-08-01 07:19:36', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:19:36', '2026-08-01 07:19:36', '', 15, 'https://mrarif.me/drywallmanllc/?p=521', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(522, 1, '2026-08-01 07:19:36', '2026-08-01 07:19:36', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:19:36', '2026-08-01 07:19:36', '', 15, 'https://mrarif.me/drywallmanllc/?p=522', 0, 'revision', '', 0),
(530, 1, '2026-08-01 07:23:03', '2026-08-01 07:23:03', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:23:03', '2026-08-01 07:23:03', '', 15, 'https://mrarif.me/drywallmanllc/?p=530', 0, 'revision', '', 0),
(525, 1, '2026-08-01 07:22:42', '2026-08-01 07:22:42', '', 'Remodels', 'Remodels', 'inherit', 'closed', 'closed', '', 'remodels-1-1', '', '', '2026-08-01 07:22:51', '2026-08-01 07:22:51', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(526, 1, '2026-08-01 07:22:44', '2026-08-01 07:22:44', '', 'Remodels', 'Remodels', 'inherit', 'closed', 'closed', '', 'remodels-2-1', '', '', '2026-08-01 07:22:55', '2026-08-01 07:22:55', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(527, 1, '2026-08-01 07:22:46', '2026-08-01 07:22:46', '', 'Remodels', 'Remodels', 'inherit', 'closed', 'closed', '', 'remodels-3-1', '', '', '2026-08-01 07:23:00', '2026-08-01 07:23:00', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(528, 1, '2026-08-01 07:23:02', '2026-08-01 07:23:02', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:23:02', '2026-08-01 07:23:02', '', 15, 'https://mrarif.me/drywallmanllc/?p=528', 0, 'revision', '', 0),
(529, 1, '2026-08-01 07:23:02', '2026-08-01 07:23:02', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:23:02', '2026-08-01 07:23:02', '', 15, 'https://mrarif.me/drywallmanllc/?p=529', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(531, 1, '2026-08-01 07:24:26', '2026-08-01 07:24:26', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:24:26', '2026-08-01 07:24:26', '', 15, 'https://mrarif.me/drywallmanllc/?p=531', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(532, 1, '2026-08-01 07:24:26', '2026-08-01 07:24:26', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0zLmpwZyIsInNsaWRlc2hvdyI6IjdhODRhYjMifQ%3D%3D\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0xLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7a84ab3\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy0yLTEuanBnIiwic2xpZGVzaG93IjoiN2E4NGFiMyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGVnIiwic2xpZGVzaG93IjoiMmM0MmE2MyJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy5qcGciLCJzbGlkZXNob3ciOiIyYzQyYTYzIn0%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2c42a63\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0yLmpwZyIsInNsaWRlc2hvdyI6IjJjNDJhNjMifQ%3D%3D\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MuanBlZyIsInNsaWRlc2hvdyI6ImE0MDNkMWQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a403d1d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy5qcGVnIiwic2xpZGVzaG93IjoiYTQwM2QxZCJ9\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMuanBlZyIsInNsaWRlc2hvdyI6IjEwNmQyYjQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"106d2b4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDY5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi5qcGVnIiwic2xpZGVzaG93IjoiMTA2ZDJiNCJ9\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:24:26', '2026-08-01 07:24:26', '', 15, 'https://mrarif.me/drywallmanllc/?p=532', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(533, 1, '2026-08-01 07:24:26', '2026-08-01 07:24:26', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:24:26', '2026-08-01 07:24:26', '', 15, 'https://mrarif.me/drywallmanllc/?p=533', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(537, 1, '2026-08-01 07:34:41', '2026-08-01 07:34:41', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:34:41', '2026-08-01 07:34:41', '', 15, 'https://mrarif.me/drywallmanllc/?p=537', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(535, 1, '2026-08-01 07:34:40', '2026-08-01 07:34:40', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:34:40', '2026-08-01 07:34:40', '', 15, 'https://mrarif.me/drywallmanllc/?p=535', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(536, 1, '2026-08-01 07:34:40', '2026-08-01 07:34:40', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:34:40', '2026-08-01 07:34:40', '', 15, 'https://mrarif.me/drywallmanllc/?p=536', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(539, 1, '2026-08-01 07:39:03', '2026-08-01 07:39:03', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:39:03', '2026-08-01 07:39:03', '', 15, 'https://mrarif.me/drywallmanllc/?p=539', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(540, 1, '2026-08-01 07:39:03', '2026-08-01 07:39:03', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:39:03', '2026-08-01 07:39:03', '', 15, 'https://mrarif.me/drywallmanllc/?p=540', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(541, 1, '2026-08-01 07:39:03', '2026-08-01 07:39:03', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:39:03', '2026-08-01 07:39:03', '', 15, 'https://mrarif.me/drywallmanllc/?p=541', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(542, 1, '2026-08-01 07:40:01', '2026-08-01 07:40:01', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:40:01', '2026-08-01 07:40:01', '', 15, 'https://mrarif.me/drywallmanllc/?p=542', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(543, 1, '2026-08-01 07:40:02', '2026-08-01 07:40:02', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:40:02', '2026-08-01 07:40:02', '', 15, 'https://mrarif.me/drywallmanllc/?p=543', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(544, 1, '2026-08-01 07:40:02', '2026-08-01 07:40:02', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:40:02', '2026-08-01 07:40:02', '', 15, 'https://mrarif.me/drywallmanllc/?p=544', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(545, 1, '2026-08-01 07:40:12', '2026-08-01 07:40:12', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:40:12', '2026-08-01 07:40:12', '', 15, 'https://mrarif.me/drywallmanllc/?p=545', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(546, 1, '2026-08-01 07:40:12', '2026-08-01 07:40:12', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:40:12', '2026-08-01 07:40:12', '', 15, 'https://mrarif.me/drywallmanllc/?p=546', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(547, 1, '2026-08-01 07:40:12', '2026-08-01 07:40:12', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:40:12', '2026-08-01 07:40:12', '', 15, 'https://mrarif.me/drywallmanllc/?p=547', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(552, 1, '2026-08-01 07:41:36', '2026-08-01 07:41:36', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:41:36', '2026-08-01 07:41:36', '', 15, 'https://mrarif.me/drywallmanllc/?p=552', 0, 'revision', '', 0),
(549, 1, '2026-08-01 07:41:25', '2026-08-01 07:41:25', '', 'video (1)', '', 'inherit', 'closed', 'closed', '', 'video-1', '', '', '2026-08-01 07:41:25', '2026-08-01 07:41:25', '', 15, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(550, 1, '2026-08-01 07:41:36', '2026-08-01 07:41:36', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:41:36', '2026-08-01 07:41:36', '', 15, 'https://mrarif.me/drywallmanllc/?p=550', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(551, 1, '2026-08-01 07:41:36', '2026-08-01 07:41:36', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:41:36', '2026-08-01 07:41:36', '', 15, 'https://mrarif.me/drywallmanllc/?p=551', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(553, 1, '2026-08-01 07:42:21', '2026-08-01 07:42:21', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:42:21', '2026-08-01 07:42:21', '', 15, 'https://mrarif.me/drywallmanllc/?p=553', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(554, 1, '2026-08-01 07:42:21', '2026-08-01 07:42:21', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:42:21', '2026-08-01 07:42:21', '', 15, 'https://mrarif.me/drywallmanllc/?p=554', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(555, 1, '2026-08-01 07:42:21', '2026-08-01 07:42:21', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:42:21', '2026-08-01 07:42:21', '', 15, 'https://mrarif.me/drywallmanllc/?p=555', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(556, 1, '2026-08-01 07:42:50', '2026-08-01 07:42:50', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:42:50', '2026-08-01 07:42:50', '', 15, 'https://mrarif.me/drywallmanllc/?p=556', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(557, 1, '2026-08-01 07:42:50', '2026-08-01 07:42:50', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:42:50', '2026-08-01 07:42:50', '', 15, 'https://mrarif.me/drywallmanllc/?p=557', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(558, 1, '2026-08-01 07:42:50', '2026-08-01 07:42:50', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:42:50', '2026-08-01 07:42:50', '', 15, 'https://mrarif.me/drywallmanllc/?p=558', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(559, 1, '2026-08-01 07:43:12', '2026-08-01 07:43:12', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:43:12', '2026-08-01 07:43:12', '', 15, 'https://mrarif.me/drywallmanllc/?p=559', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(560, 1, '2026-08-01 07:43:13', '2026-08-01 07:43:13', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:43:13', '2026-08-01 07:43:13', '', 15, 'https://mrarif.me/drywallmanllc/?p=560', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(561, 1, '2026-08-01 07:43:13', '2026-08-01 07:43:13', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 07:43:13', '2026-08-01 07:43:13', '', 15, 'https://mrarif.me/drywallmanllc/?p=561', 0, 'revision', '', 0),
(1012, 1, '2026-08-02 15:21:49', '2026-08-02 15:21:49', '{\n    \"site_icon\": {\n        \"value\": 885,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-08-02 15:21:49\"\n    },\n    \"astra-child::custom_logo\": {\n        \"value\": 885,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-08-02 15:21:49\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '042e28ef-c5b2-402b-8a96-132ebcecfbae', '', '', '2026-08-02 15:21:49', '2026-08-02 15:21:49', '', 0, 'https://mrarif.me/drywallmanllc/042e28ef-c5b2-402b-8a96-132ebcecfbae/', 0, 'customize_changeset', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(563, 1, '2026-08-01 07:59:09', '2026-08-01 07:59:09', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 07:59:09', '2026-08-01 07:59:09', '', 13, 'https://mrarif.me/drywallmanllc/?p=563', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(564, 1, '2026-08-01 07:59:10', '2026-08-01 07:59:10', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 07:59:10', '2026-08-01 07:59:10', '', 13, 'https://mrarif.me/drywallmanllc/?p=564', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(565, 1, '2026-08-01 07:59:10', '2026-08-01 07:59:10', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Like What You See?</h2>		<p>Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.</p>								<a href=\"#\">\n									Request a Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 07:59:10', '2026-08-01 07:59:10', '', 13, 'https://mrarif.me/drywallmanllc/?p=565', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(572, 1, '2026-08-01 08:01:42', '2026-08-01 08:01:42', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video-1.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 08:01:42', '2026-08-01 08:01:42', '', 15, 'https://mrarif.me/drywallmanllc/?p=572', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(567, 1, '2026-08-01 08:00:58', '2026-08-01 08:00:58', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Like What You See?</h2>		<p>Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.</p>								<a href=\"#\">\n									Request a Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 08:00:58', '2026-08-01 08:00:58', '', 13, 'https://mrarif.me/drywallmanllc/?p=567', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(568, 1, '2026-08-01 08:00:58', '2026-08-01 08:00:58', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Like What You See?</h2>		<p>Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.</p>								<a href=\"#\">\n									Request a Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 08:00:58', '2026-08-01 08:00:58', '', 13, 'https://mrarif.me/drywallmanllc/?p=568', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(569, 1, '2026-08-01 08:00:59', '2026-08-01 08:00:59', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Like What You See?</h2>		<p>Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.</p>								<a href=\"#\">\n									Request a Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 08:00:59', '2026-08-01 08:00:59', '', 13, 'https://mrarif.me/drywallmanllc/?p=569', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(570, 1, '2026-08-01 08:01:40', '2026-08-01 08:01:40', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 08:01:40', '2026-08-01 08:01:40', '', 15, 'https://mrarif.me/drywallmanllc/?p=570', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(571, 1, '2026-08-01 08:01:41', '2026-08-01 08:01:41', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 08:01:41', '2026-08-01 08:01:41', '', 15, 'https://mrarif.me/drywallmanllc/?p=571', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(573, 1, '2026-08-01 08:02:12', '2026-08-01 08:02:12', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Like What You See?</h2>		<p>Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.</p>								<a href=\"#\">\n									Request a Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 08:02:12', '2026-08-01 08:02:12', '', 13, 'https://mrarif.me/drywallmanllc/?p=573', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(574, 1, '2026-08-01 08:02:13', '2026-08-01 08:02:13', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Like What You See?</h2>		<p>Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.</p>								<a href=\"#\">\n									Request a Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 08:02:13', '2026-08-01 08:02:13', '', 13, 'https://mrarif.me/drywallmanllc/?p=574', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(575, 1, '2026-08-01 08:02:13', '2026-08-01 08:02:13', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Like What You See?</h2>		<p>Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.</p>								<a href=\"#\">\n									Request a Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 08:02:13', '2026-08-01 08:02:13', '', 13, 'https://mrarif.me/drywallmanllc/?p=575', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(576, 1, '2026-08-01 08:04:00', '2026-08-01 08:04:00', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Like What You See?</h2>		<p>Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.</p>								<a href=\"#\">\n									Request a Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 08:04:00', '2026-08-01 08:04:00', '', 13, 'https://mrarif.me/drywallmanllc/?p=576', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(577, 1, '2026-08-01 08:04:00', '2026-08-01 08:04:00', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Like What You See?</h2>		<p>Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.</p>								<a href=\"#\">\n									Request a Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 08:04:00', '2026-08-01 08:04:00', '', 13, 'https://mrarif.me/drywallmanllc/?p=577', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(578, 1, '2026-08-01 08:04:00', '2026-08-01 08:04:00', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Like What You See?</h2>		<p>Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.</p>								<a href=\"#\">\n									Request a Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 08:04:00', '2026-08-01 08:04:00', '', 13, 'https://mrarif.me/drywallmanllc/?p=578', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(579, 1, '2026-08-01 08:04:50', '2026-08-01 08:04:50', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Like What You See?</h2>		<p>Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.</p>								<a href=\"#\">\n									Request a Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 08:04:50', '2026-08-01 08:04:50', '', 13, 'https://mrarif.me/drywallmanllc/?p=579', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(580, 1, '2026-08-01 08:04:50', '2026-08-01 08:04:50', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Like What You See?</h2>		<p>Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.</p>								<a href=\"#\">\n									Request a Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 08:04:50', '2026-08-01 08:04:50', '', 13, 'https://mrarif.me/drywallmanllc/?p=580', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(581, 1, '2026-08-01 08:04:51', '2026-08-01 08:04:51', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Like What You See?</h2>		<p>Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.</p>								<a href=\"#\">\n									Request a Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 08:04:51', '2026-08-01 08:04:51', '', 13, 'https://mrarif.me/drywallmanllc/?p=581', 0, 'revision', '', 0),
(582, 1, '2026-08-01 08:06:38', '2026-08-01 08:06:38', '<h2>Like What You See?</h2>		<p>Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.</p>								<a href=\"#\">\n									Request a Free Estimate\n					</a>', 'Footer-Bottom-Section', '', 'publish', 'closed', 'closed', '', 'footer-bottom-section', '', '', '2026-08-01 08:06:38', '2026-08-01 08:06:38', '', 0, 'https://mrarif.me/drywallmanllc/?elementor_library=footer-bottom-section', 0, 'elementor_library', '', 0),
(583, 1, '2026-08-01 08:06:38', '2026-08-01 08:06:38', '', 'Footer-Bottom-Section', '', 'inherit', 'closed', 'closed', '', '582-revision-v1', '', '', '2026-08-01 08:06:38', '2026-08-01 08:06:38', '', 582, 'https://mrarif.me/drywallmanllc/?p=583', 0, 'revision', '', 0),
(584, 1, '2026-08-01 08:06:38', '2026-08-01 08:06:38', '<h2>Like What You See?</h2>		<p>Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.</p>								<a href=\"#\">\n									Request a Free Estimate\n					</a>', 'Footer-Bottom-Section', '', 'inherit', 'closed', 'closed', '', '582-revision-v1', '', '', '2026-08-01 08:06:38', '2026-08-01 08:06:38', '', 582, 'https://mrarif.me/drywallmanllc/?p=584', 0, 'revision', '', 0),
(585, 1, '2026-08-01 08:06:58', '2026-08-01 08:06:58', '', 'New Project (1)', '', 'inherit', 'closed', 'closed', '', 'new-project-1-2', '', '', '2026-08-01 08:06:58', '2026-08-01 08:06:58', '', 15, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/New-Project-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(586, 1, '2026-08-01 08:07:50', '2026-08-01 08:07:50', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video-1.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 08:07:50', '2026-08-01 08:07:50', '', 15, 'https://mrarif.me/drywallmanllc/?p=586', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(587, 1, '2026-08-01 08:07:50', '2026-08-01 08:07:50', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video-1.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 08:07:50', '2026-08-01 08:07:50', '', 15, 'https://mrarif.me/drywallmanllc/?p=587', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(588, 1, '2026-08-01 08:07:50', '2026-08-01 08:07:50', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video-1.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 08:07:50', '2026-08-01 08:07:50', '', 15, 'https://mrarif.me/drywallmanllc/?p=588', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(589, 1, '2026-08-01 08:12:54', '2026-08-01 08:12:54', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video-1.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 08:12:54', '2026-08-01 08:12:54', '', 15, 'https://mrarif.me/drywallmanllc/?p=589', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(590, 1, '2026-08-01 08:12:54', '2026-08-01 08:12:54', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video-1.mp4', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 08:12:54', '2026-08-01 08:12:54', '', 15, 'https://mrarif.me/drywallmanllc/?p=590', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(591, 1, '2026-08-01 08:12:54', '2026-08-01 08:12:54', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video-1.mp4			<h2>Like What You See?</h2>		Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-01 08:12:54', '2026-08-01 08:12:54', '', 15, 'https://mrarif.me/drywallmanllc/?p=591', 0, 'revision', '', 0),
(592, 1, '2026-08-01 09:01:20', '2026-08-01 09:01:20', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:01:20', '2026-08-01 09:01:20', '', 19, 'https://mrarif.me/drywallmanllc/?p=592', 0, 'revision', '', 0),
(593, 1, '2026-08-01 09:01:20', '2026-08-01 09:01:20', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:01:20', '2026-08-01 09:01:20', '', 19, 'https://mrarif.me/drywallmanllc/?p=593', 0, 'revision', '', 0),
(594, 1, '2026-08-01 09:01:20', '2026-08-01 09:01:20', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:01:20', '2026-08-01 09:01:20', '', 19, 'https://mrarif.me/drywallmanllc/?p=594', 0, 'revision', '', 0),
(595, 1, '2026-08-01 09:03:46', '2026-08-01 09:03:46', '', 'svgexport-15-63.svg', '', 'inherit', 'closed', 'closed', '', 'svgexport-15-63-svg', '', '', '2026-08-01 09:03:46', '2026-08-01 09:03:46', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/svgexport-15-63.svg', 0, 'attachment', 'image/svg+xml', 0),
(596, 1, '2026-08-01 09:03:46', '2026-08-01 09:03:46', '', 'svgexport-15-62.svg', '', 'inherit', 'closed', 'closed', '', 'svgexport-15-62-svg', '', '', '2026-08-01 09:03:46', '2026-08-01 09:03:46', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/svgexport-15-62.svg', 0, 'attachment', 'image/svg+xml', 0),
(597, 1, '2026-08-01 09:03:46', '2026-08-01 09:03:46', '', 'svgexport-15-61.svg', '', 'inherit', 'closed', 'closed', '', 'svgexport-15-61-svg', '', '', '2026-08-01 09:03:46', '2026-08-01 09:03:46', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/svgexport-15-61.svg', 0, 'attachment', 'image/svg+xml', 0),
(598, 1, '2026-08-01 09:03:46', '2026-08-01 09:03:46', '', 'extra-bg-printing-1.png', '', 'inherit', 'closed', 'closed', '', 'extra-bg-printing-1-png', '', '', '2026-08-01 09:03:46', '2026-08-01 09:03:46', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/extra-bg-printing-1.png', 0, 'attachment', 'image/png', 0),
(599, 1, '2026-08-01 09:03:49', '2026-08-01 09:03:49', '<h2>Contact Us</h2>		Diverse Evolution Services LLC					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>\n							<h6>Referral Information</h6>		We welcome referrals from healthcare providers, schools, community organizations, families, and individuals seeking behavioral health support.', 'contact30-6-26', '', 'publish', 'closed', 'closed', '', 'contact30-6-26', '', '', '2026-08-01 09:03:49', '2026-08-01 09:03:49', '', 0, 'https://mrarif.me/drywallmanllc/?elementor_library=contact30-6-26', 0, 'elementor_library', '', 0),
(600, 1, '2026-08-01 09:03:49', '2026-08-01 09:03:49', '<h2>Contact Us</h2>		Diverse Evolution Services LLC					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>\n							<h6>Referral Information</h6>		We welcome referrals from healthcare providers, schools, community organizations, families, and individuals seeking behavioral health support.', 'contact30-6-26', '', 'inherit', 'closed', 'closed', '', '599-revision-v1', '', '', '2026-08-01 09:03:49', '2026-08-01 09:03:49', '', 599, 'https://mrarif.me/drywallmanllc/?p=600', 0, 'revision', '', 0),
(601, 1, '2026-08-01 09:04:55', '2026-08-01 09:04:55', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:04:55', '2026-08-01 09:04:55', '', 19, 'https://mrarif.me/drywallmanllc/?p=601', 0, 'revision', '', 0),
(602, 1, '2026-08-01 09:04:55', '2026-08-01 09:04:55', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:04:55', '2026-08-01 09:04:55', '', 19, 'https://mrarif.me/drywallmanllc/?p=602', 0, 'revision', '', 0),
(642, 1, '2026-08-01 09:13:54', '2026-08-01 09:13:54', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:13:54', '2026-08-01 09:13:54', '', 19, 'https://mrarif.me/drywallmanllc/?p=642', 0, 'revision', '', 0),
(639, 1, '2026-08-01 09:13:28', '2026-08-01 09:13:28', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:13:28', '2026-08-01 09:13:28', '', 19, 'https://mrarif.me/drywallmanllc/?p=639', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(633, 1, '2026-08-01 09:12:28', '2026-08-01 09:12:28', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:12:28', '2026-08-01 09:12:28', '', 19, 'https://mrarif.me/drywallmanllc/?p=633', 0, 'revision', '', 0),
(615, 1, '2026-08-01 09:08:46', '2026-08-01 09:08:46', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:08:46', '2026-08-01 09:08:46', '', 19, 'https://mrarif.me/drywallmanllc/?p=615', 0, 'revision', '', 0),
(603, 1, '2026-08-01 09:04:55', '2026-08-01 09:04:55', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h2>Contact Us</h2>		Diverse Evolution Services LLC					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:04:55', '2026-08-01 09:04:55', '', 19, 'https://mrarif.me/drywallmanllc/?p=603', 0, 'revision', '', 0),
(604, 1, '2026-08-01 09:07:12', '2026-08-01 09:07:12', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h2>Contact Us</h2>		Diverse Evolution Services LLC					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:07:12', '2026-08-01 09:07:12', '', 19, 'https://mrarif.me/drywallmanllc/?p=604', 0, 'revision', '', 0),
(605, 1, '2026-08-01 09:07:12', '2026-08-01 09:07:12', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h2>Contact Us</h2>		Diverse Evolution Services LLC					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:07:12', '2026-08-01 09:07:12', '', 19, 'https://mrarif.me/drywallmanllc/?p=605', 0, 'revision', '', 0),
(606, 1, '2026-08-01 09:07:12', '2026-08-01 09:07:12', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h2>Contact Us</h2>		Diverse Evolution Services LLC					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:07:12', '2026-08-01 09:07:12', '', 19, 'https://mrarif.me/drywallmanllc/?p=606', 0, 'revision', '', 0),
(607, 1, '2026-08-01 09:07:52', '2026-08-01 09:07:52', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h2>Contact Us</h2>		Diverse Evolution Services LLC					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:07:52', '2026-08-01 09:07:52', '', 19, 'https://mrarif.me/drywallmanllc/?p=607', 0, 'revision', '', 0),
(608, 1, '2026-08-01 09:07:52', '2026-08-01 09:07:52', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h2>Contact Us</h2>		Diverse Evolution Services LLC					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:07:52', '2026-08-01 09:07:52', '', 19, 'https://mrarif.me/drywallmanllc/?p=608', 0, 'revision', '', 0),
(609, 1, '2026-08-01 09:07:52', '2026-08-01 09:07:52', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h2>Contact Us</h2>		Diverse Evolution Services LLC					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:07:52', '2026-08-01 09:07:52', '', 19, 'https://mrarif.me/drywallmanllc/?p=609', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(610, 1, '2026-08-01 09:08:38', '2026-08-01 09:08:38', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h2>Contact Us</h2>		Diverse Evolution Services LLC					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:08:38', '2026-08-01 09:08:38', '', 19, 'https://mrarif.me/drywallmanllc/?p=610', 0, 'revision', '', 0),
(611, 1, '2026-08-01 09:08:38', '2026-08-01 09:08:38', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h2>Contact Us</h2>		Diverse Evolution Services LLC					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:08:38', '2026-08-01 09:08:38', '', 19, 'https://mrarif.me/drywallmanllc/?p=611', 0, 'revision', '', 0),
(612, 1, '2026-08-01 09:08:39', '2026-08-01 09:08:39', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h2>Contact Us</h2>		Diverse Evolution Services LLC					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:08:39', '2026-08-01 09:08:39', '', 19, 'https://mrarif.me/drywallmanllc/?p=612', 0, 'revision', '', 0),
(613, 1, '2026-08-01 09:08:46', '2026-08-01 09:08:46', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h2>Contact Us</h2>		Diverse Evolution Services LLC					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:08:46', '2026-08-01 09:08:46', '', 19, 'https://mrarif.me/drywallmanllc/?p=613', 0, 'revision', '', 0),
(614, 1, '2026-08-01 09:08:46', '2026-08-01 09:08:46', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h2>Contact Us</h2>		Diverse Evolution Services LLC					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:08:46', '2026-08-01 09:08:46', '', 19, 'https://mrarif.me/drywallmanllc/?p=614', 0, 'revision', '', 0),
(616, 1, '2026-08-01 09:09:07', '2026-08-01 09:09:07', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:09:07', '2026-08-01 09:09:07', '', 19, 'https://mrarif.me/drywallmanllc/?p=616', 0, 'revision', '', 0),
(617, 1, '2026-08-01 09:09:07', '2026-08-01 09:09:07', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:09:07', '2026-08-01 09:09:07', '', 19, 'https://mrarif.me/drywallmanllc/?p=617', 0, 'revision', '', 0),
(618, 1, '2026-08-01 09:09:07', '2026-08-01 09:09:07', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:09:07', '2026-08-01 09:09:07', '', 19, 'https://mrarif.me/drywallmanllc/?p=618', 0, 'revision', '', 0),
(619, 1, '2026-08-01 09:09:40', '2026-08-01 09:09:40', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:09:40', '2026-08-01 09:09:40', '', 19, 'https://mrarif.me/drywallmanllc/?p=619', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(620, 1, '2026-08-01 09:09:40', '2026-08-01 09:09:40', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:09:40', '2026-08-01 09:09:40', '', 19, 'https://mrarif.me/drywallmanllc/?p=620', 0, 'revision', '', 0),
(621, 1, '2026-08-01 09:09:40', '2026-08-01 09:09:40', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:09:40', '2026-08-01 09:09:40', '', 19, 'https://mrarif.me/drywallmanllc/?p=621', 0, 'revision', '', 0),
(622, 1, '2026-08-01 09:10:11', '2026-08-01 09:10:11', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:10:11', '2026-08-01 09:10:11', '', 19, 'https://mrarif.me/drywallmanllc/?p=622', 0, 'revision', '', 0),
(623, 1, '2026-08-01 09:10:11', '2026-08-01 09:10:11', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:10:11', '2026-08-01 09:10:11', '', 19, 'https://mrarif.me/drywallmanllc/?p=623', 0, 'revision', '', 0),
(624, 1, '2026-08-01 09:10:11', '2026-08-01 09:10:11', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:10:11', '2026-08-01 09:10:11', '', 19, 'https://mrarif.me/drywallmanllc/?p=624', 0, 'revision', '', 0),
(625, 1, '2026-08-01 09:10:43', '2026-08-01 09:10:43', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:10:43', '2026-08-01 09:10:43', '', 19, 'https://mrarif.me/drywallmanllc/?p=625', 0, 'revision', '', 0),
(626, 1, '2026-08-01 09:10:43', '2026-08-01 09:10:43', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:10:43', '2026-08-01 09:10:43', '', 19, 'https://mrarif.me/drywallmanllc/?p=626', 0, 'revision', '', 0),
(627, 1, '2026-08-01 09:10:43', '2026-08-01 09:10:43', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:10:43', '2026-08-01 09:10:43', '', 19, 'https://mrarif.me/drywallmanllc/?p=627', 0, 'revision', '', 0),
(628, 1, '2026-08-01 09:11:04', '2026-08-01 09:11:04', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:11:04', '2026-08-01 09:11:04', '', 19, 'https://mrarif.me/drywallmanllc/?p=628', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(629, 1, '2026-08-01 09:11:04', '2026-08-01 09:11:04', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:11:04', '2026-08-01 09:11:04', '', 19, 'https://mrarif.me/drywallmanllc/?p=629', 0, 'revision', '', 0),
(630, 1, '2026-08-01 09:11:04', '2026-08-01 09:11:04', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:11:04', '2026-08-01 09:11:04', '', 19, 'https://mrarif.me/drywallmanllc/?p=630', 0, 'revision', '', 0),
(631, 1, '2026-08-01 09:12:28', '2026-08-01 09:12:28', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:12:28', '2026-08-01 09:12:28', '', 19, 'https://mrarif.me/drywallmanllc/?p=631', 0, 'revision', '', 0),
(632, 1, '2026-08-01 09:12:28', '2026-08-01 09:12:28', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>\n				<a href=\"tel:7135049629\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M34.498 22.652a6.664 6.664 0 0 1 6.656 6.657 1 1 0 0 0 2 0c0-4.773-3.883-8.657-8.656-8.657a1 1 0 0 0 0 2zM34.498 13.348c8.8 0 15.96 7.16 15.96 15.96a1 1 0 0 0 2 0c0-9.903-8.057-17.96-17.96-17.96a1 1 0 0 0 0 2z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M34.498 4c13.955 0 25.308 11.354 25.308 25.309a1 1 0 0 0 2 0C61.806 14.251 49.556 2 34.498 2a1 1 0 0 0 0 2zM22.217 20.743l-6.63-12.471a3.79 3.79 0 0 0-4.398-1.852c-2.095.615-3.899 1.668-5.36 3.129-7.772 7.773-3.192 25.001 10.211 38.404 6.428 6.428 13.905 11.054 21.054 13.027 2.485.686 4.834 1.025 7.004 1.025 4.244 0 7.803-1.298 10.345-3.841 1.444-1.444 2.498-3.231 3.131-5.311a3.78 3.78 0 0 0-1.84-4.427l-12.482-6.649a3.75 3.75 0 0 0-4.436.662l-4.134 4.134c-3.432-1.143-7.2-3.607-10.427-6.835-3.213-3.213-5.677-6.981-6.833-10.428l4.133-4.133a3.747 3.747 0 0 0 .663-4.433zm-2.077 3.019-4.562 4.562a1 1 0 0 0-.251.992c1.176 3.962 3.844 8.166 7.514 11.835 3.633 3.634 7.949 6.374 11.838 7.516.352.104.73.007.989-.252l4.562-4.562a1.76 1.76 0 0 1 2.081-.31l12.482 6.649a1.776 1.776 0 0 1 .867 2.08c-.537 1.762-1.422 3.269-2.632 4.479-3.312 3.312-8.783 4.129-15.403 2.302-6.821-1.882-13.985-6.326-20.172-12.513C4.83 33.917.249 17.957 7.242 10.964c1.222-1.221 2.739-2.104 4.51-2.625a1.786 1.786 0 0 1 2.069.872l6.63 12.471c.368.69.243 1.526-.311 2.08z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"tel:7135049629\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						713-504-9629					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:12:28', '2026-08-01 09:12:28', '', 19, 'https://mrarif.me/drywallmanllc/?p=632', 0, 'revision', '', 0),
(634, 1, '2026-08-01 09:12:38', '2026-08-01 09:12:38', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:12:38', '2026-08-01 09:12:38', '', 19, 'https://mrarif.me/drywallmanllc/?p=634', 0, 'revision', '', 0),
(635, 1, '2026-08-01 09:12:38', '2026-08-01 09:12:38', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:12:38', '2026-08-01 09:12:38', '', 19, 'https://mrarif.me/drywallmanllc/?p=635', 0, 'revision', '', 0),
(636, 1, '2026-08-01 09:12:38', '2026-08-01 09:12:38', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:12:38', '2026-08-01 09:12:38', '', 19, 'https://mrarif.me/drywallmanllc/?p=636', 0, 'revision', '', 0),
(637, 1, '2026-08-01 09:13:28', '2026-08-01 09:13:28', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:13:28', '2026-08-01 09:13:28', '', 19, 'https://mrarif.me/drywallmanllc/?p=637', 0, 'revision', '', 0),
(638, 1, '2026-08-01 09:13:28', '2026-08-01 09:13:28', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 494.001 494.001\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M445.288 89.009H48.709C21.82 89.039.03 110.829 0 137.718v218.564c.03 26.888 21.82 48.679 48.709 48.709h396.579c26.89-.029 48.682-21.819 48.712-48.709V137.718c-.03-26.889-21.822-48.679-48.712-48.709zM332.824 247l140.458-118.303a29.266 29.266 0 0 1 1.421 9.02v218.564a29.295 29.295 0 0 1-1.42 9.02zm112.464-138.694a29.256 29.256 0 0 1 16.346 4.972L247 294.059 32.366 113.278a29.241 29.241 0 0 1 16.344-4.971zM20.719 365.305a29.278 29.278 0 0 1-1.421-9.022V137.718a29.302 29.302 0 0 1 1.421-9.021L161.175 247zm27.99 20.39a29.244 29.244 0 0 1-16.343-4.967L176.152 259.62l64.632 54.436a9.648 9.648 0 0 0 12.431 0l64.632-54.437 143.785 121.103a29.243 29.243 0 0 1-16.345 4.972H48.709z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"mailto:info@diverseevolutionservices.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						info@diverseevolutionservices.com					</p>\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:13:28', '2026-08-01 09:13:28', '', 19, 'https://mrarif.me/drywallmanllc/?p=638', 0, 'revision', '', 0),
(640, 1, '2026-08-01 09:13:54', '2026-08-01 09:13:54', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:13:54', '2026-08-01 09:13:54', '', 19, 'https://mrarif.me/drywallmanllc/?p=640', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(641, 1, '2026-08-01 09:13:54', '2026-08-01 09:13:54', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 128 128\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M78.777 37.021A14.777 14.777 0 1 0 64 51.8a14.795 14.795 0 0 0 14.777-14.779zm-26.054 0A11.277 11.277 0 1 1 64 48.3a11.29 11.29 0 0 1-11.277-11.279z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m123.328 121.069-14.266-37.4a1.751 1.751 0 0 0-1.635-1.126h-27c.165-.269.329-.53.494-.8 10.389-17.2 15.617-32.246 15.542-44.714a32.464 32.464 0 0 0-64.928-.011c-.075 12.479 5.153 27.527 15.542 44.725.165.273.329.534.494.8h-27a1.751 1.751 0 0 0-1.635 1.126l-14.264 37.4a1.748 1.748 0 0 0 1.635 2.374h115.386a1.748 1.748 0 0 0 1.635-2.374zM35.036 37.021a28.964 28.964 0 1 1 57.928.01C93.114 61.889 69.874 92.548 64 99.9c-5.874-7.349-29.115-38-28.964-62.879zM62.667 103.8a1.75 1.75 0 0 0 2.666 0 185.716 185.716 0 0 0 12.9-17.759h27.987l2.24 5.875-54.691 19.451-19.494-25.329h15.49A185.716 185.716 0 0 0 62.667 103.8zm-8.959 11.3h.01l32.627-11.6L99 119.943H40.1zm-31.93-29.062h8.08L50.3 112.6l-20.643 7.342H8.847zm81.643 33.905-13.609-17.682 19.9-7.077 9.443 24.759z\" fill=\"#EF693B\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/?cid=10528959144882164336&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						6575 West Loop South\nSuite 500\nBellaire, Texas 77401					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:13:54', '2026-08-01 09:13:54', '', 19, 'https://mrarif.me/drywallmanllc/?p=641', 0, 'revision', '', 0),
(643, 1, '2026-08-01 09:14:16', '2026-08-01 09:14:16', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:14:16', '2026-08-01 09:14:16', '', 19, 'https://mrarif.me/drywallmanllc/?p=643', 0, 'revision', '', 0),
(644, 1, '2026-08-01 09:14:16', '2026-08-01 09:14:16', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:14:16', '2026-08-01 09:14:16', '', 19, 'https://mrarif.me/drywallmanllc/?p=644', 0, 'revision', '', 0),
(645, 1, '2026-08-01 09:14:16', '2026-08-01 09:14:16', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:14:16', '2026-08-01 09:14:16', '', 19, 'https://mrarif.me/drywallmanllc/?p=645', 0, 'revision', '', 0),
(646, 1, '2026-08-01 09:15:24', '2026-08-01 09:15:24', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:15:24', '2026-08-01 09:15:24', '', 19, 'https://mrarif.me/drywallmanllc/?p=646', 0, 'revision', '', 0),
(647, 1, '2026-08-01 09:15:24', '2026-08-01 09:15:24', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:15:24', '2026-08-01 09:15:24', '', 19, 'https://mrarif.me/drywallmanllc/?p=647', 0, 'revision', '', 0),
(648, 1, '2026-08-01 09:15:24', '2026-08-01 09:15:24', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:15:24', '2026-08-01 09:15:24', '', 19, 'https://mrarif.me/drywallmanllc/?p=648', 0, 'revision', '', 0),
(649, 1, '2026-08-01 09:18:13', '2026-08-01 09:18:13', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:18:13', '2026-08-01 09:18:13', '', 19, 'https://mrarif.me/drywallmanllc/?p=649', 0, 'revision', '', 0),
(650, 1, '2026-08-01 09:18:13', '2026-08-01 09:18:13', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:18:13', '2026-08-01 09:18:13', '', 19, 'https://mrarif.me/drywallmanllc/?p=650', 0, 'revision', '', 0),
(651, 1, '2026-08-01 09:18:13', '2026-08-01 09:18:13', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							FAQ Question 2						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n							FAQ Question 3						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:18:13', '2026-08-01 09:18:13', '', 19, 'https://mrarif.me/drywallmanllc/?p=651', 0, 'revision', '', 0),
(652, 1, '2026-08-01 09:18:54', '2026-08-01 09:18:54', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							FAQ Question 2						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n							FAQ Question 3						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:18:54', '2026-08-01 09:18:54', '', 19, 'https://mrarif.me/drywallmanllc/?p=652', 0, 'revision', '', 0),
(653, 1, '2026-08-01 09:18:54', '2026-08-01 09:18:54', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							FAQ Question 2						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n							FAQ Question 3						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:18:54', '2026-08-01 09:18:54', '', 19, 'https://mrarif.me/drywallmanllc/?p=653', 0, 'revision', '', 0),
(654, 1, '2026-08-01 09:18:54', '2026-08-01 09:18:54', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							FAQ Question 2						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n							FAQ Question 3						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:18:54', '2026-08-01 09:18:54', '', 19, 'https://mrarif.me/drywallmanllc/?p=654', 0, 'revision', '', 0),
(655, 1, '2026-08-01 09:21:15', '2026-08-01 09:21:15', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							FAQ Question 2						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n							FAQ Question 3						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:21:15', '2026-08-01 09:21:15', '', 19, 'https://mrarif.me/drywallmanllc/?p=655', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(656, 1, '2026-08-01 09:21:16', '2026-08-01 09:21:16', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							FAQ Question 2						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n							FAQ Question 3						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:21:16', '2026-08-01 09:21:16', '', 19, 'https://mrarif.me/drywallmanllc/?p=656', 0, 'revision', '', 0),
(657, 1, '2026-08-01 09:21:16', '2026-08-01 09:21:16', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:21:16', '2026-08-01 09:21:16', '', 19, 'https://mrarif.me/drywallmanllc/?p=657', 0, 'revision', '', 0),
(658, 1, '2026-08-01 09:21:42', '2026-08-01 09:21:42', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:21:42', '2026-08-01 09:21:42', '', 19, 'https://mrarif.me/drywallmanllc/?p=658', 0, 'revision', '', 0),
(659, 1, '2026-08-01 09:21:42', '2026-08-01 09:21:42', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:21:42', '2026-08-01 09:21:42', '', 19, 'https://mrarif.me/drywallmanllc/?p=659', 0, 'revision', '', 0),
(660, 1, '2026-08-01 09:21:43', '2026-08-01 09:21:43', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:21:43', '2026-08-01 09:21:43', '', 19, 'https://mrarif.me/drywallmanllc/?p=660', 0, 'revision', '', 0),
(661, 1, '2026-08-01 09:22:06', '2026-08-01 09:22:06', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:22:06', '2026-08-01 09:22:06', '', 19, 'https://mrarif.me/drywallmanllc/?p=661', 0, 'revision', '', 0),
(662, 1, '2026-08-01 09:22:06', '2026-08-01 09:22:06', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:22:06', '2026-08-01 09:22:06', '', 19, 'https://mrarif.me/drywallmanllc/?p=662', 0, 'revision', '', 0),
(663, 1, '2026-08-01 09:22:06', '2026-08-01 09:22:06', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:22:06', '2026-08-01 09:22:06', '', 19, 'https://mrarif.me/drywallmanllc/?p=663', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(664, 1, '2026-08-01 09:23:41', '2026-08-01 09:23:41', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:23:41', '2026-08-01 09:23:41', '', 19, 'https://mrarif.me/drywallmanllc/?p=664', 0, 'revision', '', 0),
(665, 1, '2026-08-01 09:23:42', '2026-08-01 09:23:42', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:23:42', '2026-08-01 09:23:42', '', 19, 'https://mrarif.me/drywallmanllc/?p=665', 0, 'revision', '', 0),
(666, 1, '2026-08-01 09:23:42', '2026-08-01 09:23:42', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:23:42', '2026-08-01 09:23:42', '', 19, 'https://mrarif.me/drywallmanllc/?p=666', 0, 'revision', '', 0),
(667, 1, '2026-08-01 09:25:16', '2026-08-01 09:25:16', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:25:16', '2026-08-01 09:25:16', '', 19, 'https://mrarif.me/drywallmanllc/?p=667', 0, 'revision', '', 0),
(668, 1, '2026-08-01 09:25:16', '2026-08-01 09:25:16', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:25:16', '2026-08-01 09:25:16', '', 19, 'https://mrarif.me/drywallmanllc/?p=668', 0, 'revision', '', 0),
(669, 1, '2026-08-01 09:25:16', '2026-08-01 09:25:16', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:25:16', '2026-08-01 09:25:16', '', 19, 'https://mrarif.me/drywallmanllc/?p=669', 0, 'revision', '', 0),
(670, 1, '2026-08-01 09:25:34', '2026-08-01 09:25:34', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:25:34', '2026-08-01 09:25:34', '', 19, 'https://mrarif.me/drywallmanllc/?p=670', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(671, 1, '2026-08-01 09:25:34', '2026-08-01 09:25:34', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:25:34', '2026-08-01 09:25:34', '', 19, 'https://mrarif.me/drywallmanllc/?p=671', 0, 'revision', '', 0),
(672, 1, '2026-08-01 09:25:34', '2026-08-01 09:25:34', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:25:34', '2026-08-01 09:25:34', '', 19, 'https://mrarif.me/drywallmanllc/?p=672', 0, 'revision', '', 0),
(673, 1, '2026-08-01 09:26:37', '2026-08-01 09:26:37', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:26:37', '2026-08-01 09:26:37', '', 19, 'https://mrarif.me/drywallmanllc/?p=673', 0, 'revision', '', 0),
(674, 1, '2026-08-01 09:26:37', '2026-08-01 09:26:37', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:26:37', '2026-08-01 09:26:37', '', 19, 'https://mrarif.me/drywallmanllc/?p=674', 0, 'revision', '', 0),
(675, 1, '2026-08-01 09:26:37', '2026-08-01 09:26:37', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:26:37', '2026-08-01 09:26:37', '', 19, 'https://mrarif.me/drywallmanllc/?p=675', 0, 'revision', '', 0),
(676, 1, '2026-08-01 09:35:49', '2026-08-01 09:35:49', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:35:49', '2026-08-01 09:35:49', '', 19, 'https://mrarif.me/drywallmanllc/?p=676', 0, 'revision', '', 0),
(677, 1, '2026-08-01 09:35:49', '2026-08-01 09:35:49', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:35:49', '2026-08-01 09:35:49', '', 19, 'https://mrarif.me/drywallmanllc/?p=677', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(678, 1, '2026-08-01 09:35:49', '2026-08-01 09:35:49', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:35:49', '2026-08-01 09:35:49', '', 19, 'https://mrarif.me/drywallmanllc/?p=678', 0, 'revision', '', 0),
(679, 1, '2026-08-01 09:41:36', '2026-08-01 09:41:36', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:41:36', '2026-08-01 09:41:36', '', 19, 'https://mrarif.me/drywallmanllc/?p=679', 0, 'revision', '', 0),
(680, 1, '2026-08-01 09:41:36', '2026-08-01 09:41:36', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:41:36', '2026-08-01 09:41:36', '', 19, 'https://mrarif.me/drywallmanllc/?p=680', 0, 'revision', '', 0),
(681, 1, '2026-08-01 09:41:36', '2026-08-01 09:41:36', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290px\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></ifr\name>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:41:36', '2026-08-01 09:41:36', '', 19, 'https://mrarif.me/drywallmanllc/?p=681', 0, 'revision', '', 0),
(682, 1, '2026-08-01 09:42:04', '2026-08-01 09:42:04', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290px\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></ifr\name>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:42:04', '2026-08-01 09:42:04', '', 19, 'https://mrarif.me/drywallmanllc/?p=682', 0, 'revision', '', 0),
(683, 1, '2026-08-01 09:42:04', '2026-08-01 09:42:04', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290px\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></ifr\name>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:42:04', '2026-08-01 09:42:04', '', 19, 'https://mrarif.me/drywallmanllc/?p=683', 0, 'revision', '', 0),
(684, 1, '2026-08-01 09:42:05', '2026-08-01 09:42:05', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290px\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></ifr\name>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:42:05', '2026-08-01 09:42:05', '', 19, 'https://mrarif.me/drywallmanllc/?p=684', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(685, 1, '2026-08-01 09:42:41', '2026-08-01 09:42:41', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290px\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></ifr\name>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:42:41', '2026-08-01 09:42:41', '', 19, 'https://mrarif.me/drywallmanllc/?p=685', 0, 'revision', '', 0),
(686, 1, '2026-08-01 09:42:41', '2026-08-01 09:42:41', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290px\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></ifr\name>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:42:41', '2026-08-01 09:42:41', '', 19, 'https://mrarif.me/drywallmanllc/?p=686', 0, 'revision', '', 0),
(687, 1, '2026-08-01 09:42:42', '2026-08-01 09:42:42', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></ifr\name>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:42:42', '2026-08-01 09:42:42', '', 19, 'https://mrarif.me/drywallmanllc/?p=687', 0, 'revision', '', 0),
(688, 1, '2026-08-01 09:43:14', '2026-08-01 09:43:14', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></ifr\name>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:43:14', '2026-08-01 09:43:14', '', 19, 'https://mrarif.me/drywallmanllc/?p=688', 0, 'revision', '', 0),
(689, 1, '2026-08-01 09:43:14', '2026-08-01 09:43:14', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></ifr\name>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:43:14', '2026-08-01 09:43:14', '', 19, 'https://mrarif.me/drywallmanllc/?p=689', 0, 'revision', '', 0),
(696, 1, '2026-08-01 09:44:10', '2026-08-01 09:44:10', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:44:10', '2026-08-01 09:44:10', '', 19, 'https://mrarif.me/drywallmanllc/?p=696', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(690, 1, '2026-08-01 09:43:15', '2026-08-01 09:43:15', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n						<details id=\"e-n-accordion-item-1980\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1980\" >\n					 Item #1 \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n						<details id=\"e-n-accordion-item-1981\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1981\" >\n					 Item #2 \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n						<details id=\"e-n-accordion-item-1982\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1982\" >\n					 Item #3 \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></ifr\name>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:43:15', '2026-08-01 09:43:15', '', 19, 'https://mrarif.me/drywallmanllc/?p=690', 0, 'revision', '', 0),
(691, 1, '2026-08-01 09:43:43', '2026-08-01 09:43:43', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n						<details id=\"e-n-accordion-item-1980\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1980\" >\n					 Item #1 \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n						<details id=\"e-n-accordion-item-1981\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1981\" >\n					 Item #2 \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n						<details id=\"e-n-accordion-item-1982\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1982\" >\n					 Item #3 \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></ifr\name>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:43:43', '2026-08-01 09:43:43', '', 19, 'https://mrarif.me/drywallmanllc/?p=691', 0, 'revision', '', 0),
(692, 1, '2026-08-01 09:43:43', '2026-08-01 09:43:43', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n						<details id=\"e-n-accordion-item-1980\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1980\" >\n					 Item #1 \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n						<details id=\"e-n-accordion-item-1981\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1981\" >\n					 Item #2 \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n						<details id=\"e-n-accordion-item-1982\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1982\" >\n					 Item #3 \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></ifr\name>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:43:43', '2026-08-01 09:43:43', '', 19, 'https://mrarif.me/drywallmanllc/?p=692', 0, 'revision', '', 0),
(693, 1, '2026-08-01 09:43:43', '2026-08-01 09:43:43', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n						<details id=\"e-n-accordion-item-1980\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1980\" >\n					 Item #1 \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n						<details id=\"e-n-accordion-item-1981\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1981\" >\n					 Item #2 \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n						<details id=\"e-n-accordion-item-1982\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1982\" >\n					 Item #3 \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></ifr\name>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:43:43', '2026-08-01 09:43:43', '', 19, 'https://mrarif.me/drywallmanllc/?p=693', 0, 'revision', '', 0),
(694, 1, '2026-08-01 09:44:10', '2026-08-01 09:44:10', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n						<details id=\"e-n-accordion-item-1980\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1980\" >\n					 Item #1 \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n						<details id=\"e-n-accordion-item-1981\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1981\" >\n					 Item #2 \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n						<details id=\"e-n-accordion-item-1982\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1982\" >\n					 Item #3 \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></ifr\name>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:44:10', '2026-08-01 09:44:10', '', 19, 'https://mrarif.me/drywallmanllc/?p=694', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(695, 1, '2026-08-01 09:44:10', '2026-08-01 09:44:10', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n						<details id=\"e-n-accordion-item-1980\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1980\" >\n					 Item #1 \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n						<details id=\"e-n-accordion-item-1981\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1981\" >\n					 Item #2 \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n						<details id=\"e-n-accordion-item-1982\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1982\" >\n					 Item #3 \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></ifr\name>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:44:10', '2026-08-01 09:44:10', '', 19, 'https://mrarif.me/drywallmanllc/?p=695', 0, 'revision', '', 0),
(697, 1, '2026-08-01 09:44:29', '2026-08-01 09:44:29', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:44:29', '2026-08-01 09:44:29', '', 19, 'https://mrarif.me/drywallmanllc/?p=697', 0, 'revision', '', 0),
(698, 1, '2026-08-01 09:44:29', '2026-08-01 09:44:29', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:44:29', '2026-08-01 09:44:29', '', 19, 'https://mrarif.me/drywallmanllc/?p=698', 0, 'revision', '', 0),
(705, 1, '2026-08-01 09:45:21', '2026-08-01 09:45:21', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:45:21', '2026-08-01 09:45:21', '', 19, 'https://mrarif.me/drywallmanllc/?p=705', 0, 'revision', '', 0),
(699, 1, '2026-08-01 09:44:30', '2026-08-01 09:44:30', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></ifr\name>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:44:30', '2026-08-01 09:44:30', '', 19, 'https://mrarif.me/drywallmanllc/?p=699', 0, 'revision', '', 0),
(700, 1, '2026-08-01 09:45:04', '2026-08-01 09:45:04', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></ifr\name>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:45:04', '2026-08-01 09:45:04', '', 19, 'https://mrarif.me/drywallmanllc/?p=700', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(701, 1, '2026-08-01 09:45:04', '2026-08-01 09:45:04', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></ifr\name>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:45:04', '2026-08-01 09:45:04', '', 19, 'https://mrarif.me/drywallmanllc/?p=701', 0, 'revision', '', 0),
(702, 1, '2026-08-01 09:45:04', '2026-08-01 09:45:04', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:45:04', '2026-08-01 09:45:04', '', 19, 'https://mrarif.me/drywallmanllc/?p=702', 0, 'revision', '', 0),
(703, 1, '2026-08-01 09:45:21', '2026-08-01 09:45:21', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:45:21', '2026-08-01 09:45:21', '', 19, 'https://mrarif.me/drywallmanllc/?p=703', 0, 'revision', '', 0),
(704, 1, '2026-08-01 09:45:21', '2026-08-01 09:45:21', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:45:21', '2026-08-01 09:45:21', '', 19, 'https://mrarif.me/drywallmanllc/?p=704', 0, 'revision', '', 0),
(706, 1, '2026-08-01 09:52:15', '2026-08-01 09:52:15', '', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:52:15', '2026-08-01 09:52:15', '', 25, 'https://mrarif.me/drywallmanllc/?p=706', 0, 'revision', '', 0),
(707, 1, '2026-08-01 09:52:15', '2026-08-01 09:52:15', '', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:52:15', '2026-08-01 09:52:15', '', 25, 'https://mrarif.me/drywallmanllc/?p=707', 0, 'revision', '', 0),
(708, 1, '2026-08-01 09:52:15', '2026-08-01 09:52:15', 'Request Free Estimate					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:52:15', '2026-08-01 09:52:15', '', 25, 'https://mrarif.me/drywallmanllc/?p=708', 0, 'revision', '', 0),
(709, 1, '2026-08-01 09:53:34', '2026-08-01 09:53:34', 'Request Free Estimate					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:53:34', '2026-08-01 09:53:34', '', 25, 'https://mrarif.me/drywallmanllc/?p=709', 0, 'revision', '', 0),
(710, 1, '2026-08-01 09:53:34', '2026-08-01 09:53:34', 'Request Free Estimate					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:53:34', '2026-08-01 09:53:34', '', 25, 'https://mrarif.me/drywallmanllc/?p=710', 0, 'revision', '', 0),
(711, 1, '2026-08-01 09:53:35', '2026-08-01 09:53:35', 'Request Free Estimate					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:53:35', '2026-08-01 09:53:35', '', 25, 'https://mrarif.me/drywallmanllc/?p=711', 0, 'revision', '', 0),
(712, 1, '2026-08-01 09:53:41', '2026-08-01 09:53:41', 'Request Free Estimate					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:53:41', '2026-08-01 09:53:41', '', 25, 'https://mrarif.me/drywallmanllc/?p=712', 0, 'revision', '', 0),
(713, 1, '2026-08-01 09:53:41', '2026-08-01 09:53:41', 'Request Free Estimate					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:53:41', '2026-08-01 09:53:41', '', 25, 'https://mrarif.me/drywallmanllc/?p=713', 0, 'revision', '', 0),
(714, 1, '2026-08-01 09:53:41', '2026-08-01 09:53:41', 'Request Free Estimate					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:53:41', '2026-08-01 09:53:41', '', 25, 'https://mrarif.me/drywallmanllc/?p=714', 0, 'revision', '', 0),
(715, 1, '2026-08-01 09:54:10', '2026-08-01 09:54:10', 'Request Free Estimate					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:54:10', '2026-08-01 09:54:10', '', 25, 'https://mrarif.me/drywallmanllc/?p=715', 0, 'revision', '', 0),
(716, 1, '2026-08-01 09:54:10', '2026-08-01 09:54:10', 'Request Free Estimate					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:54:10', '2026-08-01 09:54:10', '', 25, 'https://mrarif.me/drywallmanllc/?p=716', 0, 'revision', '', 0),
(717, 1, '2026-08-01 09:54:10', '2026-08-01 09:54:10', 'Request Free Estimate					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:54:10', '2026-08-01 09:54:10', '', 25, 'https://mrarif.me/drywallmanllc/?p=717', 0, 'revision', '', 0),
(718, 1, '2026-08-01 09:56:09', '2026-08-01 09:56:09', 'Request Free Estimate					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:56:09', '2026-08-01 09:56:09', '', 25, 'https://mrarif.me/drywallmanllc/?p=718', 0, 'revision', '', 0),
(719, 1, '2026-08-01 09:56:09', '2026-08-01 09:56:09', 'Request Free Estimate					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:56:09', '2026-08-01 09:56:09', '', 25, 'https://mrarif.me/drywallmanllc/?p=719', 0, 'revision', '', 0),
(720, 1, '2026-08-01 09:56:10', '2026-08-01 09:56:10', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		Fill out the form below and we\'ll get back to you fast.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:56:10', '2026-08-01 09:56:10', '', 25, 'https://mrarif.me/drywallmanllc/?p=720', 0, 'revision', '', 0),
(721, 1, '2026-08-01 09:56:49', '2026-08-01 09:56:49', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		Fill out the form below and we\'ll get back to you fast.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:56:49', '2026-08-01 09:56:49', '', 25, 'https://mrarif.me/drywallmanllc/?p=721', 0, 'revision', '', 0),
(722, 1, '2026-08-01 09:56:49', '2026-08-01 09:56:49', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		Fill out the form below and we\'ll get back to you fast.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:56:49', '2026-08-01 09:56:49', '', 25, 'https://mrarif.me/drywallmanllc/?p=722', 0, 'revision', '', 0),
(723, 1, '2026-08-01 09:56:49', '2026-08-01 09:56:49', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		Fill out the form below and we\'ll get back to you fast.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:56:49', '2026-08-01 09:56:49', '', 25, 'https://mrarif.me/drywallmanllc/?p=723', 0, 'revision', '', 0),
(724, 1, '2026-08-01 09:57:48', '2026-08-01 09:57:48', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		Fill out the form below and we\'ll get back to you fast.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:57:48', '2026-08-01 09:57:48', '', 25, 'https://mrarif.me/drywallmanllc/?p=724', 0, 'revision', '', 0),
(725, 1, '2026-08-01 09:57:48', '2026-08-01 09:57:48', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		Fill out the form below and we\'ll get back to you fast.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:57:48', '2026-08-01 09:57:48', '', 25, 'https://mrarif.me/drywallmanllc/?p=725', 0, 'revision', '', 0),
(726, 1, '2026-08-01 09:57:49', '2026-08-01 09:57:49', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:57:49', '2026-08-01 09:57:49', '', 25, 'https://mrarif.me/drywallmanllc/?p=726', 0, 'revision', '', 0),
(727, 1, '2026-08-01 09:58:22', '2026-08-01 09:58:22', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:58:22', '2026-08-01 09:58:22', '', 25, 'https://mrarif.me/drywallmanllc/?p=727', 0, 'revision', '', 0),
(728, 1, '2026-08-01 09:58:22', '2026-08-01 09:58:22', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:58:22', '2026-08-01 09:58:22', '', 25, 'https://mrarif.me/drywallmanllc/?p=728', 0, 'revision', '', 0),
(729, 1, '2026-08-01 09:58:22', '2026-08-01 09:58:22', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 09:58:22', '2026-08-01 09:58:22', '', 25, 'https://mrarif.me/drywallmanllc/?p=729', 0, 'revision', '', 0),
(730, 1, '2026-08-01 09:59:30', '2026-08-01 09:59:30', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:59:30', '2026-08-01 09:59:30', '', 19, 'https://mrarif.me/drywallmanllc/?p=730', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(731, 1, '2026-08-01 09:59:30', '2026-08-01 09:59:30', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:59:30', '2026-08-01 09:59:30', '', 19, 'https://mrarif.me/drywallmanllc/?p=731', 0, 'revision', '', 0),
(732, 1, '2026-08-01 09:59:30', '2026-08-01 09:59:30', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 09:59:30', '2026-08-01 09:59:30', '', 19, 'https://mrarif.me/drywallmanllc/?p=732', 0, 'revision', '', 0),
(733, 1, '2026-08-01 10:04:00', '2026-08-01 10:04:00', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:04:00', '2026-08-01 10:04:00', '', 25, 'https://mrarif.me/drywallmanllc/?p=733', 0, 'revision', '', 0),
(734, 1, '2026-08-01 10:04:00', '2026-08-01 10:04:00', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:04:00', '2026-08-01 10:04:00', '', 25, 'https://mrarif.me/drywallmanllc/?p=734', 0, 'revision', '', 0),
(735, 1, '2026-08-01 10:04:00', '2026-08-01 10:04:00', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:04:00', '2026-08-01 10:04:00', '', 25, 'https://mrarif.me/drywallmanllc/?p=735', 0, 'revision', '', 0),
(736, 1, '2026-08-01 10:04:16', '2026-08-01 10:04:16', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:04:16', '2026-08-01 10:04:16', '', 25, 'https://mrarif.me/drywallmanllc/?p=736', 0, 'revision', '', 0),
(737, 1, '2026-08-01 10:04:16', '2026-08-01 10:04:16', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:04:16', '2026-08-01 10:04:16', '', 25, 'https://mrarif.me/drywallmanllc/?p=737', 0, 'revision', '', 0),
(738, 1, '2026-08-01 10:04:16', '2026-08-01 10:04:16', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:04:16', '2026-08-01 10:04:16', '', 25, 'https://mrarif.me/drywallmanllc/?p=738', 0, 'revision', '', 0),
(739, 1, '2026-08-01 10:04:43', '2026-08-01 10:04:43', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:04:43', '2026-08-01 10:04:43', '', 25, 'https://mrarif.me/drywallmanllc/?p=739', 0, 'revision', '', 0),
(740, 1, '2026-08-01 10:04:43', '2026-08-01 10:04:43', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:04:43', '2026-08-01 10:04:43', '', 25, 'https://mrarif.me/drywallmanllc/?p=740', 0, 'revision', '', 0),
(741, 1, '2026-08-01 10:04:43', '2026-08-01 10:04:43', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:04:43', '2026-08-01 10:04:43', '', 25, 'https://mrarif.me/drywallmanllc/?p=741', 0, 'revision', '', 0),
(742, 1, '2026-08-01 10:05:08', '2026-08-01 10:05:08', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:05:08', '2026-08-01 10:05:08', '', 25, 'https://mrarif.me/drywallmanllc/?p=742', 0, 'revision', '', 0),
(743, 1, '2026-08-01 10:05:08', '2026-08-01 10:05:08', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:05:08', '2026-08-01 10:05:08', '', 25, 'https://mrarif.me/drywallmanllc/?p=743', 0, 'revision', '', 0),
(744, 1, '2026-08-01 10:05:08', '2026-08-01 10:05:08', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:05:08', '2026-08-01 10:05:08', '', 25, 'https://mrarif.me/drywallmanllc/?p=744', 0, 'revision', '', 0),
(745, 1, '2026-08-01 10:05:55', '2026-08-01 10:05:55', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:05:55', '2026-08-01 10:05:55', '', 19, 'https://mrarif.me/drywallmanllc/?p=745', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(746, 1, '2026-08-01 10:05:55', '2026-08-01 10:05:55', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:05:55', '2026-08-01 10:05:55', '', 19, 'https://mrarif.me/drywallmanllc/?p=746', 0, 'revision', '', 0),
(747, 1, '2026-08-01 10:05:55', '2026-08-01 10:05:55', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:05:55', '2026-08-01 10:05:55', '', 19, 'https://mrarif.me/drywallmanllc/?p=747', 0, 'revision', '', 0),
(751, 1, '2026-08-01 10:06:43', '2026-08-01 10:06:43', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:06:43', '2026-08-01 10:06:43', '', 25, 'https://mrarif.me/drywallmanllc/?p=751', 0, 'revision', '', 0),
(749, 1, '2026-08-01 10:06:43', '2026-08-01 10:06:43', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:06:43', '2026-08-01 10:06:43', '', 25, 'https://mrarif.me/drywallmanllc/?p=749', 0, 'revision', '', 0),
(750, 1, '2026-08-01 10:06:43', '2026-08-01 10:06:43', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:06:43', '2026-08-01 10:06:43', '', 25, 'https://mrarif.me/drywallmanllc/?p=750', 0, 'revision', '', 0),
(752, 1, '2026-08-01 10:09:52', '2026-08-01 10:09:52', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:09:52', '2026-08-01 10:09:52', '', 25, 'https://mrarif.me/drywallmanllc/?p=752', 0, 'revision', '', 0),
(753, 1, '2026-08-01 10:09:52', '2026-08-01 10:09:52', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:09:52', '2026-08-01 10:09:52', '', 25, 'https://mrarif.me/drywallmanllc/?p=753', 0, 'revision', '', 0),
(754, 1, '2026-08-01 10:09:52', '2026-08-01 10:09:52', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:09:52', '2026-08-01 10:09:52', '', 25, 'https://mrarif.me/drywallmanllc/?p=754', 0, 'revision', '', 0),
(755, 1, '2026-08-01 10:11:23', '2026-08-01 10:11:23', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:11:23', '2026-08-01 10:11:23', '', 25, 'https://mrarif.me/drywallmanllc/?p=755', 0, 'revision', '', 0),
(756, 1, '2026-08-01 10:11:23', '2026-08-01 10:11:23', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:11:23', '2026-08-01 10:11:23', '', 25, 'https://mrarif.me/drywallmanllc/?p=756', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(757, 1, '2026-08-01 10:11:23', '2026-08-01 10:11:23', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:11:23', '2026-08-01 10:11:23', '', 25, 'https://mrarif.me/drywallmanllc/?p=757', 0, 'revision', '', 0),
(758, 1, '2026-08-01 10:20:58', '2026-08-01 10:20:58', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:20:58', '2026-08-01 10:20:58', '', 25, 'https://mrarif.me/drywallmanllc/?p=758', 0, 'revision', '', 0),
(759, 1, '2026-08-01 10:20:58', '2026-08-01 10:20:58', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:20:58', '2026-08-01 10:20:58', '', 25, 'https://mrarif.me/drywallmanllc/?p=759', 0, 'revision', '', 0),
(760, 1, '2026-08-01 10:20:59', '2026-08-01 10:20:59', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:20:59', '2026-08-01 10:20:59', '', 25, 'https://mrarif.me/drywallmanllc/?p=760', 0, 'revision', '', 0),
(761, 1, '2026-08-01 10:21:37', '2026-08-01 10:21:37', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:21:37', '2026-08-01 10:21:37', '', 25, 'https://mrarif.me/drywallmanllc/?p=761', 0, 'revision', '', 0),
(762, 1, '2026-08-01 10:21:37', '2026-08-01 10:21:37', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:21:37', '2026-08-01 10:21:37', '', 25, 'https://mrarif.me/drywallmanllc/?p=762', 0, 'revision', '', 0),
(763, 1, '2026-08-01 10:21:37', '2026-08-01 10:21:37', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:21:37', '2026-08-01 10:21:37', '', 25, 'https://mrarif.me/drywallmanllc/?p=763', 0, 'revision', '', 0),
(764, 1, '2026-08-01 10:27:42', '2026-08-01 10:27:42', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:27:42', '2026-08-01 10:27:42', '', 25, 'https://mrarif.me/drywallmanllc/?p=764', 0, 'revision', '', 0),
(765, 1, '2026-08-01 10:27:42', '2026-08-01 10:27:42', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:27:42', '2026-08-01 10:27:42', '', 25, 'https://mrarif.me/drywallmanllc/?p=765', 0, 'revision', '', 0),
(766, 1, '2026-08-01 10:27:42', '2026-08-01 10:27:42', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:27:42', '2026-08-01 10:27:42', '', 25, 'https://mrarif.me/drywallmanllc/?p=766', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(767, 1, '2026-08-01 10:28:17', '2026-08-01 10:28:17', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:28:17', '2026-08-01 10:28:17', '', 25, 'https://mrarif.me/drywallmanllc/?p=767', 0, 'revision', '', 0),
(768, 1, '2026-08-01 10:28:17', '2026-08-01 10:28:17', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:28:17', '2026-08-01 10:28:17', '', 25, 'https://mrarif.me/drywallmanllc/?p=768', 0, 'revision', '', 0),
(769, 1, '2026-08-01 10:28:17', '2026-08-01 10:28:17', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:28:17', '2026-08-01 10:28:17', '', 25, 'https://mrarif.me/drywallmanllc/?p=769', 0, 'revision', '', 0),
(770, 1, '2026-08-01 10:28:53', '2026-08-01 10:28:53', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:28:53', '2026-08-01 10:28:53', '', 19, 'https://mrarif.me/drywallmanllc/?p=770', 0, 'revision', '', 0),
(771, 1, '2026-08-01 10:28:53', '2026-08-01 10:28:53', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"290\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:28:53', '2026-08-01 10:28:53', '', 19, 'https://mrarif.me/drywallmanllc/?p=771', 0, 'revision', '', 0),
(772, 1, '2026-08-01 10:28:54', '2026-08-01 10:28:54', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:28:54', '2026-08-01 10:28:54', '', 19, 'https://mrarif.me/drywallmanllc/?p=772', 0, 'revision', '', 0),
(773, 1, '2026-08-01 10:30:31', '2026-08-01 10:30:31', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:30:31', '2026-08-01 10:30:31', '', 25, 'https://mrarif.me/drywallmanllc/?p=773', 0, 'revision', '', 0),
(774, 1, '2026-08-01 10:30:31', '2026-08-01 10:30:31', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:30:31', '2026-08-01 10:30:31', '', 25, 'https://mrarif.me/drywallmanllc/?p=774', 0, 'revision', '', 0),
(775, 1, '2026-08-01 10:30:31', '2026-08-01 10:30:31', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:30:31', '2026-08-01 10:30:31', '', 25, 'https://mrarif.me/drywallmanllc/?p=775', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(776, 1, '2026-08-01 10:31:36', '2026-08-01 10:31:36', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:31:36', '2026-08-01 10:31:36', '', 25, 'https://mrarif.me/drywallmanllc/?p=776', 0, 'revision', '', 0),
(777, 1, '2026-08-01 10:31:36', '2026-08-01 10:31:36', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:31:36', '2026-08-01 10:31:36', '', 25, 'https://mrarif.me/drywallmanllc/?p=777', 0, 'revision', '', 0),
(778, 1, '2026-08-01 10:31:37', '2026-08-01 10:31:37', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:31:37', '2026-08-01 10:31:37', '', 25, 'https://mrarif.me/drywallmanllc/?p=778', 0, 'revision', '', 0),
(779, 1, '2026-08-01 10:31:46', '2026-08-01 10:31:46', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:31:46', '2026-08-01 10:31:46', '', 25, 'https://mrarif.me/drywallmanllc/?p=779', 0, 'revision', '', 0),
(780, 1, '2026-08-01 10:31:46', '2026-08-01 10:31:46', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:31:46', '2026-08-01 10:31:46', '', 25, 'https://mrarif.me/drywallmanllc/?p=780', 0, 'revision', '', 0),
(781, 1, '2026-08-01 10:31:46', '2026-08-01 10:31:46', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:31:46', '2026-08-01 10:31:46', '', 25, 'https://mrarif.me/drywallmanllc/?p=781', 0, 'revision', '', 0),
(782, 1, '2026-08-01 10:32:31', '2026-08-01 10:32:31', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:32:31', '2026-08-01 10:32:31', '', 25, 'https://mrarif.me/drywallmanllc/?p=782', 0, 'revision', '', 0),
(783, 1, '2026-08-01 10:32:31', '2026-08-01 10:32:31', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:32:31', '2026-08-01 10:32:31', '', 25, 'https://mrarif.me/drywallmanllc/?p=783', 0, 'revision', '', 0),
(784, 1, '2026-08-01 10:32:31', '2026-08-01 10:32:31', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:32:31', '2026-08-01 10:32:31', '', 25, 'https://mrarif.me/drywallmanllc/?p=784', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(785, 1, '2026-08-01 10:32:53', '2026-08-01 10:32:53', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:32:53', '2026-08-01 10:32:53', '', 19, 'https://mrarif.me/drywallmanllc/?p=785', 0, 'revision', '', 0),
(786, 1, '2026-08-01 10:32:53', '2026-08-01 10:32:53', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:32:53', '2026-08-01 10:32:53', '', 19, 'https://mrarif.me/drywallmanllc/?p=786', 0, 'revision', '', 0),
(787, 1, '2026-08-01 10:32:53', '2026-08-01 10:32:53', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:32:53', '2026-08-01 10:32:53', '', 19, 'https://mrarif.me/drywallmanllc/?p=787', 0, 'revision', '', 0),
(788, 1, '2026-08-01 10:33:39', '2026-08-01 10:33:39', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:33:39', '2026-08-01 10:33:39', '', 25, 'https://mrarif.me/drywallmanllc/?p=788', 0, 'revision', '', 0),
(789, 1, '2026-08-01 10:33:39', '2026-08-01 10:33:39', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:33:39', '2026-08-01 10:33:39', '', 25, 'https://mrarif.me/drywallmanllc/?p=789', 0, 'revision', '', 0),
(790, 1, '2026-08-01 10:33:39', '2026-08-01 10:33:39', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:33:39', '2026-08-01 10:33:39', '', 25, 'https://mrarif.me/drywallmanllc/?p=790', 0, 'revision', '', 0),
(791, 1, '2026-08-01 10:34:09', '2026-08-01 10:34:09', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:34:09', '2026-08-01 10:34:09', '', 25, 'https://mrarif.me/drywallmanllc/?p=791', 0, 'revision', '', 0),
(792, 1, '2026-08-01 10:34:09', '2026-08-01 10:34:09', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:34:09', '2026-08-01 10:34:09', '', 25, 'https://mrarif.me/drywallmanllc/?p=792', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(793, 1, '2026-08-01 10:34:09', '2026-08-01 10:34:09', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:34:09', '2026-08-01 10:34:09', '', 25, 'https://mrarif.me/drywallmanllc/?p=793', 0, 'revision', '', 0),
(794, 1, '2026-08-01 10:34:44', '2026-08-01 10:34:44', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:34:44', '2026-08-01 10:34:44', '', 25, 'https://mrarif.me/drywallmanllc/?p=794', 0, 'revision', '', 0),
(795, 1, '2026-08-01 10:34:44', '2026-08-01 10:34:44', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:34:44', '2026-08-01 10:34:44', '', 25, 'https://mrarif.me/drywallmanllc/?p=795', 0, 'revision', '', 0),
(796, 1, '2026-08-01 10:34:44', '2026-08-01 10:34:44', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:34:44', '2026-08-01 10:34:44', '', 25, 'https://mrarif.me/drywallmanllc/?p=796', 0, 'revision', '', 0),
(797, 1, '2026-08-01 10:34:53', '2026-08-01 10:34:53', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:34:53', '2026-08-01 10:34:53', '', 25, 'https://mrarif.me/drywallmanllc/?p=797', 0, 'revision', '', 0),
(798, 1, '2026-08-01 10:34:54', '2026-08-01 10:34:54', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:34:54', '2026-08-01 10:34:54', '', 25, 'https://mrarif.me/drywallmanllc/?p=798', 0, 'revision', '', 0),
(799, 1, '2026-08-01 10:34:54', '2026-08-01 10:34:54', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:34:54', '2026-08-01 10:34:54', '', 25, 'https://mrarif.me/drywallmanllc/?p=799', 0, 'revision', '', 0),
(800, 1, '2026-08-01 10:35:03', '2026-08-01 10:35:03', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:35:03', '2026-08-01 10:35:03', '', 25, 'https://mrarif.me/drywallmanllc/?p=800', 0, 'revision', '', 0),
(801, 1, '2026-08-01 10:35:03', '2026-08-01 10:35:03', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:35:03', '2026-08-01 10:35:03', '', 25, 'https://mrarif.me/drywallmanllc/?p=801', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(802, 1, '2026-08-01 10:35:03', '2026-08-01 10:35:03', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:35:03', '2026-08-01 10:35:03', '', 25, 'https://mrarif.me/drywallmanllc/?p=802', 0, 'revision', '', 0),
(803, 1, '2026-08-01 10:35:14', '2026-08-01 10:35:14', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:35:14', '2026-08-01 10:35:14', '', 25, 'https://mrarif.me/drywallmanllc/?p=803', 0, 'revision', '', 0),
(804, 1, '2026-08-01 10:35:14', '2026-08-01 10:35:14', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:35:14', '2026-08-01 10:35:14', '', 25, 'https://mrarif.me/drywallmanllc/?p=804', 0, 'revision', '', 0),
(805, 1, '2026-08-01 10:35:14', '2026-08-01 10:35:14', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:35:14', '2026-08-01 10:35:14', '', 25, 'https://mrarif.me/drywallmanllc/?p=805', 0, 'revision', '', 0),
(806, 1, '2026-08-01 10:35:32', '2026-08-01 10:35:32', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:35:32', '2026-08-01 10:35:32', '', 19, 'https://mrarif.me/drywallmanllc/?p=806', 0, 'revision', '', 0),
(807, 1, '2026-08-01 10:35:32', '2026-08-01 10:35:32', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:35:32', '2026-08-01 10:35:32', '', 19, 'https://mrarif.me/drywallmanllc/?p=807', 0, 'revision', '', 0),
(808, 1, '2026-08-01 10:35:32', '2026-08-01 10:35:32', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:35:32', '2026-08-01 10:35:32', '', 19, 'https://mrarif.me/drywallmanllc/?p=808', 0, 'revision', '', 0),
(809, 1, '2026-08-01 10:37:20', '2026-08-01 10:37:20', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:37:20', '2026-08-01 10:37:20', '', 25, 'https://mrarif.me/drywallmanllc/?p=809', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(810, 1, '2026-08-01 10:37:20', '2026-08-01 10:37:20', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:37:20', '2026-08-01 10:37:20', '', 25, 'https://mrarif.me/drywallmanllc/?p=810', 0, 'revision', '', 0),
(811, 1, '2026-08-01 10:37:20', '2026-08-01 10:37:20', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:37:20', '2026-08-01 10:37:20', '', 25, 'https://mrarif.me/drywallmanllc/?p=811', 0, 'revision', '', 0),
(812, 1, '2026-08-01 10:37:37', '2026-08-01 10:37:37', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:37:37', '2026-08-01 10:37:37', '', 19, 'https://mrarif.me/drywallmanllc/?p=812', 0, 'revision', '', 0),
(813, 1, '2026-08-01 10:37:37', '2026-08-01 10:37:37', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:37:37', '2026-08-01 10:37:37', '', 19, 'https://mrarif.me/drywallmanllc/?p=813', 0, 'revision', '', 0),
(814, 1, '2026-08-01 10:37:37', '2026-08-01 10:37:37', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:37:37', '2026-08-01 10:37:37', '', 19, 'https://mrarif.me/drywallmanllc/?p=814', 0, 'revision', '', 0),
(815, 1, '2026-08-01 10:37:44', '2026-08-01 10:37:44', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:37:44', '2026-08-01 10:37:44', '', 25, 'https://mrarif.me/drywallmanllc/?p=815', 0, 'revision', '', 0),
(816, 1, '2026-08-01 10:37:44', '2026-08-01 10:37:44', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:37:44', '2026-08-01 10:37:44', '', 25, 'https://mrarif.me/drywallmanllc/?p=816', 0, 'revision', '', 0),
(817, 1, '2026-08-01 10:37:44', '2026-08-01 10:37:44', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:37:44', '2026-08-01 10:37:44', '', 25, 'https://mrarif.me/drywallmanllc/?p=817', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(818, 1, '2026-08-01 10:38:20', '2026-08-01 10:38:20', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:38:20', '2026-08-01 10:38:20', '', 19, 'https://mrarif.me/drywallmanllc/?p=818', 0, 'revision', '', 0),
(819, 1, '2026-08-01 10:38:20', '2026-08-01 10:38:20', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:38:20', '2026-08-01 10:38:20', '', 19, 'https://mrarif.me/drywallmanllc/?p=819', 0, 'revision', '', 0),
(820, 1, '2026-08-01 10:38:21', '2026-08-01 10:38:21', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:38:21', '2026-08-01 10:38:21', '', 19, 'https://mrarif.me/drywallmanllc/?p=820', 0, 'revision', '', 0),
(821, 1, '2026-08-01 10:39:00', '2026-08-01 10:39:00', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:39:00', '2026-08-01 10:39:00', '', 25, 'https://mrarif.me/drywallmanllc/?p=821', 0, 'revision', '', 0),
(822, 1, '2026-08-01 10:39:00', '2026-08-01 10:39:00', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:39:00', '2026-08-01 10:39:00', '', 25, 'https://mrarif.me/drywallmanllc/?p=822', 0, 'revision', '', 0),
(823, 1, '2026-08-01 10:39:00', '2026-08-01 10:39:00', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:39:00', '2026-08-01 10:39:00', '', 25, 'https://mrarif.me/drywallmanllc/?p=823', 0, 'revision', '', 0),
(824, 1, '2026-08-01 10:44:25', '2026-08-01 10:44:25', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:44:25', '2026-08-01 10:44:25', '', 19, 'https://mrarif.me/drywallmanllc/?p=824', 0, 'revision', '', 0),
(825, 1, '2026-08-01 10:44:25', '2026-08-01 10:44:25', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:44:25', '2026-08-01 10:44:25', '', 19, 'https://mrarif.me/drywallmanllc/?p=825', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(826, 1, '2026-08-01 10:44:26', '2026-08-01 10:44:26', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-01 10:44:26', '2026-08-01 10:44:26', '', 19, 'https://mrarif.me/drywallmanllc/?p=826', 0, 'revision', '', 0),
(827, 1, '2026-08-01 10:44:58', '2026-08-01 10:44:58', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:44:58', '2026-08-01 10:44:58', '', 25, 'https://mrarif.me/drywallmanllc/?p=827', 0, 'revision', '', 0),
(828, 1, '2026-08-01 10:44:58', '2026-08-01 10:44:58', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>					\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:44:58', '2026-08-01 10:44:58', '', 25, 'https://mrarif.me/drywallmanllc/?p=828', 0, 'revision', '', 0),
(829, 1, '2026-08-01 10:44:59', '2026-08-01 10:44:59', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-01 10:44:59', '2026-08-01 10:44:59', '', 25, 'https://mrarif.me/drywallmanllc/?p=829', 0, 'revision', '', 0),
(830, 1, '2026-08-01 10:58:22', '2026-08-01 10:58:22', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 10:58:22', '2026-08-01 10:58:22', '', 17, 'https://mrarif.me/drywallmanllc/?p=830', 0, 'revision', '', 0),
(831, 1, '2026-08-01 10:58:22', '2026-08-01 10:58:22', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"650\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/New-Project-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 10:58:22', '2026-08-01 10:58:22', '', 17, 'https://mrarif.me/drywallmanllc/?p=831', 0, 'revision', '', 0),
(832, 1, '2026-08-01 10:58:22', '2026-08-01 10:58:22', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 10:58:22', '2026-08-01 10:58:22', '', 17, 'https://mrarif.me/drywallmanllc/?p=832', 0, 'revision', '', 0),
(833, 1, '2026-08-01 11:01:55', '2026-08-01 11:01:55', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:01:55', '2026-08-01 11:01:55', '', 17, 'https://mrarif.me/drywallmanllc/?p=833', 0, 'revision', '', 0),
(834, 1, '2026-08-01 11:01:55', '2026-08-01 11:01:55', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>													<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:01:55', '2026-08-01 11:01:55', '', 17, 'https://mrarif.me/drywallmanllc/?p=834', 0, 'revision', '', 0),
(835, 1, '2026-08-01 11:01:55', '2026-08-01 11:01:55', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Years of Experience			\n				0\n				+\n			Years of Experience			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:01:55', '2026-08-01 11:01:55', '', 17, 'https://mrarif.me/drywallmanllc/?p=835', 0, 'revision', '', 0),
(836, 1, '2026-08-01 11:03:34', '2026-08-01 11:03:34', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Years of Experience			\n				0\n				+\n			Years of Experience			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:03:34', '2026-08-01 11:03:34', '', 17, 'https://mrarif.me/drywallmanllc/?p=836', 0, 'revision', '', 0),
(837, 1, '2026-08-01 11:03:35', '2026-08-01 11:03:35', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Years of Experience			\n				0\n				+\n			Years of Experience			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:03:35', '2026-08-01 11:03:35', '', 17, 'https://mrarif.me/drywallmanllc/?p=837', 0, 'revision', '', 0),
(838, 1, '2026-08-01 11:03:35', '2026-08-01 11:03:35', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:03:35', '2026-08-01 11:03:35', '', 17, 'https://mrarif.me/drywallmanllc/?p=838', 0, 'revision', '', 0),
(839, 1, '2026-08-01 11:04:14', '2026-08-01 11:04:14', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:04:14', '2026-08-01 11:04:14', '', 17, 'https://mrarif.me/drywallmanllc/?p=839', 0, 'revision', '', 0),
(840, 1, '2026-08-01 11:04:14', '2026-08-01 11:04:14', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:04:14', '2026-08-01 11:04:14', '', 17, 'https://mrarif.me/drywallmanllc/?p=840', 0, 'revision', '', 0),
(841, 1, '2026-08-01 11:04:14', '2026-08-01 11:04:14', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:04:14', '2026-08-01 11:04:14', '', 17, 'https://mrarif.me/drywallmanllc/?p=841', 0, 'revision', '', 0),
(842, 1, '2026-08-01 11:04:34', '2026-08-01 11:04:34', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:04:34', '2026-08-01 11:04:34', '', 17, 'https://mrarif.me/drywallmanllc/?p=842', 0, 'revision', '', 0),
(843, 1, '2026-08-01 11:04:34', '2026-08-01 11:04:34', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:04:34', '2026-08-01 11:04:34', '', 17, 'https://mrarif.me/drywallmanllc/?p=843', 0, 'revision', '', 0),
(844, 1, '2026-08-01 11:04:34', '2026-08-01 11:04:34', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:04:34', '2026-08-01 11:04:34', '', 17, 'https://mrarif.me/drywallmanllc/?p=844', 0, 'revision', '', 0),
(845, 1, '2026-08-01 11:05:31', '2026-08-01 11:05:31', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:05:31', '2026-08-01 11:05:31', '', 17, 'https://mrarif.me/drywallmanllc/?p=845', 0, 'revision', '', 0),
(846, 1, '2026-08-01 11:05:31', '2026-08-01 11:05:31', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:05:31', '2026-08-01 11:05:31', '', 17, 'https://mrarif.me/drywallmanllc/?p=846', 0, 'revision', '', 0),
(847, 1, '2026-08-01 11:05:32', '2026-08-01 11:05:32', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:05:32', '2026-08-01 11:05:32', '', 17, 'https://mrarif.me/drywallmanllc/?p=847', 0, 'revision', '', 0),
(848, 1, '2026-08-01 11:12:07', '2026-08-01 11:12:07', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:12:07', '2026-08-01 11:12:07', '', 17, 'https://mrarif.me/drywallmanllc/?p=848', 0, 'revision', '', 0),
(849, 1, '2026-08-01 11:12:07', '2026-08-01 11:12:07', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:12:07', '2026-08-01 11:12:07', '', 17, 'https://mrarif.me/drywallmanllc/?p=849', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(853, 1, '2026-08-01 11:13:36', '2026-08-01 11:13:36', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Honesty First												</h5>\n											We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:13:36', '2026-08-01 11:13:36', '', 17, 'https://mrarif.me/drywallmanllc/?p=853', 0, 'revision', '', 0),
(850, 1, '2026-08-01 11:12:07', '2026-08-01 11:12:07', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:12:07', '2026-08-01 11:12:07', '', 17, 'https://mrarif.me/drywallmanllc/?p=850', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(851, 1, '2026-08-01 11:13:36', '2026-08-01 11:13:36', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:13:36', '2026-08-01 11:13:36', '', 17, 'https://mrarif.me/drywallmanllc/?p=851', 0, 'revision', '', 0),
(852, 1, '2026-08-01 11:13:36', '2026-08-01 11:13:36', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:13:36', '2026-08-01 11:13:36', '', 17, 'https://mrarif.me/drywallmanllc/?p=852', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(854, 1, '2026-08-01 11:13:45', '2026-08-01 11:13:45', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Honesty First												</h5>\n											We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:13:45', '2026-08-01 11:13:45', '', 17, 'https://mrarif.me/drywallmanllc/?p=854', 0, 'revision', '', 0),
(855, 1, '2026-08-01 11:13:45', '2026-08-01 11:13:45', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Honesty First												</h5>\n											We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:13:45', '2026-08-01 11:13:45', '', 17, 'https://mrarif.me/drywallmanllc/?p=855', 0, 'revision', '', 0),
(856, 1, '2026-08-01 11:13:46', '2026-08-01 11:13:46', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Honesty First												</h5>\n											We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:13:46', '2026-08-01 11:13:46', '', 17, 'https://mrarif.me/drywallmanllc/?p=856', 0, 'revision', '', 0),
(857, 1, '2026-08-01 11:15:13', '2026-08-01 11:15:13', '', 'svg-image-22 (68)', '', 'inherit', 'closed', 'closed', '', 'svg-image-22-68', '', '', '2026-08-01 11:15:13', '2026-08-01 11:15:13', '', 17, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/svg-image-22-68.svg', 0, 'attachment', 'image/svg+xml', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(858, 1, '2026-08-01 11:15:21', '2026-08-01 11:15:21', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Honesty First												</h5>\n											We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:15:21', '2026-08-01 11:15:21', '', 17, 'https://mrarif.me/drywallmanllc/?p=858', 0, 'revision', '', 0),
(859, 1, '2026-08-01 11:15:21', '2026-08-01 11:15:21', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Honesty First												</h5>\n											We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:15:21', '2026-08-01 11:15:21', '', 17, 'https://mrarif.me/drywallmanllc/?p=859', 0, 'revision', '', 0),
(860, 1, '2026-08-01 11:15:21', '2026-08-01 11:15:21', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path fill-rule=\"evenodd\" d=\"m432.526 212.859-45.58 14.085 39.343 127.31 30.805-9.52zM239.6 157.18l72.755-69.32a7.98 7.98 0 0 1 11.281.281l22.073 23.167a7.98 7.98 0 0 1-.281 11.281L244.42 218.828a7.98 7.98 0 0 1-11.281-.281l-62.398-62.425a7.976 7.976 0 0 1 .031-11.281l22.632-22.622a7.977 7.977 0 0 1 11.281.031zm77.982-52.258-72.616 69.188c-3.134 2.98-8.092 2.926-11.156-.156l-34.783-34.798-11.348 11.343 51.376 51.398 89.592-85.362zM155.579 308.514c25.247-9.488 62.848-41.113 82.09-60.354-36.874-12.206-59.514 11.298-102.345-2.695l-29.25 94.651c16.738 11.062 23.667 21.176 30.771 32.979 15.663-9.69 36.411-.865 40.031 17.696 16.804-3.573 32.662 8.202 34.611 25.157 14.474-1.896 27.548 8.208 29.711 22.601 16.261-1.759 29.728 12.684 27.111 28.971 8.537 3.317 19.23 3.212 24.108-1.989 2.725-2.905 1.161-5.85-1.285-8.393l-43.48-25.29a7.981 7.981 0 0 1 8-13.812l44.366 25.806c21.941 12.775 31.986-3.188 20.8-12.058l-55.18-32.256a7.997 7.997 0 0 1 8.062-13.813l53.098 30.89c33.19 19.162 41.362-7.328 30.221-13.697l-66.05-37.663a7.978 7.978 0 0 1 7.875-13.875l64.894 36.992c6.951 1.698 11.465.876 14.063-1.236 5.476-4.451 3.582-15.785-1.374-18.368l-105.538-59.76c-4.858 2.75-7.772 4.427-10.585 6.044-46.991 27.03-74.408 42.8-107.82 6.315-3.841-4.198-2.139-10.894 3.095-12.843m17.019 102.799c10.229-13.978 30.422 2.198 20.905 15.306l-16.056 22.653c-10.082 13.774-30.501-1.778-20.742-15.551zm33.628 24.962c9.217-12.105 25.011 1.65 17.513 12.327-3.592 5.102-7.19 10.134-10.805 15.236-8.285 11.424-25.191-1.451-17.161-12.81zM405.328 83.184c3.354 44.076-2.565 86.953-18.075 126.967l50.034-15.4a7.973 7.973 0 0 1 9.281 6.406l27.468 147.447a7.98 7.98 0 0 1-5.46 9.281l-45.212 13.972a7.98 7.98 0 0 1-9.969-5.281l-1.905-6.166-17.415 5.224c7.426 15.258 1.185 35.253-17.256 38.987 5.801 22.224-14.471 37.478-35.556 34.24.806 16.406-13.539 28.211-31.504 25.447-1.039 9.251-7.907 15.981-16.665 19.214-8.536 3.151-19.934 3.314-31.825-1.635l-1.292 1.87c-10.857 15.421-34 12.595-42.151-3.262-14.152 8.253-31.973 1.738-37.954-13.014-19.659 9.641-41.935-5.258-41.501-26.794-21.568.096-35.633-23.042-22.174-42.039l9.399-13.235c-6.448-10.837-11.676-19.854-24.471-29.286l-2.523 8.163a7.977 7.977 0 0 1-9.969 5.281L43.421 355.6a7.98 7.98 0 0 1-5.46-9.281l27.468-147.447c.864-4.678 5.654-7.57 10.187-6.186l48.129 14.872c-14.811-39.378-20.332-81.16-17.079-124.374a7.993 7.993 0 0 1 7.901-7.397 226.5 226.5 0 0 0 72.584-16.439 226.5 226.5 0 0 0 63.598-39.34 7.974 7.974 0 0 1 10.558.051C298.822 53.262 347.798 73.028 397.8 75.81c4.054.221 7.235 3.431 7.528 7.374M146.073 421.128c-7.971 9.924-25.536-1.014-16.876-13.232l12.062-17.056c2.531-3.3 4.577-5.649 9.291-5.761 8.962-.213 13.754 10.261 9.06 16.929zm86.7 42.349c1.241-1.771 2.475-3.533 3.743-5.283 6.888-9.492 20.166.226 15.253 9.357-.356.662-4.779 6.9-4.777 6.902-6.747 9.189-21.17-.661-14.219-10.976m-79.905-230.271c-23.324-43.656-33.386-91.701-30.707-141.965A242.76 242.76 0 0 0 256 36.477a242.76 242.76 0 0 0 133.839 54.764c2.764 51.788-7.964 101.033-32.684 145.609-35.883-2.122-66.36-28.868-105.775-.5-41.757-18.485-64.922 1.771-98.512-3.144m-27.813-8.547-39.343 127.31-30.805-9.519 24.567-131.876zm255.779 128.266-106.013-60.038a7.97 7.97 0 0 0-7.838-.022c-.028-.049-13.583 7.768-14.615 8.362-35.546 20.446-57.937 33.322-79.87 16.961 24.783-13.166 55.358-37.64 76.538-58.831 26.676-26.691 48.557-20.423 72.094-13.682 17.216 4.931 35.195 10.079 56.661 5.675l28.985 93.793z\" clip-rule=\"evenodd\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Honesty First												</h5>\n											<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:15:21', '2026-08-01 11:15:21', '', 17, 'https://mrarif.me/drywallmanllc/?p=860', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(869, 1, '2026-08-01 11:20:10', '2026-08-01 11:20:10', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path fill-rule=\"evenodd\" d=\"m432.526 212.859-45.58 14.085 39.343 127.31 30.805-9.52zM239.6 157.18l72.755-69.32a7.98 7.98 0 0 1 11.281.281l22.073 23.167a7.98 7.98 0 0 1-.281 11.281L244.42 218.828a7.98 7.98 0 0 1-11.281-.281l-62.398-62.425a7.976 7.976 0 0 1 .031-11.281l22.632-22.622a7.977 7.977 0 0 1 11.281.031zm77.982-52.258-72.616 69.188c-3.134 2.98-8.092 2.926-11.156-.156l-34.783-34.798-11.348 11.343 51.376 51.398 89.592-85.362zM155.579 308.514c25.247-9.488 62.848-41.113 82.09-60.354-36.874-12.206-59.514 11.298-102.345-2.695l-29.25 94.651c16.738 11.062 23.667 21.176 30.771 32.979 15.663-9.69 36.411-.865 40.031 17.696 16.804-3.573 32.662 8.202 34.611 25.157 14.474-1.896 27.548 8.208 29.711 22.601 16.261-1.759 29.728 12.684 27.111 28.971 8.537 3.317 19.23 3.212 24.108-1.989 2.725-2.905 1.161-5.85-1.285-8.393l-43.48-25.29a7.981 7.981 0 0 1 8-13.812l44.366 25.806c21.941 12.775 31.986-3.188 20.8-12.058l-55.18-32.256a7.997 7.997 0 0 1 8.062-13.813l53.098 30.89c33.19 19.162 41.362-7.328 30.221-13.697l-66.05-37.663a7.978 7.978 0 0 1 7.875-13.875l64.894 36.992c6.951 1.698 11.465.876 14.063-1.236 5.476-4.451 3.582-15.785-1.374-18.368l-105.538-59.76c-4.858 2.75-7.772 4.427-10.585 6.044-46.991 27.03-74.408 42.8-107.82 6.315-3.841-4.198-2.139-10.894 3.095-12.843m17.019 102.799c10.229-13.978 30.422 2.198 20.905 15.306l-16.056 22.653c-10.082 13.774-30.501-1.778-20.742-15.551zm33.628 24.962c9.217-12.105 25.011 1.65 17.513 12.327-3.592 5.102-7.19 10.134-10.805 15.236-8.285 11.424-25.191-1.451-17.161-12.81zM405.328 83.184c3.354 44.076-2.565 86.953-18.075 126.967l50.034-15.4a7.973 7.973 0 0 1 9.281 6.406l27.468 147.447a7.98 7.98 0 0 1-5.46 9.281l-45.212 13.972a7.98 7.98 0 0 1-9.969-5.281l-1.905-6.166-17.415 5.224c7.426 15.258 1.185 35.253-17.256 38.987 5.801 22.224-14.471 37.478-35.556 34.24.806 16.406-13.539 28.211-31.504 25.447-1.039 9.251-7.907 15.981-16.665 19.214-8.536 3.151-19.934 3.314-31.825-1.635l-1.292 1.87c-10.857 15.421-34 12.595-42.151-3.262-14.152 8.253-31.973 1.738-37.954-13.014-19.659 9.641-41.935-5.258-41.501-26.794-21.568.096-35.633-23.042-22.174-42.039l9.399-13.235c-6.448-10.837-11.676-19.854-24.471-29.286l-2.523 8.163a7.977 7.977 0 0 1-9.969 5.281L43.421 355.6a7.98 7.98 0 0 1-5.46-9.281l27.468-147.447c.864-4.678 5.654-7.57 10.187-6.186l48.129 14.872c-14.811-39.378-20.332-81.16-17.079-124.374a7.993 7.993 0 0 1 7.901-7.397 226.5 226.5 0 0 0 72.584-16.439 226.5 226.5 0 0 0 63.598-39.34 7.974 7.974 0 0 1 10.558.051C298.822 53.262 347.798 73.028 397.8 75.81c4.054.221 7.235 3.431 7.528 7.374M146.073 421.128c-7.971 9.924-25.536-1.014-16.876-13.232l12.062-17.056c2.531-3.3 4.577-5.649 9.291-5.761 8.962-.213 13.754 10.261 9.06 16.929zm86.7 42.349c1.241-1.771 2.475-3.533 3.743-5.283 6.888-9.492 20.166.226 15.253 9.357-.356.662-4.779 6.9-4.777 6.902-6.747 9.189-21.17-.661-14.219-10.976m-79.905-230.271c-23.324-43.656-33.386-91.701-30.707-141.965A242.76 242.76 0 0 0 256 36.477a242.76 242.76 0 0 0 133.839 54.764c2.764 51.788-7.964 101.033-32.684 145.609-35.883-2.122-66.36-28.868-105.775-.5-41.757-18.485-64.922 1.771-98.512-3.144m-27.813-8.547-39.343 127.31-30.805-9.519 24.567-131.876zm255.779 128.266-106.013-60.038a7.97 7.97 0 0 0-7.838-.022c-.028-.049-13.583 7.768-14.615 8.362-35.546 20.446-57.937 33.322-79.87 16.961 24.783-13.166 55.358-37.64 76.538-58.831 26.676-26.691 48.557-20.423 72.094-13.682 17.216 4.931 35.195 10.079 56.661 5.675l28.985 93.793z\" clip-rule=\"evenodd\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Honesty First												</h5>\n											<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 682.667 682.667\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><defs><clipPath id=\"a\" clipPathUnits=\"userSpaceOnUse\"><path d=\"M0 512h512V0H0Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></clipPath></defs><g clip-path=\"url(#a)\" transform=\"matrix(1.33333 0 0 -1.33333 0 682.667)\"><path d=\"M0 0v-176.488h-106.468a23.34 23.34 0 0 0-15.664 6.034l-52.284 47.334a23.3 23.3 0 0 1-15.663 6.045h-67.883V0Z\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(324.218 483.563)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-143.625h-53.373V0c0 14.736 11.945 26.692 26.693 26.692Q-2.288 24.392 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(433.782 380.836)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-35.432-19.77-96.02-19.77C-160.996-19.77-194.489 0-194.489 0c12.553 20.221 12.639 55.104 12.639 55.104v85.634c0 26.657 21.61 48.267 48.266 48.267h74.921c26.657 0 48.267-21.61 48.267-48.267V55.104C-10.396 31.385 0 0 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(502 48.206)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-17.21h-171.454V0c0 26.656 21.61 48.267 48.266 48.267h74.922C-21.61 48.267 0 26.656 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(491.603 188.944)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s.15-57.33-8.079-77.753\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(378.752 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-.292-56.968 7.937-77.391\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(434.143 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h106.369c1.87 12.181 1.9 21.931 1.9 21.931v85.639c0 26.651 21.61 48.26 48.27 48.26h12.02v46.53c0 12.89-10.45 23.34-23.34 23.34H5.869a23.35 23.35 0 0 0-15.66 6.03l-52.29 47.34a23.32 23.32 0 0 1-15.66 6.04h-100.81c-12.84 0-23.28-10.38-23.33-23.219V23.45c-.06-12.939 10.36-23.45 23.3-23.45h90.598\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(211.881 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h139.72\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(125.82 424.613)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h51.116\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(214.423 365.384)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(168.878 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path></g></g></svg>							\n												<h5>\n													Clean &amp; Respectful												</h5>\n											We cover your furniture, protect your floors, and clean up completely before we leave.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M31 31a1 1 0 0 0 .641-.232l4.318-3.6A22.29 22.29 0 0 0 44 10a1 1 0 0 0-1-1h-.6a17.3 17.3 0 0 1-10.775-3.781 1 1 0 0 0-1.25 0A17.3 17.3 0 0 1 19.6 9H19a1 1 0 0 0-1 1 22.29 22.29 0 0 0 8.041 17.168l4.318 3.6A1 1 0 0 0 31 31M20.024 11A19.33 19.33 0 0 0 31 7.26 19.33 19.33 0 0 0 41.976 11a20.28 20.28 0 0 1-7.3 14.637L31 28.7l-3.679-3.065A20.28 20.28 0 0 1 20.024 11\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m31.65 25.759 3.129-2.681a15.84 15.84 0 0 0 5.2-8.882A1 1 0 0 0 39 13a11.07 11.07 0 0 1-6.6-2.2l-.8-.6a1 1 0 0 0-1.2 0l-.8.6A11.07 11.07 0 0 1 23 13a1 1 0 0 0-.98 1.2 15.84 15.84 0 0 0 5.2 8.882l3.129 2.681a1 1 0 0 0 1.3 0Zm-3.129-4.2a13.84 13.84 0 0 1-4.262-6.621A13.1 13.1 0 0 0 30.8 12.4l.2-.15.2.15a13.1 13.1 0 0 0 6.541 2.538 13.84 13.84 0 0 1-4.262 6.621L31 23.683Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M62 35h-9V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1 1v25H2a1 1 0 0 0-1 1v30a5.006 5.006 0 0 0 5 5h42a5.006 5.006 0 0 0 5-5v-3h9a1 1 0 0 0 1-1V36a1 1 0 0 0-1-1M3 58V29h6v29a3 3 0 0 1-6 0m48 0a3 3 0 0 1-3 3H9.974A4.95 4.95 0 0 0 11 58V3h40v32h-1a1 1 0 0 0-1 1v1h-2.586L43 33.586V28a1 1 0 0 0-1-1h-1a4 4 0 0 0-4 4v6h-7a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a1 1 0 0 0 .447-.1l3.789-1.9H49v1a1 1 0 0 0 1 1h1Zm-2-7h-3a1 1 0 0 0-.447.1L41.764 53H30a1 1 0 0 1-1-1v-1h8v-2h-8v-2h8v-2h-8v-2h8v-2h-8v-1a1 1 0 0 1 1-1h8a1 1 0 0 0 1-1v-7a2 2 0 0 1 2-2v5a1 1 0 0 0 .293.707l4 4A1 1 0 0 0 46 39h3Zm12 2H51V37h10Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M22.46 31.126A1 1 0 0 0 22 31h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707-1.414-1.414ZM21 39h-6v-6h5.586L18 35.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 35.414ZM24.293 41.293l-1.833 1.833A1 1 0 0 0 22 43h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707ZM21 51h-6v-6h5.586L18 47.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 47.414Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Quality You Can See												</h5>\n											Smooth, level, seamless — our finishes are paint-ready and built to last.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:20:10', '2026-08-01 11:20:10', '', 17, 'https://mrarif.me/drywallmanllc/?p=869', 0, 'revision', '', 0),
(865, 1, '2026-08-01 11:18:09', '2026-08-01 11:18:09', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path fill-rule=\"evenodd\" d=\"m432.526 212.859-45.58 14.085 39.343 127.31 30.805-9.52zM239.6 157.18l72.755-69.32a7.98 7.98 0 0 1 11.281.281l22.073 23.167a7.98 7.98 0 0 1-.281 11.281L244.42 218.828a7.98 7.98 0 0 1-11.281-.281l-62.398-62.425a7.976 7.976 0 0 1 .031-11.281l22.632-22.622a7.977 7.977 0 0 1 11.281.031zm77.982-52.258-72.616 69.188c-3.134 2.98-8.092 2.926-11.156-.156l-34.783-34.798-11.348 11.343 51.376 51.398 89.592-85.362zM155.579 308.514c25.247-9.488 62.848-41.113 82.09-60.354-36.874-12.206-59.514 11.298-102.345-2.695l-29.25 94.651c16.738 11.062 23.667 21.176 30.771 32.979 15.663-9.69 36.411-.865 40.031 17.696 16.804-3.573 32.662 8.202 34.611 25.157 14.474-1.896 27.548 8.208 29.711 22.601 16.261-1.759 29.728 12.684 27.111 28.971 8.537 3.317 19.23 3.212 24.108-1.989 2.725-2.905 1.161-5.85-1.285-8.393l-43.48-25.29a7.981 7.981 0 0 1 8-13.812l44.366 25.806c21.941 12.775 31.986-3.188 20.8-12.058l-55.18-32.256a7.997 7.997 0 0 1 8.062-13.813l53.098 30.89c33.19 19.162 41.362-7.328 30.221-13.697l-66.05-37.663a7.978 7.978 0 0 1 7.875-13.875l64.894 36.992c6.951 1.698 11.465.876 14.063-1.236 5.476-4.451 3.582-15.785-1.374-18.368l-105.538-59.76c-4.858 2.75-7.772 4.427-10.585 6.044-46.991 27.03-74.408 42.8-107.82 6.315-3.841-4.198-2.139-10.894 3.095-12.843m17.019 102.799c10.229-13.978 30.422 2.198 20.905 15.306l-16.056 22.653c-10.082 13.774-30.501-1.778-20.742-15.551zm33.628 24.962c9.217-12.105 25.011 1.65 17.513 12.327-3.592 5.102-7.19 10.134-10.805 15.236-8.285 11.424-25.191-1.451-17.161-12.81zM405.328 83.184c3.354 44.076-2.565 86.953-18.075 126.967l50.034-15.4a7.973 7.973 0 0 1 9.281 6.406l27.468 147.447a7.98 7.98 0 0 1-5.46 9.281l-45.212 13.972a7.98 7.98 0 0 1-9.969-5.281l-1.905-6.166-17.415 5.224c7.426 15.258 1.185 35.253-17.256 38.987 5.801 22.224-14.471 37.478-35.556 34.24.806 16.406-13.539 28.211-31.504 25.447-1.039 9.251-7.907 15.981-16.665 19.214-8.536 3.151-19.934 3.314-31.825-1.635l-1.292 1.87c-10.857 15.421-34 12.595-42.151-3.262-14.152 8.253-31.973 1.738-37.954-13.014-19.659 9.641-41.935-5.258-41.501-26.794-21.568.096-35.633-23.042-22.174-42.039l9.399-13.235c-6.448-10.837-11.676-19.854-24.471-29.286l-2.523 8.163a7.977 7.977 0 0 1-9.969 5.281L43.421 355.6a7.98 7.98 0 0 1-5.46-9.281l27.468-147.447c.864-4.678 5.654-7.57 10.187-6.186l48.129 14.872c-14.811-39.378-20.332-81.16-17.079-124.374a7.993 7.993 0 0 1 7.901-7.397 226.5 226.5 0 0 0 72.584-16.439 226.5 226.5 0 0 0 63.598-39.34 7.974 7.974 0 0 1 10.558.051C298.822 53.262 347.798 73.028 397.8 75.81c4.054.221 7.235 3.431 7.528 7.374M146.073 421.128c-7.971 9.924-25.536-1.014-16.876-13.232l12.062-17.056c2.531-3.3 4.577-5.649 9.291-5.761 8.962-.213 13.754 10.261 9.06 16.929zm86.7 42.349c1.241-1.771 2.475-3.533 3.743-5.283 6.888-9.492 20.166.226 15.253 9.357-.356.662-4.779 6.9-4.777 6.902-6.747 9.189-21.17-.661-14.219-10.976m-79.905-230.271c-23.324-43.656-33.386-91.701-30.707-141.965A242.76 242.76 0 0 0 256 36.477a242.76 242.76 0 0 0 133.839 54.764c2.764 51.788-7.964 101.033-32.684 145.609-35.883-2.122-66.36-28.868-105.775-.5-41.757-18.485-64.922 1.771-98.512-3.144m-27.813-8.547-39.343 127.31-30.805-9.519 24.567-131.876zm255.779 128.266-106.013-60.038a7.97 7.97 0 0 0-7.838-.022c-.028-.049-13.583 7.768-14.615 8.362-35.546 20.446-57.937 33.322-79.87 16.961 24.783-13.166 55.358-37.64 76.538-58.831 26.676-26.691 48.557-20.423 72.094-13.682 17.216 4.931 35.195 10.079 56.661 5.675l28.985 93.793z\" clip-rule=\"evenodd\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Honesty First												</h5>\n											<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 682.667 682.667\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><defs><clipPath id=\"a\" clipPathUnits=\"userSpaceOnUse\"><path d=\"M0 512h512V0H0Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></clipPath></defs><g clip-path=\"url(#a)\" transform=\"matrix(1.33333 0 0 -1.33333 0 682.667)\"><path d=\"M0 0v-176.488h-106.468a23.34 23.34 0 0 0-15.664 6.034l-52.284 47.334a23.3 23.3 0 0 1-15.663 6.045h-67.883V0Z\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(324.218 483.563)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-143.625h-53.373V0c0 14.736 11.945 26.692 26.693 26.692Q-2.288 24.392 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(433.782 380.836)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-35.432-19.77-96.02-19.77C-160.996-19.77-194.489 0-194.489 0c12.553 20.221 12.639 55.104 12.639 55.104v85.634c0 26.657 21.61 48.267 48.266 48.267h74.921c26.657 0 48.267-21.61 48.267-48.267V55.104C-10.396 31.385 0 0 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(502 48.206)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-17.21h-171.454V0c0 26.656 21.61 48.267 48.266 48.267h74.922C-21.61 48.267 0 26.656 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(491.603 188.944)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s.15-57.33-8.079-77.753\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(378.752 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-.292-56.968 7.937-77.391\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(434.143 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h106.369c1.87 12.181 1.9 21.931 1.9 21.931v85.639c0 26.651 21.61 48.26 48.27 48.26h12.02v46.53c0 12.89-10.45 23.34-23.34 23.34H5.869a23.35 23.35 0 0 0-15.66 6.03l-52.29 47.34a23.32 23.32 0 0 1-15.66 6.04h-100.81c-12.84 0-23.28-10.38-23.33-23.219V23.45c-.06-12.939 10.36-23.45 23.3-23.45h90.598\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(211.881 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h139.72\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(125.82 424.613)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h51.116\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(214.423 365.384)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(168.878 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path></g></g></svg>							\n												<h5>\n													Clean &amp; Respectful												</h5>\n											We cover your furniture, protect your floors, and clean up completely before we leave.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:18:09', '2026-08-01 11:18:09', '', 17, 'https://mrarif.me/drywallmanllc/?p=865', 0, 'revision', '', 0),
(862, 1, '2026-08-01 11:17:50', '2026-08-01 11:17:50', '', 'svg-image-22 (69)', '', 'inherit', 'closed', 'closed', '', 'svg-image-22-69', '', '', '2026-08-01 11:17:50', '2026-08-01 11:17:50', '', 17, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/svg-image-22-69.svg', 0, 'attachment', 'image/svg+xml', 0),
(863, 1, '2026-08-01 11:18:09', '2026-08-01 11:18:09', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path fill-rule=\"evenodd\" d=\"m432.526 212.859-45.58 14.085 39.343 127.31 30.805-9.52zM239.6 157.18l72.755-69.32a7.98 7.98 0 0 1 11.281.281l22.073 23.167a7.98 7.98 0 0 1-.281 11.281L244.42 218.828a7.98 7.98 0 0 1-11.281-.281l-62.398-62.425a7.976 7.976 0 0 1 .031-11.281l22.632-22.622a7.977 7.977 0 0 1 11.281.031zm77.982-52.258-72.616 69.188c-3.134 2.98-8.092 2.926-11.156-.156l-34.783-34.798-11.348 11.343 51.376 51.398 89.592-85.362zM155.579 308.514c25.247-9.488 62.848-41.113 82.09-60.354-36.874-12.206-59.514 11.298-102.345-2.695l-29.25 94.651c16.738 11.062 23.667 21.176 30.771 32.979 15.663-9.69 36.411-.865 40.031 17.696 16.804-3.573 32.662 8.202 34.611 25.157 14.474-1.896 27.548 8.208 29.711 22.601 16.261-1.759 29.728 12.684 27.111 28.971 8.537 3.317 19.23 3.212 24.108-1.989 2.725-2.905 1.161-5.85-1.285-8.393l-43.48-25.29a7.981 7.981 0 0 1 8-13.812l44.366 25.806c21.941 12.775 31.986-3.188 20.8-12.058l-55.18-32.256a7.997 7.997 0 0 1 8.062-13.813l53.098 30.89c33.19 19.162 41.362-7.328 30.221-13.697l-66.05-37.663a7.978 7.978 0 0 1 7.875-13.875l64.894 36.992c6.951 1.698 11.465.876 14.063-1.236 5.476-4.451 3.582-15.785-1.374-18.368l-105.538-59.76c-4.858 2.75-7.772 4.427-10.585 6.044-46.991 27.03-74.408 42.8-107.82 6.315-3.841-4.198-2.139-10.894 3.095-12.843m17.019 102.799c10.229-13.978 30.422 2.198 20.905 15.306l-16.056 22.653c-10.082 13.774-30.501-1.778-20.742-15.551zm33.628 24.962c9.217-12.105 25.011 1.65 17.513 12.327-3.592 5.102-7.19 10.134-10.805 15.236-8.285 11.424-25.191-1.451-17.161-12.81zM405.328 83.184c3.354 44.076-2.565 86.953-18.075 126.967l50.034-15.4a7.973 7.973 0 0 1 9.281 6.406l27.468 147.447a7.98 7.98 0 0 1-5.46 9.281l-45.212 13.972a7.98 7.98 0 0 1-9.969-5.281l-1.905-6.166-17.415 5.224c7.426 15.258 1.185 35.253-17.256 38.987 5.801 22.224-14.471 37.478-35.556 34.24.806 16.406-13.539 28.211-31.504 25.447-1.039 9.251-7.907 15.981-16.665 19.214-8.536 3.151-19.934 3.314-31.825-1.635l-1.292 1.87c-10.857 15.421-34 12.595-42.151-3.262-14.152 8.253-31.973 1.738-37.954-13.014-19.659 9.641-41.935-5.258-41.501-26.794-21.568.096-35.633-23.042-22.174-42.039l9.399-13.235c-6.448-10.837-11.676-19.854-24.471-29.286l-2.523 8.163a7.977 7.977 0 0 1-9.969 5.281L43.421 355.6a7.98 7.98 0 0 1-5.46-9.281l27.468-147.447c.864-4.678 5.654-7.57 10.187-6.186l48.129 14.872c-14.811-39.378-20.332-81.16-17.079-124.374a7.993 7.993 0 0 1 7.901-7.397 226.5 226.5 0 0 0 72.584-16.439 226.5 226.5 0 0 0 63.598-39.34 7.974 7.974 0 0 1 10.558.051C298.822 53.262 347.798 73.028 397.8 75.81c4.054.221 7.235 3.431 7.528 7.374M146.073 421.128c-7.971 9.924-25.536-1.014-16.876-13.232l12.062-17.056c2.531-3.3 4.577-5.649 9.291-5.761 8.962-.213 13.754 10.261 9.06 16.929zm86.7 42.349c1.241-1.771 2.475-3.533 3.743-5.283 6.888-9.492 20.166.226 15.253 9.357-.356.662-4.779 6.9-4.777 6.902-6.747 9.189-21.17-.661-14.219-10.976m-79.905-230.271c-23.324-43.656-33.386-91.701-30.707-141.965A242.76 242.76 0 0 0 256 36.477a242.76 242.76 0 0 0 133.839 54.764c2.764 51.788-7.964 101.033-32.684 145.609-35.883-2.122-66.36-28.868-105.775-.5-41.757-18.485-64.922 1.771-98.512-3.144m-27.813-8.547-39.343 127.31-30.805-9.519 24.567-131.876zm255.779 128.266-106.013-60.038a7.97 7.97 0 0 0-7.838-.022c-.028-.049-13.583 7.768-14.615 8.362-35.546 20.446-57.937 33.322-79.87 16.961 24.783-13.166 55.358-37.64 76.538-58.831 26.676-26.691 48.557-20.423 72.094-13.682 17.216 4.931 35.195 10.079 56.661 5.675l28.985 93.793z\" clip-rule=\"evenodd\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Honesty First												</h5>\n											<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:18:09', '2026-08-01 11:18:09', '', 17, 'https://mrarif.me/drywallmanllc/?p=863', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(864, 1, '2026-08-01 11:18:09', '2026-08-01 11:18:09', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path fill-rule=\"evenodd\" d=\"m432.526 212.859-45.58 14.085 39.343 127.31 30.805-9.52zM239.6 157.18l72.755-69.32a7.98 7.98 0 0 1 11.281.281l22.073 23.167a7.98 7.98 0 0 1-.281 11.281L244.42 218.828a7.98 7.98 0 0 1-11.281-.281l-62.398-62.425a7.976 7.976 0 0 1 .031-11.281l22.632-22.622a7.977 7.977 0 0 1 11.281.031zm77.982-52.258-72.616 69.188c-3.134 2.98-8.092 2.926-11.156-.156l-34.783-34.798-11.348 11.343 51.376 51.398 89.592-85.362zM155.579 308.514c25.247-9.488 62.848-41.113 82.09-60.354-36.874-12.206-59.514 11.298-102.345-2.695l-29.25 94.651c16.738 11.062 23.667 21.176 30.771 32.979 15.663-9.69 36.411-.865 40.031 17.696 16.804-3.573 32.662 8.202 34.611 25.157 14.474-1.896 27.548 8.208 29.711 22.601 16.261-1.759 29.728 12.684 27.111 28.971 8.537 3.317 19.23 3.212 24.108-1.989 2.725-2.905 1.161-5.85-1.285-8.393l-43.48-25.29a7.981 7.981 0 0 1 8-13.812l44.366 25.806c21.941 12.775 31.986-3.188 20.8-12.058l-55.18-32.256a7.997 7.997 0 0 1 8.062-13.813l53.098 30.89c33.19 19.162 41.362-7.328 30.221-13.697l-66.05-37.663a7.978 7.978 0 0 1 7.875-13.875l64.894 36.992c6.951 1.698 11.465.876 14.063-1.236 5.476-4.451 3.582-15.785-1.374-18.368l-105.538-59.76c-4.858 2.75-7.772 4.427-10.585 6.044-46.991 27.03-74.408 42.8-107.82 6.315-3.841-4.198-2.139-10.894 3.095-12.843m17.019 102.799c10.229-13.978 30.422 2.198 20.905 15.306l-16.056 22.653c-10.082 13.774-30.501-1.778-20.742-15.551zm33.628 24.962c9.217-12.105 25.011 1.65 17.513 12.327-3.592 5.102-7.19 10.134-10.805 15.236-8.285 11.424-25.191-1.451-17.161-12.81zM405.328 83.184c3.354 44.076-2.565 86.953-18.075 126.967l50.034-15.4a7.973 7.973 0 0 1 9.281 6.406l27.468 147.447a7.98 7.98 0 0 1-5.46 9.281l-45.212 13.972a7.98 7.98 0 0 1-9.969-5.281l-1.905-6.166-17.415 5.224c7.426 15.258 1.185 35.253-17.256 38.987 5.801 22.224-14.471 37.478-35.556 34.24.806 16.406-13.539 28.211-31.504 25.447-1.039 9.251-7.907 15.981-16.665 19.214-8.536 3.151-19.934 3.314-31.825-1.635l-1.292 1.87c-10.857 15.421-34 12.595-42.151-3.262-14.152 8.253-31.973 1.738-37.954-13.014-19.659 9.641-41.935-5.258-41.501-26.794-21.568.096-35.633-23.042-22.174-42.039l9.399-13.235c-6.448-10.837-11.676-19.854-24.471-29.286l-2.523 8.163a7.977 7.977 0 0 1-9.969 5.281L43.421 355.6a7.98 7.98 0 0 1-5.46-9.281l27.468-147.447c.864-4.678 5.654-7.57 10.187-6.186l48.129 14.872c-14.811-39.378-20.332-81.16-17.079-124.374a7.993 7.993 0 0 1 7.901-7.397 226.5 226.5 0 0 0 72.584-16.439 226.5 226.5 0 0 0 63.598-39.34 7.974 7.974 0 0 1 10.558.051C298.822 53.262 347.798 73.028 397.8 75.81c4.054.221 7.235 3.431 7.528 7.374M146.073 421.128c-7.971 9.924-25.536-1.014-16.876-13.232l12.062-17.056c2.531-3.3 4.577-5.649 9.291-5.761 8.962-.213 13.754 10.261 9.06 16.929zm86.7 42.349c1.241-1.771 2.475-3.533 3.743-5.283 6.888-9.492 20.166.226 15.253 9.357-.356.662-4.779 6.9-4.777 6.902-6.747 9.189-21.17-.661-14.219-10.976m-79.905-230.271c-23.324-43.656-33.386-91.701-30.707-141.965A242.76 242.76 0 0 0 256 36.477a242.76 242.76 0 0 0 133.839 54.764c2.764 51.788-7.964 101.033-32.684 145.609-35.883-2.122-66.36-28.868-105.775-.5-41.757-18.485-64.922 1.771-98.512-3.144m-27.813-8.547-39.343 127.31-30.805-9.519 24.567-131.876zm255.779 128.266-106.013-60.038a7.97 7.97 0 0 0-7.838-.022c-.028-.049-13.583 7.768-14.615 8.362-35.546 20.446-57.937 33.322-79.87 16.961 24.783-13.166 55.358-37.64 76.538-58.831 26.676-26.691 48.557-20.423 72.094-13.682 17.216 4.931 35.195 10.079 56.661 5.675l28.985 93.793z\" clip-rule=\"evenodd\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Honesty First												</h5>\n											<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:18:09', '2026-08-01 11:18:09', '', 17, 'https://mrarif.me/drywallmanllc/?p=864', 0, 'revision', '', 0),
(866, 1, '2026-08-01 11:20:03', '2026-08-01 11:20:03', '', 'svg-image-22 (70)', '', 'inherit', 'closed', 'closed', '', 'svg-image-22-70', '', '', '2026-08-01 11:20:03', '2026-08-01 11:20:03', '', 17, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/svg-image-22-70.svg', 0, 'attachment', 'image/svg+xml', 0),
(867, 1, '2026-08-01 11:20:10', '2026-08-01 11:20:10', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path fill-rule=\"evenodd\" d=\"m432.526 212.859-45.58 14.085 39.343 127.31 30.805-9.52zM239.6 157.18l72.755-69.32a7.98 7.98 0 0 1 11.281.281l22.073 23.167a7.98 7.98 0 0 1-.281 11.281L244.42 218.828a7.98 7.98 0 0 1-11.281-.281l-62.398-62.425a7.976 7.976 0 0 1 .031-11.281l22.632-22.622a7.977 7.977 0 0 1 11.281.031zm77.982-52.258-72.616 69.188c-3.134 2.98-8.092 2.926-11.156-.156l-34.783-34.798-11.348 11.343 51.376 51.398 89.592-85.362zM155.579 308.514c25.247-9.488 62.848-41.113 82.09-60.354-36.874-12.206-59.514 11.298-102.345-2.695l-29.25 94.651c16.738 11.062 23.667 21.176 30.771 32.979 15.663-9.69 36.411-.865 40.031 17.696 16.804-3.573 32.662 8.202 34.611 25.157 14.474-1.896 27.548 8.208 29.711 22.601 16.261-1.759 29.728 12.684 27.111 28.971 8.537 3.317 19.23 3.212 24.108-1.989 2.725-2.905 1.161-5.85-1.285-8.393l-43.48-25.29a7.981 7.981 0 0 1 8-13.812l44.366 25.806c21.941 12.775 31.986-3.188 20.8-12.058l-55.18-32.256a7.997 7.997 0 0 1 8.062-13.813l53.098 30.89c33.19 19.162 41.362-7.328 30.221-13.697l-66.05-37.663a7.978 7.978 0 0 1 7.875-13.875l64.894 36.992c6.951 1.698 11.465.876 14.063-1.236 5.476-4.451 3.582-15.785-1.374-18.368l-105.538-59.76c-4.858 2.75-7.772 4.427-10.585 6.044-46.991 27.03-74.408 42.8-107.82 6.315-3.841-4.198-2.139-10.894 3.095-12.843m17.019 102.799c10.229-13.978 30.422 2.198 20.905 15.306l-16.056 22.653c-10.082 13.774-30.501-1.778-20.742-15.551zm33.628 24.962c9.217-12.105 25.011 1.65 17.513 12.327-3.592 5.102-7.19 10.134-10.805 15.236-8.285 11.424-25.191-1.451-17.161-12.81zM405.328 83.184c3.354 44.076-2.565 86.953-18.075 126.967l50.034-15.4a7.973 7.973 0 0 1 9.281 6.406l27.468 147.447a7.98 7.98 0 0 1-5.46 9.281l-45.212 13.972a7.98 7.98 0 0 1-9.969-5.281l-1.905-6.166-17.415 5.224c7.426 15.258 1.185 35.253-17.256 38.987 5.801 22.224-14.471 37.478-35.556 34.24.806 16.406-13.539 28.211-31.504 25.447-1.039 9.251-7.907 15.981-16.665 19.214-8.536 3.151-19.934 3.314-31.825-1.635l-1.292 1.87c-10.857 15.421-34 12.595-42.151-3.262-14.152 8.253-31.973 1.738-37.954-13.014-19.659 9.641-41.935-5.258-41.501-26.794-21.568.096-35.633-23.042-22.174-42.039l9.399-13.235c-6.448-10.837-11.676-19.854-24.471-29.286l-2.523 8.163a7.977 7.977 0 0 1-9.969 5.281L43.421 355.6a7.98 7.98 0 0 1-5.46-9.281l27.468-147.447c.864-4.678 5.654-7.57 10.187-6.186l48.129 14.872c-14.811-39.378-20.332-81.16-17.079-124.374a7.993 7.993 0 0 1 7.901-7.397 226.5 226.5 0 0 0 72.584-16.439 226.5 226.5 0 0 0 63.598-39.34 7.974 7.974 0 0 1 10.558.051C298.822 53.262 347.798 73.028 397.8 75.81c4.054.221 7.235 3.431 7.528 7.374M146.073 421.128c-7.971 9.924-25.536-1.014-16.876-13.232l12.062-17.056c2.531-3.3 4.577-5.649 9.291-5.761 8.962-.213 13.754 10.261 9.06 16.929zm86.7 42.349c1.241-1.771 2.475-3.533 3.743-5.283 6.888-9.492 20.166.226 15.253 9.357-.356.662-4.779 6.9-4.777 6.902-6.747 9.189-21.17-.661-14.219-10.976m-79.905-230.271c-23.324-43.656-33.386-91.701-30.707-141.965A242.76 242.76 0 0 0 256 36.477a242.76 242.76 0 0 0 133.839 54.764c2.764 51.788-7.964 101.033-32.684 145.609-35.883-2.122-66.36-28.868-105.775-.5-41.757-18.485-64.922 1.771-98.512-3.144m-27.813-8.547-39.343 127.31-30.805-9.519 24.567-131.876zm255.779 128.266-106.013-60.038a7.97 7.97 0 0 0-7.838-.022c-.028-.049-13.583 7.768-14.615 8.362-35.546 20.446-57.937 33.322-79.87 16.961 24.783-13.166 55.358-37.64 76.538-58.831 26.676-26.691 48.557-20.423 72.094-13.682 17.216 4.931 35.195 10.079 56.661 5.675l28.985 93.793z\" clip-rule=\"evenodd\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Honesty First												</h5>\n											<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 682.667 682.667\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><defs><clipPath id=\"a\" clipPathUnits=\"userSpaceOnUse\"><path d=\"M0 512h512V0H0Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></clipPath></defs><g clip-path=\"url(#a)\" transform=\"matrix(1.33333 0 0 -1.33333 0 682.667)\"><path d=\"M0 0v-176.488h-106.468a23.34 23.34 0 0 0-15.664 6.034l-52.284 47.334a23.3 23.3 0 0 1-15.663 6.045h-67.883V0Z\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(324.218 483.563)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-143.625h-53.373V0c0 14.736 11.945 26.692 26.693 26.692Q-2.288 24.392 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(433.782 380.836)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-35.432-19.77-96.02-19.77C-160.996-19.77-194.489 0-194.489 0c12.553 20.221 12.639 55.104 12.639 55.104v85.634c0 26.657 21.61 48.267 48.266 48.267h74.921c26.657 0 48.267-21.61 48.267-48.267V55.104C-10.396 31.385 0 0 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(502 48.206)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-17.21h-171.454V0c0 26.656 21.61 48.267 48.266 48.267h74.922C-21.61 48.267 0 26.656 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(491.603 188.944)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s.15-57.33-8.079-77.753\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(378.752 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-.292-56.968 7.937-77.391\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(434.143 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h106.369c1.87 12.181 1.9 21.931 1.9 21.931v85.639c0 26.651 21.61 48.26 48.27 48.26h12.02v46.53c0 12.89-10.45 23.34-23.34 23.34H5.869a23.35 23.35 0 0 0-15.66 6.03l-52.29 47.34a23.32 23.32 0 0 1-15.66 6.04h-100.81c-12.84 0-23.28-10.38-23.33-23.219V23.45c-.06-12.939 10.36-23.45 23.3-23.45h90.598\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(211.881 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h139.72\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(125.82 424.613)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h51.116\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(214.423 365.384)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(168.878 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path></g></g></svg>							\n												<h5>\n													Clean &amp; Respectful												</h5>\n											We cover your furniture, protect your floors, and clean up completely before we leave.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:20:10', '2026-08-01 11:20:10', '', 17, 'https://mrarif.me/drywallmanllc/?p=867', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(868, 1, '2026-08-01 11:20:10', '2026-08-01 11:20:10', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path fill-rule=\"evenodd\" d=\"m432.526 212.859-45.58 14.085 39.343 127.31 30.805-9.52zM239.6 157.18l72.755-69.32a7.98 7.98 0 0 1 11.281.281l22.073 23.167a7.98 7.98 0 0 1-.281 11.281L244.42 218.828a7.98 7.98 0 0 1-11.281-.281l-62.398-62.425a7.976 7.976 0 0 1 .031-11.281l22.632-22.622a7.977 7.977 0 0 1 11.281.031zm77.982-52.258-72.616 69.188c-3.134 2.98-8.092 2.926-11.156-.156l-34.783-34.798-11.348 11.343 51.376 51.398 89.592-85.362zM155.579 308.514c25.247-9.488 62.848-41.113 82.09-60.354-36.874-12.206-59.514 11.298-102.345-2.695l-29.25 94.651c16.738 11.062 23.667 21.176 30.771 32.979 15.663-9.69 36.411-.865 40.031 17.696 16.804-3.573 32.662 8.202 34.611 25.157 14.474-1.896 27.548 8.208 29.711 22.601 16.261-1.759 29.728 12.684 27.111 28.971 8.537 3.317 19.23 3.212 24.108-1.989 2.725-2.905 1.161-5.85-1.285-8.393l-43.48-25.29a7.981 7.981 0 0 1 8-13.812l44.366 25.806c21.941 12.775 31.986-3.188 20.8-12.058l-55.18-32.256a7.997 7.997 0 0 1 8.062-13.813l53.098 30.89c33.19 19.162 41.362-7.328 30.221-13.697l-66.05-37.663a7.978 7.978 0 0 1 7.875-13.875l64.894 36.992c6.951 1.698 11.465.876 14.063-1.236 5.476-4.451 3.582-15.785-1.374-18.368l-105.538-59.76c-4.858 2.75-7.772 4.427-10.585 6.044-46.991 27.03-74.408 42.8-107.82 6.315-3.841-4.198-2.139-10.894 3.095-12.843m17.019 102.799c10.229-13.978 30.422 2.198 20.905 15.306l-16.056 22.653c-10.082 13.774-30.501-1.778-20.742-15.551zm33.628 24.962c9.217-12.105 25.011 1.65 17.513 12.327-3.592 5.102-7.19 10.134-10.805 15.236-8.285 11.424-25.191-1.451-17.161-12.81zM405.328 83.184c3.354 44.076-2.565 86.953-18.075 126.967l50.034-15.4a7.973 7.973 0 0 1 9.281 6.406l27.468 147.447a7.98 7.98 0 0 1-5.46 9.281l-45.212 13.972a7.98 7.98 0 0 1-9.969-5.281l-1.905-6.166-17.415 5.224c7.426 15.258 1.185 35.253-17.256 38.987 5.801 22.224-14.471 37.478-35.556 34.24.806 16.406-13.539 28.211-31.504 25.447-1.039 9.251-7.907 15.981-16.665 19.214-8.536 3.151-19.934 3.314-31.825-1.635l-1.292 1.87c-10.857 15.421-34 12.595-42.151-3.262-14.152 8.253-31.973 1.738-37.954-13.014-19.659 9.641-41.935-5.258-41.501-26.794-21.568.096-35.633-23.042-22.174-42.039l9.399-13.235c-6.448-10.837-11.676-19.854-24.471-29.286l-2.523 8.163a7.977 7.977 0 0 1-9.969 5.281L43.421 355.6a7.98 7.98 0 0 1-5.46-9.281l27.468-147.447c.864-4.678 5.654-7.57 10.187-6.186l48.129 14.872c-14.811-39.378-20.332-81.16-17.079-124.374a7.993 7.993 0 0 1 7.901-7.397 226.5 226.5 0 0 0 72.584-16.439 226.5 226.5 0 0 0 63.598-39.34 7.974 7.974 0 0 1 10.558.051C298.822 53.262 347.798 73.028 397.8 75.81c4.054.221 7.235 3.431 7.528 7.374M146.073 421.128c-7.971 9.924-25.536-1.014-16.876-13.232l12.062-17.056c2.531-3.3 4.577-5.649 9.291-5.761 8.962-.213 13.754 10.261 9.06 16.929zm86.7 42.349c1.241-1.771 2.475-3.533 3.743-5.283 6.888-9.492 20.166.226 15.253 9.357-.356.662-4.779 6.9-4.777 6.902-6.747 9.189-21.17-.661-14.219-10.976m-79.905-230.271c-23.324-43.656-33.386-91.701-30.707-141.965A242.76 242.76 0 0 0 256 36.477a242.76 242.76 0 0 0 133.839 54.764c2.764 51.788-7.964 101.033-32.684 145.609-35.883-2.122-66.36-28.868-105.775-.5-41.757-18.485-64.922 1.771-98.512-3.144m-27.813-8.547-39.343 127.31-30.805-9.519 24.567-131.876zm255.779 128.266-106.013-60.038a7.97 7.97 0 0 0-7.838-.022c-.028-.049-13.583 7.768-14.615 8.362-35.546 20.446-57.937 33.322-79.87 16.961 24.783-13.166 55.358-37.64 76.538-58.831 26.676-26.691 48.557-20.423 72.094-13.682 17.216 4.931 35.195 10.079 56.661 5.675l28.985 93.793z\" clip-rule=\"evenodd\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Honesty First												</h5>\n											<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 682.667 682.667\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><defs><clipPath id=\"a\" clipPathUnits=\"userSpaceOnUse\"><path d=\"M0 512h512V0H0Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></clipPath></defs><g clip-path=\"url(#a)\" transform=\"matrix(1.33333 0 0 -1.33333 0 682.667)\"><path d=\"M0 0v-176.488h-106.468a23.34 23.34 0 0 0-15.664 6.034l-52.284 47.334a23.3 23.3 0 0 1-15.663 6.045h-67.883V0Z\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(324.218 483.563)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-143.625h-53.373V0c0 14.736 11.945 26.692 26.693 26.692Q-2.288 24.392 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(433.782 380.836)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-35.432-19.77-96.02-19.77C-160.996-19.77-194.489 0-194.489 0c12.553 20.221 12.639 55.104 12.639 55.104v85.634c0 26.657 21.61 48.267 48.266 48.267h74.921c26.657 0 48.267-21.61 48.267-48.267V55.104C-10.396 31.385 0 0 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(502 48.206)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-17.21h-171.454V0c0 26.656 21.61 48.267 48.266 48.267h74.922C-21.61 48.267 0 26.656 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(491.603 188.944)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s.15-57.33-8.079-77.753\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(378.752 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-.292-56.968 7.937-77.391\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(434.143 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h106.369c1.87 12.181 1.9 21.931 1.9 21.931v85.639c0 26.651 21.61 48.26 48.27 48.26h12.02v46.53c0 12.89-10.45 23.34-23.34 23.34H5.869a23.35 23.35 0 0 0-15.66 6.03l-52.29 47.34a23.32 23.32 0 0 1-15.66 6.04h-100.81c-12.84 0-23.28-10.38-23.33-23.219V23.45c-.06-12.939 10.36-23.45 23.3-23.45h90.598\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(211.881 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h139.72\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(125.82 424.613)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h51.116\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(214.423 365.384)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(168.878 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path></g></g></svg>							\n												<h5>\n													Clean &amp; Respectful												</h5>\n											We cover your furniture, protect your floors, and clean up completely before we leave.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:20:10', '2026-08-01 11:20:10', '', 17, 'https://mrarif.me/drywallmanllc/?p=868', 0, 'revision', '', 0),
(870, 1, '2026-08-01 11:22:47', '2026-08-01 11:22:47', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path fill-rule=\"evenodd\" d=\"m432.526 212.859-45.58 14.085 39.343 127.31 30.805-9.52zM239.6 157.18l72.755-69.32a7.98 7.98 0 0 1 11.281.281l22.073 23.167a7.98 7.98 0 0 1-.281 11.281L244.42 218.828a7.98 7.98 0 0 1-11.281-.281l-62.398-62.425a7.976 7.976 0 0 1 .031-11.281l22.632-22.622a7.977 7.977 0 0 1 11.281.031zm77.982-52.258-72.616 69.188c-3.134 2.98-8.092 2.926-11.156-.156l-34.783-34.798-11.348 11.343 51.376 51.398 89.592-85.362zM155.579 308.514c25.247-9.488 62.848-41.113 82.09-60.354-36.874-12.206-59.514 11.298-102.345-2.695l-29.25 94.651c16.738 11.062 23.667 21.176 30.771 32.979 15.663-9.69 36.411-.865 40.031 17.696 16.804-3.573 32.662 8.202 34.611 25.157 14.474-1.896 27.548 8.208 29.711 22.601 16.261-1.759 29.728 12.684 27.111 28.971 8.537 3.317 19.23 3.212 24.108-1.989 2.725-2.905 1.161-5.85-1.285-8.393l-43.48-25.29a7.981 7.981 0 0 1 8-13.812l44.366 25.806c21.941 12.775 31.986-3.188 20.8-12.058l-55.18-32.256a7.997 7.997 0 0 1 8.062-13.813l53.098 30.89c33.19 19.162 41.362-7.328 30.221-13.697l-66.05-37.663a7.978 7.978 0 0 1 7.875-13.875l64.894 36.992c6.951 1.698 11.465.876 14.063-1.236 5.476-4.451 3.582-15.785-1.374-18.368l-105.538-59.76c-4.858 2.75-7.772 4.427-10.585 6.044-46.991 27.03-74.408 42.8-107.82 6.315-3.841-4.198-2.139-10.894 3.095-12.843m17.019 102.799c10.229-13.978 30.422 2.198 20.905 15.306l-16.056 22.653c-10.082 13.774-30.501-1.778-20.742-15.551zm33.628 24.962c9.217-12.105 25.011 1.65 17.513 12.327-3.592 5.102-7.19 10.134-10.805 15.236-8.285 11.424-25.191-1.451-17.161-12.81zM405.328 83.184c3.354 44.076-2.565 86.953-18.075 126.967l50.034-15.4a7.973 7.973 0 0 1 9.281 6.406l27.468 147.447a7.98 7.98 0 0 1-5.46 9.281l-45.212 13.972a7.98 7.98 0 0 1-9.969-5.281l-1.905-6.166-17.415 5.224c7.426 15.258 1.185 35.253-17.256 38.987 5.801 22.224-14.471 37.478-35.556 34.24.806 16.406-13.539 28.211-31.504 25.447-1.039 9.251-7.907 15.981-16.665 19.214-8.536 3.151-19.934 3.314-31.825-1.635l-1.292 1.87c-10.857 15.421-34 12.595-42.151-3.262-14.152 8.253-31.973 1.738-37.954-13.014-19.659 9.641-41.935-5.258-41.501-26.794-21.568.096-35.633-23.042-22.174-42.039l9.399-13.235c-6.448-10.837-11.676-19.854-24.471-29.286l-2.523 8.163a7.977 7.977 0 0 1-9.969 5.281L43.421 355.6a7.98 7.98 0 0 1-5.46-9.281l27.468-147.447c.864-4.678 5.654-7.57 10.187-6.186l48.129 14.872c-14.811-39.378-20.332-81.16-17.079-124.374a7.993 7.993 0 0 1 7.901-7.397 226.5 226.5 0 0 0 72.584-16.439 226.5 226.5 0 0 0 63.598-39.34 7.974 7.974 0 0 1 10.558.051C298.822 53.262 347.798 73.028 397.8 75.81c4.054.221 7.235 3.431 7.528 7.374M146.073 421.128c-7.971 9.924-25.536-1.014-16.876-13.232l12.062-17.056c2.531-3.3 4.577-5.649 9.291-5.761 8.962-.213 13.754 10.261 9.06 16.929zm86.7 42.349c1.241-1.771 2.475-3.533 3.743-5.283 6.888-9.492 20.166.226 15.253 9.357-.356.662-4.779 6.9-4.777 6.902-6.747 9.189-21.17-.661-14.219-10.976m-79.905-230.271c-23.324-43.656-33.386-91.701-30.707-141.965A242.76 242.76 0 0 0 256 36.477a242.76 242.76 0 0 0 133.839 54.764c2.764 51.788-7.964 101.033-32.684 145.609-35.883-2.122-66.36-28.868-105.775-.5-41.757-18.485-64.922 1.771-98.512-3.144m-27.813-8.547-39.343 127.31-30.805-9.519 24.567-131.876zm255.779 128.266-106.013-60.038a7.97 7.97 0 0 0-7.838-.022c-.028-.049-13.583 7.768-14.615 8.362-35.546 20.446-57.937 33.322-79.87 16.961 24.783-13.166 55.358-37.64 76.538-58.831 26.676-26.691 48.557-20.423 72.094-13.682 17.216 4.931 35.195 10.079 56.661 5.675l28.985 93.793z\" clip-rule=\"evenodd\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Honesty First												</h5>\n											<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 682.667 682.667\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><defs><clipPath id=\"a\" clipPathUnits=\"userSpaceOnUse\"><path d=\"M0 512h512V0H0Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></clipPath></defs><g clip-path=\"url(#a)\" transform=\"matrix(1.33333 0 0 -1.33333 0 682.667)\"><path d=\"M0 0v-176.488h-106.468a23.34 23.34 0 0 0-15.664 6.034l-52.284 47.334a23.3 23.3 0 0 1-15.663 6.045h-67.883V0Z\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(324.218 483.563)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-143.625h-53.373V0c0 14.736 11.945 26.692 26.693 26.692Q-2.288 24.392 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(433.782 380.836)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-35.432-19.77-96.02-19.77C-160.996-19.77-194.489 0-194.489 0c12.553 20.221 12.639 55.104 12.639 55.104v85.634c0 26.657 21.61 48.267 48.266 48.267h74.921c26.657 0 48.267-21.61 48.267-48.267V55.104C-10.396 31.385 0 0 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(502 48.206)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-17.21h-171.454V0c0 26.656 21.61 48.267 48.266 48.267h74.922C-21.61 48.267 0 26.656 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(491.603 188.944)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s.15-57.33-8.079-77.753\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(378.752 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-.292-56.968 7.937-77.391\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(434.143 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h106.369c1.87 12.181 1.9 21.931 1.9 21.931v85.639c0 26.651 21.61 48.26 48.27 48.26h12.02v46.53c0 12.89-10.45 23.34-23.34 23.34H5.869a23.35 23.35 0 0 0-15.66 6.03l-52.29 47.34a23.32 23.32 0 0 1-15.66 6.04h-100.81c-12.84 0-23.28-10.38-23.33-23.219V23.45c-.06-12.939 10.36-23.45 23.3-23.45h90.598\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(211.881 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h139.72\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(125.82 424.613)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h51.116\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(214.423 365.384)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(168.878 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path></g></g></svg>							\n												<h5>\n													Clean &amp; Respectful												</h5>\n											We cover your furniture, protect your floors, and clean up completely before we leave.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M31 31a1 1 0 0 0 .641-.232l4.318-3.6A22.29 22.29 0 0 0 44 10a1 1 0 0 0-1-1h-.6a17.3 17.3 0 0 1-10.775-3.781 1 1 0 0 0-1.25 0A17.3 17.3 0 0 1 19.6 9H19a1 1 0 0 0-1 1 22.29 22.29 0 0 0 8.041 17.168l4.318 3.6A1 1 0 0 0 31 31M20.024 11A19.33 19.33 0 0 0 31 7.26 19.33 19.33 0 0 0 41.976 11a20.28 20.28 0 0 1-7.3 14.637L31 28.7l-3.679-3.065A20.28 20.28 0 0 1 20.024 11\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m31.65 25.759 3.129-2.681a15.84 15.84 0 0 0 5.2-8.882A1 1 0 0 0 39 13a11.07 11.07 0 0 1-6.6-2.2l-.8-.6a1 1 0 0 0-1.2 0l-.8.6A11.07 11.07 0 0 1 23 13a1 1 0 0 0-.98 1.2 15.84 15.84 0 0 0 5.2 8.882l3.129 2.681a1 1 0 0 0 1.3 0Zm-3.129-4.2a13.84 13.84 0 0 1-4.262-6.621A13.1 13.1 0 0 0 30.8 12.4l.2-.15.2.15a13.1 13.1 0 0 0 6.541 2.538 13.84 13.84 0 0 1-4.262 6.621L31 23.683Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M62 35h-9V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1 1v25H2a1 1 0 0 0-1 1v30a5.006 5.006 0 0 0 5 5h42a5.006 5.006 0 0 0 5-5v-3h9a1 1 0 0 0 1-1V36a1 1 0 0 0-1-1M3 58V29h6v29a3 3 0 0 1-6 0m48 0a3 3 0 0 1-3 3H9.974A4.95 4.95 0 0 0 11 58V3h40v32h-1a1 1 0 0 0-1 1v1h-2.586L43 33.586V28a1 1 0 0 0-1-1h-1a4 4 0 0 0-4 4v6h-7a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a1 1 0 0 0 .447-.1l3.789-1.9H49v1a1 1 0 0 0 1 1h1Zm-2-7h-3a1 1 0 0 0-.447.1L41.764 53H30a1 1 0 0 1-1-1v-1h8v-2h-8v-2h8v-2h-8v-2h8v-2h-8v-1a1 1 0 0 1 1-1h8a1 1 0 0 0 1-1v-7a2 2 0 0 1 2-2v5a1 1 0 0 0 .293.707l4 4A1 1 0 0 0 46 39h3Zm12 2H51V37h10Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M22.46 31.126A1 1 0 0 0 22 31h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707-1.414-1.414ZM21 39h-6v-6h5.586L18 35.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 35.414ZM24.293 41.293l-1.833 1.833A1 1 0 0 0 22 43h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707ZM21 51h-6v-6h5.586L18 47.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 47.414Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Quality You Can See												</h5>\n											Smooth, level, seamless — our finishes are paint-ready and built to last.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:22:47', '2026-08-01 11:22:47', '', 17, 'https://mrarif.me/drywallmanllc/?p=870', 0, 'revision', '', 0),
(871, 1, '2026-08-01 11:22:47', '2026-08-01 11:22:47', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path fill-rule=\"evenodd\" d=\"m432.526 212.859-45.58 14.085 39.343 127.31 30.805-9.52zM239.6 157.18l72.755-69.32a7.98 7.98 0 0 1 11.281.281l22.073 23.167a7.98 7.98 0 0 1-.281 11.281L244.42 218.828a7.98 7.98 0 0 1-11.281-.281l-62.398-62.425a7.976 7.976 0 0 1 .031-11.281l22.632-22.622a7.977 7.977 0 0 1 11.281.031zm77.982-52.258-72.616 69.188c-3.134 2.98-8.092 2.926-11.156-.156l-34.783-34.798-11.348 11.343 51.376 51.398 89.592-85.362zM155.579 308.514c25.247-9.488 62.848-41.113 82.09-60.354-36.874-12.206-59.514 11.298-102.345-2.695l-29.25 94.651c16.738 11.062 23.667 21.176 30.771 32.979 15.663-9.69 36.411-.865 40.031 17.696 16.804-3.573 32.662 8.202 34.611 25.157 14.474-1.896 27.548 8.208 29.711 22.601 16.261-1.759 29.728 12.684 27.111 28.971 8.537 3.317 19.23 3.212 24.108-1.989 2.725-2.905 1.161-5.85-1.285-8.393l-43.48-25.29a7.981 7.981 0 0 1 8-13.812l44.366 25.806c21.941 12.775 31.986-3.188 20.8-12.058l-55.18-32.256a7.997 7.997 0 0 1 8.062-13.813l53.098 30.89c33.19 19.162 41.362-7.328 30.221-13.697l-66.05-37.663a7.978 7.978 0 0 1 7.875-13.875l64.894 36.992c6.951 1.698 11.465.876 14.063-1.236 5.476-4.451 3.582-15.785-1.374-18.368l-105.538-59.76c-4.858 2.75-7.772 4.427-10.585 6.044-46.991 27.03-74.408 42.8-107.82 6.315-3.841-4.198-2.139-10.894 3.095-12.843m17.019 102.799c10.229-13.978 30.422 2.198 20.905 15.306l-16.056 22.653c-10.082 13.774-30.501-1.778-20.742-15.551zm33.628 24.962c9.217-12.105 25.011 1.65 17.513 12.327-3.592 5.102-7.19 10.134-10.805 15.236-8.285 11.424-25.191-1.451-17.161-12.81zM405.328 83.184c3.354 44.076-2.565 86.953-18.075 126.967l50.034-15.4a7.973 7.973 0 0 1 9.281 6.406l27.468 147.447a7.98 7.98 0 0 1-5.46 9.281l-45.212 13.972a7.98 7.98 0 0 1-9.969-5.281l-1.905-6.166-17.415 5.224c7.426 15.258 1.185 35.253-17.256 38.987 5.801 22.224-14.471 37.478-35.556 34.24.806 16.406-13.539 28.211-31.504 25.447-1.039 9.251-7.907 15.981-16.665 19.214-8.536 3.151-19.934 3.314-31.825-1.635l-1.292 1.87c-10.857 15.421-34 12.595-42.151-3.262-14.152 8.253-31.973 1.738-37.954-13.014-19.659 9.641-41.935-5.258-41.501-26.794-21.568.096-35.633-23.042-22.174-42.039l9.399-13.235c-6.448-10.837-11.676-19.854-24.471-29.286l-2.523 8.163a7.977 7.977 0 0 1-9.969 5.281L43.421 355.6a7.98 7.98 0 0 1-5.46-9.281l27.468-147.447c.864-4.678 5.654-7.57 10.187-6.186l48.129 14.872c-14.811-39.378-20.332-81.16-17.079-124.374a7.993 7.993 0 0 1 7.901-7.397 226.5 226.5 0 0 0 72.584-16.439 226.5 226.5 0 0 0 63.598-39.34 7.974 7.974 0 0 1 10.558.051C298.822 53.262 347.798 73.028 397.8 75.81c4.054.221 7.235 3.431 7.528 7.374M146.073 421.128c-7.971 9.924-25.536-1.014-16.876-13.232l12.062-17.056c2.531-3.3 4.577-5.649 9.291-5.761 8.962-.213 13.754 10.261 9.06 16.929zm86.7 42.349c1.241-1.771 2.475-3.533 3.743-5.283 6.888-9.492 20.166.226 15.253 9.357-.356.662-4.779 6.9-4.777 6.902-6.747 9.189-21.17-.661-14.219-10.976m-79.905-230.271c-23.324-43.656-33.386-91.701-30.707-141.965A242.76 242.76 0 0 0 256 36.477a242.76 242.76 0 0 0 133.839 54.764c2.764 51.788-7.964 101.033-32.684 145.609-35.883-2.122-66.36-28.868-105.775-.5-41.757-18.485-64.922 1.771-98.512-3.144m-27.813-8.547-39.343 127.31-30.805-9.519 24.567-131.876zm255.779 128.266-106.013-60.038a7.97 7.97 0 0 0-7.838-.022c-.028-.049-13.583 7.768-14.615 8.362-35.546 20.446-57.937 33.322-79.87 16.961 24.783-13.166 55.358-37.64 76.538-58.831 26.676-26.691 48.557-20.423 72.094-13.682 17.216 4.931 35.195 10.079 56.661 5.675l28.985 93.793z\" clip-rule=\"evenodd\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Honesty First												</h5>\n											<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 682.667 682.667\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><defs><clipPath id=\"a\" clipPathUnits=\"userSpaceOnUse\"><path d=\"M0 512h512V0H0Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></clipPath></defs><g clip-path=\"url(#a)\" transform=\"matrix(1.33333 0 0 -1.33333 0 682.667)\"><path d=\"M0 0v-176.488h-106.468a23.34 23.34 0 0 0-15.664 6.034l-52.284 47.334a23.3 23.3 0 0 1-15.663 6.045h-67.883V0Z\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(324.218 483.563)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-143.625h-53.373V0c0 14.736 11.945 26.692 26.693 26.692Q-2.288 24.392 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(433.782 380.836)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-35.432-19.77-96.02-19.77C-160.996-19.77-194.489 0-194.489 0c12.553 20.221 12.639 55.104 12.639 55.104v85.634c0 26.657 21.61 48.267 48.266 48.267h74.921c26.657 0 48.267-21.61 48.267-48.267V55.104C-10.396 31.385 0 0 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(502 48.206)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-17.21h-171.454V0c0 26.656 21.61 48.267 48.266 48.267h74.922C-21.61 48.267 0 26.656 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(491.603 188.944)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s.15-57.33-8.079-77.753\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(378.752 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-.292-56.968 7.937-77.391\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(434.143 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h106.369c1.87 12.181 1.9 21.931 1.9 21.931v85.639c0 26.651 21.61 48.26 48.27 48.26h12.02v46.53c0 12.89-10.45 23.34-23.34 23.34H5.869a23.35 23.35 0 0 0-15.66 6.03l-52.29 47.34a23.32 23.32 0 0 1-15.66 6.04h-100.81c-12.84 0-23.28-10.38-23.33-23.219V23.45c-.06-12.939 10.36-23.45 23.3-23.45h90.598\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(211.881 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h139.72\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(125.82 424.613)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h51.116\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(214.423 365.384)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(168.878 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path></g></g></svg>							\n												<h5>\n													Clean &amp; Respectful												</h5>\n											We cover your furniture, protect your floors, and clean up completely before we leave.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M31 31a1 1 0 0 0 .641-.232l4.318-3.6A22.29 22.29 0 0 0 44 10a1 1 0 0 0-1-1h-.6a17.3 17.3 0 0 1-10.775-3.781 1 1 0 0 0-1.25 0A17.3 17.3 0 0 1 19.6 9H19a1 1 0 0 0-1 1 22.29 22.29 0 0 0 8.041 17.168l4.318 3.6A1 1 0 0 0 31 31M20.024 11A19.33 19.33 0 0 0 31 7.26 19.33 19.33 0 0 0 41.976 11a20.28 20.28 0 0 1-7.3 14.637L31 28.7l-3.679-3.065A20.28 20.28 0 0 1 20.024 11\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m31.65 25.759 3.129-2.681a15.84 15.84 0 0 0 5.2-8.882A1 1 0 0 0 39 13a11.07 11.07 0 0 1-6.6-2.2l-.8-.6a1 1 0 0 0-1.2 0l-.8.6A11.07 11.07 0 0 1 23 13a1 1 0 0 0-.98 1.2 15.84 15.84 0 0 0 5.2 8.882l3.129 2.681a1 1 0 0 0 1.3 0Zm-3.129-4.2a13.84 13.84 0 0 1-4.262-6.621A13.1 13.1 0 0 0 30.8 12.4l.2-.15.2.15a13.1 13.1 0 0 0 6.541 2.538 13.84 13.84 0 0 1-4.262 6.621L31 23.683Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M62 35h-9V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1 1v25H2a1 1 0 0 0-1 1v30a5.006 5.006 0 0 0 5 5h42a5.006 5.006 0 0 0 5-5v-3h9a1 1 0 0 0 1-1V36a1 1 0 0 0-1-1M3 58V29h6v29a3 3 0 0 1-6 0m48 0a3 3 0 0 1-3 3H9.974A4.95 4.95 0 0 0 11 58V3h40v32h-1a1 1 0 0 0-1 1v1h-2.586L43 33.586V28a1 1 0 0 0-1-1h-1a4 4 0 0 0-4 4v6h-7a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a1 1 0 0 0 .447-.1l3.789-1.9H49v1a1 1 0 0 0 1 1h1Zm-2-7h-3a1 1 0 0 0-.447.1L41.764 53H30a1 1 0 0 1-1-1v-1h8v-2h-8v-2h8v-2h-8v-2h8v-2h-8v-1a1 1 0 0 1 1-1h8a1 1 0 0 0 1-1v-7a2 2 0 0 1 2-2v5a1 1 0 0 0 .293.707l4 4A1 1 0 0 0 46 39h3Zm12 2H51V37h10Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M22.46 31.126A1 1 0 0 0 22 31h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707-1.414-1.414ZM21 39h-6v-6h5.586L18 35.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 35.414ZM24.293 41.293l-1.833 1.833A1 1 0 0 0 22 43h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707ZM21 51h-6v-6h5.586L18 47.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 47.414Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Quality You Can See												</h5>\n											Smooth, level, seamless — our finishes are paint-ready and built to last.', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:22:47', '2026-08-01 11:22:47', '', 17, 'https://mrarif.me/drywallmanllc/?p=871', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(872, 1, '2026-08-01 11:22:48', '2026-08-01 11:22:48', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path fill-rule=\"evenodd\" d=\"m432.526 212.859-45.58 14.085 39.343 127.31 30.805-9.52zM239.6 157.18l72.755-69.32a7.98 7.98 0 0 1 11.281.281l22.073 23.167a7.98 7.98 0 0 1-.281 11.281L244.42 218.828a7.98 7.98 0 0 1-11.281-.281l-62.398-62.425a7.976 7.976 0 0 1 .031-11.281l22.632-22.622a7.977 7.977 0 0 1 11.281.031zm77.982-52.258-72.616 69.188c-3.134 2.98-8.092 2.926-11.156-.156l-34.783-34.798-11.348 11.343 51.376 51.398 89.592-85.362zM155.579 308.514c25.247-9.488 62.848-41.113 82.09-60.354-36.874-12.206-59.514 11.298-102.345-2.695l-29.25 94.651c16.738 11.062 23.667 21.176 30.771 32.979 15.663-9.69 36.411-.865 40.031 17.696 16.804-3.573 32.662 8.202 34.611 25.157 14.474-1.896 27.548 8.208 29.711 22.601 16.261-1.759 29.728 12.684 27.111 28.971 8.537 3.317 19.23 3.212 24.108-1.989 2.725-2.905 1.161-5.85-1.285-8.393l-43.48-25.29a7.981 7.981 0 0 1 8-13.812l44.366 25.806c21.941 12.775 31.986-3.188 20.8-12.058l-55.18-32.256a7.997 7.997 0 0 1 8.062-13.813l53.098 30.89c33.19 19.162 41.362-7.328 30.221-13.697l-66.05-37.663a7.978 7.978 0 0 1 7.875-13.875l64.894 36.992c6.951 1.698 11.465.876 14.063-1.236 5.476-4.451 3.582-15.785-1.374-18.368l-105.538-59.76c-4.858 2.75-7.772 4.427-10.585 6.044-46.991 27.03-74.408 42.8-107.82 6.315-3.841-4.198-2.139-10.894 3.095-12.843m17.019 102.799c10.229-13.978 30.422 2.198 20.905 15.306l-16.056 22.653c-10.082 13.774-30.501-1.778-20.742-15.551zm33.628 24.962c9.217-12.105 25.011 1.65 17.513 12.327-3.592 5.102-7.19 10.134-10.805 15.236-8.285 11.424-25.191-1.451-17.161-12.81zM405.328 83.184c3.354 44.076-2.565 86.953-18.075 126.967l50.034-15.4a7.973 7.973 0 0 1 9.281 6.406l27.468 147.447a7.98 7.98 0 0 1-5.46 9.281l-45.212 13.972a7.98 7.98 0 0 1-9.969-5.281l-1.905-6.166-17.415 5.224c7.426 15.258 1.185 35.253-17.256 38.987 5.801 22.224-14.471 37.478-35.556 34.24.806 16.406-13.539 28.211-31.504 25.447-1.039 9.251-7.907 15.981-16.665 19.214-8.536 3.151-19.934 3.314-31.825-1.635l-1.292 1.87c-10.857 15.421-34 12.595-42.151-3.262-14.152 8.253-31.973 1.738-37.954-13.014-19.659 9.641-41.935-5.258-41.501-26.794-21.568.096-35.633-23.042-22.174-42.039l9.399-13.235c-6.448-10.837-11.676-19.854-24.471-29.286l-2.523 8.163a7.977 7.977 0 0 1-9.969 5.281L43.421 355.6a7.98 7.98 0 0 1-5.46-9.281l27.468-147.447c.864-4.678 5.654-7.57 10.187-6.186l48.129 14.872c-14.811-39.378-20.332-81.16-17.079-124.374a7.993 7.993 0 0 1 7.901-7.397 226.5 226.5 0 0 0 72.584-16.439 226.5 226.5 0 0 0 63.598-39.34 7.974 7.974 0 0 1 10.558.051C298.822 53.262 347.798 73.028 397.8 75.81c4.054.221 7.235 3.431 7.528 7.374M146.073 421.128c-7.971 9.924-25.536-1.014-16.876-13.232l12.062-17.056c2.531-3.3 4.577-5.649 9.291-5.761 8.962-.213 13.754 10.261 9.06 16.929zm86.7 42.349c1.241-1.771 2.475-3.533 3.743-5.283 6.888-9.492 20.166.226 15.253 9.357-.356.662-4.779 6.9-4.777 6.902-6.747 9.189-21.17-.661-14.219-10.976m-79.905-230.271c-23.324-43.656-33.386-91.701-30.707-141.965A242.76 242.76 0 0 0 256 36.477a242.76 242.76 0 0 0 133.839 54.764c2.764 51.788-7.964 101.033-32.684 145.609-35.883-2.122-66.36-28.868-105.775-.5-41.757-18.485-64.922 1.771-98.512-3.144m-27.813-8.547-39.343 127.31-30.805-9.519 24.567-131.876zm255.779 128.266-106.013-60.038a7.97 7.97 0 0 0-7.838-.022c-.028-.049-13.583 7.768-14.615 8.362-35.546 20.446-57.937 33.322-79.87 16.961 24.783-13.166 55.358-37.64 76.538-58.831 26.676-26.691 48.557-20.423 72.094-13.682 17.216 4.931 35.195 10.079 56.661 5.675l28.985 93.793z\" clip-rule=\"evenodd\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Honesty First												</h5>\n											<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 682.667 682.667\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><defs><clipPath id=\"a\" clipPathUnits=\"userSpaceOnUse\"><path d=\"M0 512h512V0H0Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></clipPath></defs><g clip-path=\"url(#a)\" transform=\"matrix(1.33333 0 0 -1.33333 0 682.667)\"><path d=\"M0 0v-176.488h-106.468a23.34 23.34 0 0 0-15.664 6.034l-52.284 47.334a23.3 23.3 0 0 1-15.663 6.045h-67.883V0Z\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(324.218 483.563)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-143.625h-53.373V0c0 14.736 11.945 26.692 26.693 26.692Q-2.288 24.392 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(433.782 380.836)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-35.432-19.77-96.02-19.77C-160.996-19.77-194.489 0-194.489 0c12.553 20.221 12.639 55.104 12.639 55.104v85.634c0 26.657 21.61 48.267 48.266 48.267h74.921c26.657 0 48.267-21.61 48.267-48.267V55.104C-10.396 31.385 0 0 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(502 48.206)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-17.21h-171.454V0c0 26.656 21.61 48.267 48.266 48.267h74.922C-21.61 48.267 0 26.656 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(491.603 188.944)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s.15-57.33-8.079-77.753\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(378.752 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-.292-56.968 7.937-77.391\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(434.143 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h106.369c1.87 12.181 1.9 21.931 1.9 21.931v85.639c0 26.651 21.61 48.26 48.27 48.26h12.02v46.53c0 12.89-10.45 23.34-23.34 23.34H5.869a23.35 23.35 0 0 0-15.66 6.03l-52.29 47.34a23.32 23.32 0 0 1-15.66 6.04h-100.81c-12.84 0-23.28-10.38-23.33-23.219V23.45c-.06-12.939 10.36-23.45 23.3-23.45h90.598\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(211.881 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h139.72\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(125.82 424.613)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h51.116\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(214.423 365.384)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(168.878 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path></g></g></svg>							\n												<h5>\n													Clean &amp; Respectful												</h5>\n											We cover your furniture, protect your floors, and clean up completely before we leave.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M31 31a1 1 0 0 0 .641-.232l4.318-3.6A22.29 22.29 0 0 0 44 10a1 1 0 0 0-1-1h-.6a17.3 17.3 0 0 1-10.775-3.781 1 1 0 0 0-1.25 0A17.3 17.3 0 0 1 19.6 9H19a1 1 0 0 0-1 1 22.29 22.29 0 0 0 8.041 17.168l4.318 3.6A1 1 0 0 0 31 31M20.024 11A19.33 19.33 0 0 0 31 7.26 19.33 19.33 0 0 0 41.976 11a20.28 20.28 0 0 1-7.3 14.637L31 28.7l-3.679-3.065A20.28 20.28 0 0 1 20.024 11\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m31.65 25.759 3.129-2.681a15.84 15.84 0 0 0 5.2-8.882A1 1 0 0 0 39 13a11.07 11.07 0 0 1-6.6-2.2l-.8-.6a1 1 0 0 0-1.2 0l-.8.6A11.07 11.07 0 0 1 23 13a1 1 0 0 0-.98 1.2 15.84 15.84 0 0 0 5.2 8.882l3.129 2.681a1 1 0 0 0 1.3 0Zm-3.129-4.2a13.84 13.84 0 0 1-4.262-6.621A13.1 13.1 0 0 0 30.8 12.4l.2-.15.2.15a13.1 13.1 0 0 0 6.541 2.538 13.84 13.84 0 0 1-4.262 6.621L31 23.683Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M62 35h-9V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1 1v25H2a1 1 0 0 0-1 1v30a5.006 5.006 0 0 0 5 5h42a5.006 5.006 0 0 0 5-5v-3h9a1 1 0 0 0 1-1V36a1 1 0 0 0-1-1M3 58V29h6v29a3 3 0 0 1-6 0m48 0a3 3 0 0 1-3 3H9.974A4.95 4.95 0 0 0 11 58V3h40v32h-1a1 1 0 0 0-1 1v1h-2.586L43 33.586V28a1 1 0 0 0-1-1h-1a4 4 0 0 0-4 4v6h-7a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a1 1 0 0 0 .447-.1l3.789-1.9H49v1a1 1 0 0 0 1 1h1Zm-2-7h-3a1 1 0 0 0-.447.1L41.764 53H30a1 1 0 0 1-1-1v-1h8v-2h-8v-2h8v-2h-8v-2h8v-2h-8v-1a1 1 0 0 1 1-1h8a1 1 0 0 0 1-1v-7a2 2 0 0 1 2-2v5a1 1 0 0 0 .293.707l4 4A1 1 0 0 0 46 39h3Zm12 2H51V37h10Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M22.46 31.126A1 1 0 0 0 22 31h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707-1.414-1.414ZM21 39h-6v-6h5.586L18 35.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 35.414ZM24.293 41.293l-1.833 1.833A1 1 0 0 0 22 43h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707ZM21 51h-6v-6h5.586L18 47.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 47.414Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Quality You Can See												</h5>\n											Smooth, level, seamless — our finishes are paint-ready and built to last.										\n					<h2>Ready for Walls You Can Be Proud Of?</h2>		No pressure, no obligation. Just an honest estimate and a crew that shows up on time.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:22:48', '2026-08-01 11:22:48', '', 17, 'https://mrarif.me/drywallmanllc/?p=872', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(873, 1, '2026-08-01 11:25:08', '2026-08-01 11:25:08', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Like What You See?</h2>		<p>Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.</p>								<a href=\"#\">\n									Request a Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 11:25:08', '2026-08-01 11:25:08', '', 13, 'https://mrarif.me/drywallmanllc/?p=873', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(874, 1, '2026-08-01 11:25:08', '2026-08-01 11:25:08', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Like What You See?</h2>		<p>Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.</p>								<a href=\"#\">\n									Request a Free Estimate\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 11:25:08', '2026-08-01 11:25:08', '', 13, 'https://mrarif.me/drywallmanllc/?p=874', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(875, 1, '2026-08-01 11:25:08', '2026-08-01 11:25:08', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"#\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 11:25:08', '2026-08-01 11:25:08', '', 13, 'https://mrarif.me/drywallmanllc/?p=875', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(876, 1, '2026-08-01 11:26:23', '2026-08-01 11:26:23', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"#\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 11:26:23', '2026-08-01 11:26:23', '', 13, 'https://mrarif.me/drywallmanllc/?p=876', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(877, 1, '2026-08-01 11:26:23', '2026-08-01 11:26:23', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"#\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 11:26:23', '2026-08-01 11:26:23', '', 13, 'https://mrarif.me/drywallmanllc/?p=877', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(878, 1, '2026-08-01 11:26:23', '2026-08-01 11:26:23', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 11:26:23', '2026-08-01 11:26:23', '', 13, 'https://mrarif.me/drywallmanllc/?p=878', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(879, 1, '2026-08-01 11:41:47', '2026-08-01 11:41:47', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path fill-rule=\"evenodd\" d=\"m432.526 212.859-45.58 14.085 39.343 127.31 30.805-9.52zM239.6 157.18l72.755-69.32a7.98 7.98 0 0 1 11.281.281l22.073 23.167a7.98 7.98 0 0 1-.281 11.281L244.42 218.828a7.98 7.98 0 0 1-11.281-.281l-62.398-62.425a7.976 7.976 0 0 1 .031-11.281l22.632-22.622a7.977 7.977 0 0 1 11.281.031zm77.982-52.258-72.616 69.188c-3.134 2.98-8.092 2.926-11.156-.156l-34.783-34.798-11.348 11.343 51.376 51.398 89.592-85.362zM155.579 308.514c25.247-9.488 62.848-41.113 82.09-60.354-36.874-12.206-59.514 11.298-102.345-2.695l-29.25 94.651c16.738 11.062 23.667 21.176 30.771 32.979 15.663-9.69 36.411-.865 40.031 17.696 16.804-3.573 32.662 8.202 34.611 25.157 14.474-1.896 27.548 8.208 29.711 22.601 16.261-1.759 29.728 12.684 27.111 28.971 8.537 3.317 19.23 3.212 24.108-1.989 2.725-2.905 1.161-5.85-1.285-8.393l-43.48-25.29a7.981 7.981 0 0 1 8-13.812l44.366 25.806c21.941 12.775 31.986-3.188 20.8-12.058l-55.18-32.256a7.997 7.997 0 0 1 8.062-13.813l53.098 30.89c33.19 19.162 41.362-7.328 30.221-13.697l-66.05-37.663a7.978 7.978 0 0 1 7.875-13.875l64.894 36.992c6.951 1.698 11.465.876 14.063-1.236 5.476-4.451 3.582-15.785-1.374-18.368l-105.538-59.76c-4.858 2.75-7.772 4.427-10.585 6.044-46.991 27.03-74.408 42.8-107.82 6.315-3.841-4.198-2.139-10.894 3.095-12.843m17.019 102.799c10.229-13.978 30.422 2.198 20.905 15.306l-16.056 22.653c-10.082 13.774-30.501-1.778-20.742-15.551zm33.628 24.962c9.217-12.105 25.011 1.65 17.513 12.327-3.592 5.102-7.19 10.134-10.805 15.236-8.285 11.424-25.191-1.451-17.161-12.81zM405.328 83.184c3.354 44.076-2.565 86.953-18.075 126.967l50.034-15.4a7.973 7.973 0 0 1 9.281 6.406l27.468 147.447a7.98 7.98 0 0 1-5.46 9.281l-45.212 13.972a7.98 7.98 0 0 1-9.969-5.281l-1.905-6.166-17.415 5.224c7.426 15.258 1.185 35.253-17.256 38.987 5.801 22.224-14.471 37.478-35.556 34.24.806 16.406-13.539 28.211-31.504 25.447-1.039 9.251-7.907 15.981-16.665 19.214-8.536 3.151-19.934 3.314-31.825-1.635l-1.292 1.87c-10.857 15.421-34 12.595-42.151-3.262-14.152 8.253-31.973 1.738-37.954-13.014-19.659 9.641-41.935-5.258-41.501-26.794-21.568.096-35.633-23.042-22.174-42.039l9.399-13.235c-6.448-10.837-11.676-19.854-24.471-29.286l-2.523 8.163a7.977 7.977 0 0 1-9.969 5.281L43.421 355.6a7.98 7.98 0 0 1-5.46-9.281l27.468-147.447c.864-4.678 5.654-7.57 10.187-6.186l48.129 14.872c-14.811-39.378-20.332-81.16-17.079-124.374a7.993 7.993 0 0 1 7.901-7.397 226.5 226.5 0 0 0 72.584-16.439 226.5 226.5 0 0 0 63.598-39.34 7.974 7.974 0 0 1 10.558.051C298.822 53.262 347.798 73.028 397.8 75.81c4.054.221 7.235 3.431 7.528 7.374M146.073 421.128c-7.971 9.924-25.536-1.014-16.876-13.232l12.062-17.056c2.531-3.3 4.577-5.649 9.291-5.761 8.962-.213 13.754 10.261 9.06 16.929zm86.7 42.349c1.241-1.771 2.475-3.533 3.743-5.283 6.888-9.492 20.166.226 15.253 9.357-.356.662-4.779 6.9-4.777 6.902-6.747 9.189-21.17-.661-14.219-10.976m-79.905-230.271c-23.324-43.656-33.386-91.701-30.707-141.965A242.76 242.76 0 0 0 256 36.477a242.76 242.76 0 0 0 133.839 54.764c2.764 51.788-7.964 101.033-32.684 145.609-35.883-2.122-66.36-28.868-105.775-.5-41.757-18.485-64.922 1.771-98.512-3.144m-27.813-8.547-39.343 127.31-30.805-9.519 24.567-131.876zm255.779 128.266-106.013-60.038a7.97 7.97 0 0 0-7.838-.022c-.028-.049-13.583 7.768-14.615 8.362-35.546 20.446-57.937 33.322-79.87 16.961 24.783-13.166 55.358-37.64 76.538-58.831 26.676-26.691 48.557-20.423 72.094-13.682 17.216 4.931 35.195 10.079 56.661 5.675l28.985 93.793z\" clip-rule=\"evenodd\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Honesty First												</h5>\n											<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 682.667 682.667\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><defs><clipPath id=\"a\" clipPathUnits=\"userSpaceOnUse\"><path d=\"M0 512h512V0H0Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></clipPath></defs><g clip-path=\"url(#a)\" transform=\"matrix(1.33333 0 0 -1.33333 0 682.667)\"><path d=\"M0 0v-176.488h-106.468a23.34 23.34 0 0 0-15.664 6.034l-52.284 47.334a23.3 23.3 0 0 1-15.663 6.045h-67.883V0Z\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(324.218 483.563)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-143.625h-53.373V0c0 14.736 11.945 26.692 26.693 26.692Q-2.288 24.392 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(433.782 380.836)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-35.432-19.77-96.02-19.77C-160.996-19.77-194.489 0-194.489 0c12.553 20.221 12.639 55.104 12.639 55.104v85.634c0 26.657 21.61 48.267 48.266 48.267h74.921c26.657 0 48.267-21.61 48.267-48.267V55.104C-10.396 31.385 0 0 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(502 48.206)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-17.21h-171.454V0c0 26.656 21.61 48.267 48.266 48.267h74.922C-21.61 48.267 0 26.656 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(491.603 188.944)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s.15-57.33-8.079-77.753\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(378.752 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-.292-56.968 7.937-77.391\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(434.143 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h106.369c1.87 12.181 1.9 21.931 1.9 21.931v85.639c0 26.651 21.61 48.26 48.27 48.26h12.02v46.53c0 12.89-10.45 23.34-23.34 23.34H5.869a23.35 23.35 0 0 0-15.66 6.03l-52.29 47.34a23.32 23.32 0 0 1-15.66 6.04h-100.81c-12.84 0-23.28-10.38-23.33-23.219V23.45c-.06-12.939 10.36-23.45 23.3-23.45h90.598\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(211.881 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h139.72\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(125.82 424.613)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h51.116\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(214.423 365.384)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(168.878 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path></g></g></svg>							\n												<h5>\n													Clean &amp; Respectful												</h5>\n											We cover your furniture, protect your floors, and clean up completely before we leave.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M31 31a1 1 0 0 0 .641-.232l4.318-3.6A22.29 22.29 0 0 0 44 10a1 1 0 0 0-1-1h-.6a17.3 17.3 0 0 1-10.775-3.781 1 1 0 0 0-1.25 0A17.3 17.3 0 0 1 19.6 9H19a1 1 0 0 0-1 1 22.29 22.29 0 0 0 8.041 17.168l4.318 3.6A1 1 0 0 0 31 31M20.024 11A19.33 19.33 0 0 0 31 7.26 19.33 19.33 0 0 0 41.976 11a20.28 20.28 0 0 1-7.3 14.637L31 28.7l-3.679-3.065A20.28 20.28 0 0 1 20.024 11\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m31.65 25.759 3.129-2.681a15.84 15.84 0 0 0 5.2-8.882A1 1 0 0 0 39 13a11.07 11.07 0 0 1-6.6-2.2l-.8-.6a1 1 0 0 0-1.2 0l-.8.6A11.07 11.07 0 0 1 23 13a1 1 0 0 0-.98 1.2 15.84 15.84 0 0 0 5.2 8.882l3.129 2.681a1 1 0 0 0 1.3 0Zm-3.129-4.2a13.84 13.84 0 0 1-4.262-6.621A13.1 13.1 0 0 0 30.8 12.4l.2-.15.2.15a13.1 13.1 0 0 0 6.541 2.538 13.84 13.84 0 0 1-4.262 6.621L31 23.683Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M62 35h-9V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1 1v25H2a1 1 0 0 0-1 1v30a5.006 5.006 0 0 0 5 5h42a5.006 5.006 0 0 0 5-5v-3h9a1 1 0 0 0 1-1V36a1 1 0 0 0-1-1M3 58V29h6v29a3 3 0 0 1-6 0m48 0a3 3 0 0 1-3 3H9.974A4.95 4.95 0 0 0 11 58V3h40v32h-1a1 1 0 0 0-1 1v1h-2.586L43 33.586V28a1 1 0 0 0-1-1h-1a4 4 0 0 0-4 4v6h-7a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a1 1 0 0 0 .447-.1l3.789-1.9H49v1a1 1 0 0 0 1 1h1Zm-2-7h-3a1 1 0 0 0-.447.1L41.764 53H30a1 1 0 0 1-1-1v-1h8v-2h-8v-2h8v-2h-8v-2h8v-2h-8v-1a1 1 0 0 1 1-1h8a1 1 0 0 0 1-1v-7a2 2 0 0 1 2-2v5a1 1 0 0 0 .293.707l4 4A1 1 0 0 0 46 39h3Zm12 2H51V37h10Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M22.46 31.126A1 1 0 0 0 22 31h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707-1.414-1.414ZM21 39h-6v-6h5.586L18 35.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 35.414ZM24.293 41.293l-1.833 1.833A1 1 0 0 0 22 43h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707ZM21 51h-6v-6h5.586L18 47.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 47.414Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Quality You Can See												</h5>\n											Smooth, level, seamless — our finishes are paint-ready and built to last.										\n					<h2>Ready for Walls You Can Be Proud Of?</h2>		No pressure, no obligation. Just an honest estimate and a crew that shows up on time.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:41:47', '2026-08-01 11:41:47', '', 17, 'https://mrarif.me/drywallmanllc/?p=879', 0, 'revision', '', 0),
(880, 1, '2026-08-01 11:41:47', '2026-08-01 11:41:47', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path fill-rule=\"evenodd\" d=\"m432.526 212.859-45.58 14.085 39.343 127.31 30.805-9.52zM239.6 157.18l72.755-69.32a7.98 7.98 0 0 1 11.281.281l22.073 23.167a7.98 7.98 0 0 1-.281 11.281L244.42 218.828a7.98 7.98 0 0 1-11.281-.281l-62.398-62.425a7.976 7.976 0 0 1 .031-11.281l22.632-22.622a7.977 7.977 0 0 1 11.281.031zm77.982-52.258-72.616 69.188c-3.134 2.98-8.092 2.926-11.156-.156l-34.783-34.798-11.348 11.343 51.376 51.398 89.592-85.362zM155.579 308.514c25.247-9.488 62.848-41.113 82.09-60.354-36.874-12.206-59.514 11.298-102.345-2.695l-29.25 94.651c16.738 11.062 23.667 21.176 30.771 32.979 15.663-9.69 36.411-.865 40.031 17.696 16.804-3.573 32.662 8.202 34.611 25.157 14.474-1.896 27.548 8.208 29.711 22.601 16.261-1.759 29.728 12.684 27.111 28.971 8.537 3.317 19.23 3.212 24.108-1.989 2.725-2.905 1.161-5.85-1.285-8.393l-43.48-25.29a7.981 7.981 0 0 1 8-13.812l44.366 25.806c21.941 12.775 31.986-3.188 20.8-12.058l-55.18-32.256a7.997 7.997 0 0 1 8.062-13.813l53.098 30.89c33.19 19.162 41.362-7.328 30.221-13.697l-66.05-37.663a7.978 7.978 0 0 1 7.875-13.875l64.894 36.992c6.951 1.698 11.465.876 14.063-1.236 5.476-4.451 3.582-15.785-1.374-18.368l-105.538-59.76c-4.858 2.75-7.772 4.427-10.585 6.044-46.991 27.03-74.408 42.8-107.82 6.315-3.841-4.198-2.139-10.894 3.095-12.843m17.019 102.799c10.229-13.978 30.422 2.198 20.905 15.306l-16.056 22.653c-10.082 13.774-30.501-1.778-20.742-15.551zm33.628 24.962c9.217-12.105 25.011 1.65 17.513 12.327-3.592 5.102-7.19 10.134-10.805 15.236-8.285 11.424-25.191-1.451-17.161-12.81zM405.328 83.184c3.354 44.076-2.565 86.953-18.075 126.967l50.034-15.4a7.973 7.973 0 0 1 9.281 6.406l27.468 147.447a7.98 7.98 0 0 1-5.46 9.281l-45.212 13.972a7.98 7.98 0 0 1-9.969-5.281l-1.905-6.166-17.415 5.224c7.426 15.258 1.185 35.253-17.256 38.987 5.801 22.224-14.471 37.478-35.556 34.24.806 16.406-13.539 28.211-31.504 25.447-1.039 9.251-7.907 15.981-16.665 19.214-8.536 3.151-19.934 3.314-31.825-1.635l-1.292 1.87c-10.857 15.421-34 12.595-42.151-3.262-14.152 8.253-31.973 1.738-37.954-13.014-19.659 9.641-41.935-5.258-41.501-26.794-21.568.096-35.633-23.042-22.174-42.039l9.399-13.235c-6.448-10.837-11.676-19.854-24.471-29.286l-2.523 8.163a7.977 7.977 0 0 1-9.969 5.281L43.421 355.6a7.98 7.98 0 0 1-5.46-9.281l27.468-147.447c.864-4.678 5.654-7.57 10.187-6.186l48.129 14.872c-14.811-39.378-20.332-81.16-17.079-124.374a7.993 7.993 0 0 1 7.901-7.397 226.5 226.5 0 0 0 72.584-16.439 226.5 226.5 0 0 0 63.598-39.34 7.974 7.974 0 0 1 10.558.051C298.822 53.262 347.798 73.028 397.8 75.81c4.054.221 7.235 3.431 7.528 7.374M146.073 421.128c-7.971 9.924-25.536-1.014-16.876-13.232l12.062-17.056c2.531-3.3 4.577-5.649 9.291-5.761 8.962-.213 13.754 10.261 9.06 16.929zm86.7 42.349c1.241-1.771 2.475-3.533 3.743-5.283 6.888-9.492 20.166.226 15.253 9.357-.356.662-4.779 6.9-4.777 6.902-6.747 9.189-21.17-.661-14.219-10.976m-79.905-230.271c-23.324-43.656-33.386-91.701-30.707-141.965A242.76 242.76 0 0 0 256 36.477a242.76 242.76 0 0 0 133.839 54.764c2.764 51.788-7.964 101.033-32.684 145.609-35.883-2.122-66.36-28.868-105.775-.5-41.757-18.485-64.922 1.771-98.512-3.144m-27.813-8.547-39.343 127.31-30.805-9.519 24.567-131.876zm255.779 128.266-106.013-60.038a7.97 7.97 0 0 0-7.838-.022c-.028-.049-13.583 7.768-14.615 8.362-35.546 20.446-57.937 33.322-79.87 16.961 24.783-13.166 55.358-37.64 76.538-58.831 26.676-26.691 48.557-20.423 72.094-13.682 17.216 4.931 35.195 10.079 56.661 5.675l28.985 93.793z\" clip-rule=\"evenodd\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Honesty First												</h5>\n											<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 682.667 682.667\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><defs><clipPath id=\"a\" clipPathUnits=\"userSpaceOnUse\"><path d=\"M0 512h512V0H0Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></clipPath></defs><g clip-path=\"url(#a)\" transform=\"matrix(1.33333 0 0 -1.33333 0 682.667)\"><path d=\"M0 0v-176.488h-106.468a23.34 23.34 0 0 0-15.664 6.034l-52.284 47.334a23.3 23.3 0 0 1-15.663 6.045h-67.883V0Z\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(324.218 483.563)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-143.625h-53.373V0c0 14.736 11.945 26.692 26.693 26.692Q-2.288 24.392 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(433.782 380.836)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-35.432-19.77-96.02-19.77C-160.996-19.77-194.489 0-194.489 0c12.553 20.221 12.639 55.104 12.639 55.104v85.634c0 26.657 21.61 48.267 48.266 48.267h74.921c26.657 0 48.267-21.61 48.267-48.267V55.104C-10.396 31.385 0 0 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(502 48.206)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-17.21h-171.454V0c0 26.656 21.61 48.267 48.266 48.267h74.922C-21.61 48.267 0 26.656 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(491.603 188.944)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s.15-57.33-8.079-77.753\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(378.752 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-.292-56.968 7.937-77.391\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(434.143 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h106.369c1.87 12.181 1.9 21.931 1.9 21.931v85.639c0 26.651 21.61 48.26 48.27 48.26h12.02v46.53c0 12.89-10.45 23.34-23.34 23.34H5.869a23.35 23.35 0 0 0-15.66 6.03l-52.29 47.34a23.32 23.32 0 0 1-15.66 6.04h-100.81c-12.84 0-23.28-10.38-23.33-23.219V23.45c-.06-12.939 10.36-23.45 23.3-23.45h90.598\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(211.881 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h139.72\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(125.82 424.613)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h51.116\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(214.423 365.384)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(168.878 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path></g></g></svg>							\n												<h5>\n													Clean &amp; Respectful												</h5>\n											We cover your furniture, protect your floors, and clean up completely before we leave.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M31 31a1 1 0 0 0 .641-.232l4.318-3.6A22.29 22.29 0 0 0 44 10a1 1 0 0 0-1-1h-.6a17.3 17.3 0 0 1-10.775-3.781 1 1 0 0 0-1.25 0A17.3 17.3 0 0 1 19.6 9H19a1 1 0 0 0-1 1 22.29 22.29 0 0 0 8.041 17.168l4.318 3.6A1 1 0 0 0 31 31M20.024 11A19.33 19.33 0 0 0 31 7.26 19.33 19.33 0 0 0 41.976 11a20.28 20.28 0 0 1-7.3 14.637L31 28.7l-3.679-3.065A20.28 20.28 0 0 1 20.024 11\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m31.65 25.759 3.129-2.681a15.84 15.84 0 0 0 5.2-8.882A1 1 0 0 0 39 13a11.07 11.07 0 0 1-6.6-2.2l-.8-.6a1 1 0 0 0-1.2 0l-.8.6A11.07 11.07 0 0 1 23 13a1 1 0 0 0-.98 1.2 15.84 15.84 0 0 0 5.2 8.882l3.129 2.681a1 1 0 0 0 1.3 0Zm-3.129-4.2a13.84 13.84 0 0 1-4.262-6.621A13.1 13.1 0 0 0 30.8 12.4l.2-.15.2.15a13.1 13.1 0 0 0 6.541 2.538 13.84 13.84 0 0 1-4.262 6.621L31 23.683Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M62 35h-9V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1 1v25H2a1 1 0 0 0-1 1v30a5.006 5.006 0 0 0 5 5h42a5.006 5.006 0 0 0 5-5v-3h9a1 1 0 0 0 1-1V36a1 1 0 0 0-1-1M3 58V29h6v29a3 3 0 0 1-6 0m48 0a3 3 0 0 1-3 3H9.974A4.95 4.95 0 0 0 11 58V3h40v32h-1a1 1 0 0 0-1 1v1h-2.586L43 33.586V28a1 1 0 0 0-1-1h-1a4 4 0 0 0-4 4v6h-7a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a1 1 0 0 0 .447-.1l3.789-1.9H49v1a1 1 0 0 0 1 1h1Zm-2-7h-3a1 1 0 0 0-.447.1L41.764 53H30a1 1 0 0 1-1-1v-1h8v-2h-8v-2h8v-2h-8v-2h8v-2h-8v-1a1 1 0 0 1 1-1h8a1 1 0 0 0 1-1v-7a2 2 0 0 1 2-2v5a1 1 0 0 0 .293.707l4 4A1 1 0 0 0 46 39h3Zm12 2H51V37h10Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M22.46 31.126A1 1 0 0 0 22 31h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707-1.414-1.414ZM21 39h-6v-6h5.586L18 35.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 35.414ZM24.293 41.293l-1.833 1.833A1 1 0 0 0 22 43h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707ZM21 51h-6v-6h5.586L18 47.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 47.414Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Quality You Can See												</h5>\n											Smooth, level, seamless — our finishes are paint-ready and built to last.										\n					<h2>Ready for Walls You Can Be Proud Of?</h2>		No pressure, no obligation. Just an honest estimate and a crew that shows up on time.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:41:47', '2026-08-01 11:41:47', '', 17, 'https://mrarif.me/drywallmanllc/?p=880', 0, 'revision', '', 0),
(881, 1, '2026-08-01 11:41:47', '2026-08-01 11:41:47', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path fill-rule=\"evenodd\" d=\"m432.526 212.859-45.58 14.085 39.343 127.31 30.805-9.52zM239.6 157.18l72.755-69.32a7.98 7.98 0 0 1 11.281.281l22.073 23.167a7.98 7.98 0 0 1-.281 11.281L244.42 218.828a7.98 7.98 0 0 1-11.281-.281l-62.398-62.425a7.976 7.976 0 0 1 .031-11.281l22.632-22.622a7.977 7.977 0 0 1 11.281.031zm77.982-52.258-72.616 69.188c-3.134 2.98-8.092 2.926-11.156-.156l-34.783-34.798-11.348 11.343 51.376 51.398 89.592-85.362zM155.579 308.514c25.247-9.488 62.848-41.113 82.09-60.354-36.874-12.206-59.514 11.298-102.345-2.695l-29.25 94.651c16.738 11.062 23.667 21.176 30.771 32.979 15.663-9.69 36.411-.865 40.031 17.696 16.804-3.573 32.662 8.202 34.611 25.157 14.474-1.896 27.548 8.208 29.711 22.601 16.261-1.759 29.728 12.684 27.111 28.971 8.537 3.317 19.23 3.212 24.108-1.989 2.725-2.905 1.161-5.85-1.285-8.393l-43.48-25.29a7.981 7.981 0 0 1 8-13.812l44.366 25.806c21.941 12.775 31.986-3.188 20.8-12.058l-55.18-32.256a7.997 7.997 0 0 1 8.062-13.813l53.098 30.89c33.19 19.162 41.362-7.328 30.221-13.697l-66.05-37.663a7.978 7.978 0 0 1 7.875-13.875l64.894 36.992c6.951 1.698 11.465.876 14.063-1.236 5.476-4.451 3.582-15.785-1.374-18.368l-105.538-59.76c-4.858 2.75-7.772 4.427-10.585 6.044-46.991 27.03-74.408 42.8-107.82 6.315-3.841-4.198-2.139-10.894 3.095-12.843m17.019 102.799c10.229-13.978 30.422 2.198 20.905 15.306l-16.056 22.653c-10.082 13.774-30.501-1.778-20.742-15.551zm33.628 24.962c9.217-12.105 25.011 1.65 17.513 12.327-3.592 5.102-7.19 10.134-10.805 15.236-8.285 11.424-25.191-1.451-17.161-12.81zM405.328 83.184c3.354 44.076-2.565 86.953-18.075 126.967l50.034-15.4a7.973 7.973 0 0 1 9.281 6.406l27.468 147.447a7.98 7.98 0 0 1-5.46 9.281l-45.212 13.972a7.98 7.98 0 0 1-9.969-5.281l-1.905-6.166-17.415 5.224c7.426 15.258 1.185 35.253-17.256 38.987 5.801 22.224-14.471 37.478-35.556 34.24.806 16.406-13.539 28.211-31.504 25.447-1.039 9.251-7.907 15.981-16.665 19.214-8.536 3.151-19.934 3.314-31.825-1.635l-1.292 1.87c-10.857 15.421-34 12.595-42.151-3.262-14.152 8.253-31.973 1.738-37.954-13.014-19.659 9.641-41.935-5.258-41.501-26.794-21.568.096-35.633-23.042-22.174-42.039l9.399-13.235c-6.448-10.837-11.676-19.854-24.471-29.286l-2.523 8.163a7.977 7.977 0 0 1-9.969 5.281L43.421 355.6a7.98 7.98 0 0 1-5.46-9.281l27.468-147.447c.864-4.678 5.654-7.57 10.187-6.186l48.129 14.872c-14.811-39.378-20.332-81.16-17.079-124.374a7.993 7.993 0 0 1 7.901-7.397 226.5 226.5 0 0 0 72.584-16.439 226.5 226.5 0 0 0 63.598-39.34 7.974 7.974 0 0 1 10.558.051C298.822 53.262 347.798 73.028 397.8 75.81c4.054.221 7.235 3.431 7.528 7.374M146.073 421.128c-7.971 9.924-25.536-1.014-16.876-13.232l12.062-17.056c2.531-3.3 4.577-5.649 9.291-5.761 8.962-.213 13.754 10.261 9.06 16.929zm86.7 42.349c1.241-1.771 2.475-3.533 3.743-5.283 6.888-9.492 20.166.226 15.253 9.357-.356.662-4.779 6.9-4.777 6.902-6.747 9.189-21.17-.661-14.219-10.976m-79.905-230.271c-23.324-43.656-33.386-91.701-30.707-141.965A242.76 242.76 0 0 0 256 36.477a242.76 242.76 0 0 0 133.839 54.764c2.764 51.788-7.964 101.033-32.684 145.609-35.883-2.122-66.36-28.868-105.775-.5-41.757-18.485-64.922 1.771-98.512-3.144m-27.813-8.547-39.343 127.31-30.805-9.519 24.567-131.876zm255.779 128.266-106.013-60.038a7.97 7.97 0 0 0-7.838-.022c-.028-.049-13.583 7.768-14.615 8.362-35.546 20.446-57.937 33.322-79.87 16.961 24.783-13.166 55.358-37.64 76.538-58.831 26.676-26.691 48.557-20.423 72.094-13.682 17.216 4.931 35.195 10.079 56.661 5.675l28.985 93.793z\" clip-rule=\"evenodd\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Honesty First												</h5>\n											<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 682.667 682.667\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><defs><clipPath id=\"a\" clipPathUnits=\"userSpaceOnUse\"><path d=\"M0 512h512V0H0Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></clipPath></defs><g clip-path=\"url(#a)\" transform=\"matrix(1.33333 0 0 -1.33333 0 682.667)\"><path d=\"M0 0v-176.488h-106.468a23.34 23.34 0 0 0-15.664 6.034l-52.284 47.334a23.3 23.3 0 0 1-15.663 6.045h-67.883V0Z\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(324.218 483.563)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-143.625h-53.373V0c0 14.736 11.945 26.692 26.693 26.692Q-2.288 24.392 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(433.782 380.836)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-35.432-19.77-96.02-19.77C-160.996-19.77-194.489 0-194.489 0c12.553 20.221 12.639 55.104 12.639 55.104v85.634c0 26.657 21.61 48.267 48.266 48.267h74.921c26.657 0 48.267-21.61 48.267-48.267V55.104C-10.396 31.385 0 0 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(502 48.206)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-17.21h-171.454V0c0 26.656 21.61 48.267 48.266 48.267h74.922C-21.61 48.267 0 26.656 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(491.603 188.944)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s.15-57.33-8.079-77.753\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(378.752 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-.292-56.968 7.937-77.391\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(434.143 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h106.369c1.87 12.181 1.9 21.931 1.9 21.931v85.639c0 26.651 21.61 48.26 48.27 48.26h12.02v46.53c0 12.89-10.45 23.34-23.34 23.34H5.869a23.35 23.35 0 0 0-15.66 6.03l-52.29 47.34a23.32 23.32 0 0 1-15.66 6.04h-100.81c-12.84 0-23.28-10.38-23.33-23.219V23.45c-.06-12.939 10.36-23.45 23.3-23.45h90.598\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(211.881 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h139.72\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(125.82 424.613)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h51.116\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(214.423 365.384)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(168.878 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path></g></g></svg>							\n												<h5>\n													Clean &amp; Respectful												</h5>\n											We cover your furniture, protect your floors, and clean up completely before we leave.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M31 31a1 1 0 0 0 .641-.232l4.318-3.6A22.29 22.29 0 0 0 44 10a1 1 0 0 0-1-1h-.6a17.3 17.3 0 0 1-10.775-3.781 1 1 0 0 0-1.25 0A17.3 17.3 0 0 1 19.6 9H19a1 1 0 0 0-1 1 22.29 22.29 0 0 0 8.041 17.168l4.318 3.6A1 1 0 0 0 31 31M20.024 11A19.33 19.33 0 0 0 31 7.26 19.33 19.33 0 0 0 41.976 11a20.28 20.28 0 0 1-7.3 14.637L31 28.7l-3.679-3.065A20.28 20.28 0 0 1 20.024 11\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m31.65 25.759 3.129-2.681a15.84 15.84 0 0 0 5.2-8.882A1 1 0 0 0 39 13a11.07 11.07 0 0 1-6.6-2.2l-.8-.6a1 1 0 0 0-1.2 0l-.8.6A11.07 11.07 0 0 1 23 13a1 1 0 0 0-.98 1.2 15.84 15.84 0 0 0 5.2 8.882l3.129 2.681a1 1 0 0 0 1.3 0Zm-3.129-4.2a13.84 13.84 0 0 1-4.262-6.621A13.1 13.1 0 0 0 30.8 12.4l.2-.15.2.15a13.1 13.1 0 0 0 6.541 2.538 13.84 13.84 0 0 1-4.262 6.621L31 23.683Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M62 35h-9V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1 1v25H2a1 1 0 0 0-1 1v30a5.006 5.006 0 0 0 5 5h42a5.006 5.006 0 0 0 5-5v-3h9a1 1 0 0 0 1-1V36a1 1 0 0 0-1-1M3 58V29h6v29a3 3 0 0 1-6 0m48 0a3 3 0 0 1-3 3H9.974A4.95 4.95 0 0 0 11 58V3h40v32h-1a1 1 0 0 0-1 1v1h-2.586L43 33.586V28a1 1 0 0 0-1-1h-1a4 4 0 0 0-4 4v6h-7a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a1 1 0 0 0 .447-.1l3.789-1.9H49v1a1 1 0 0 0 1 1h1Zm-2-7h-3a1 1 0 0 0-.447.1L41.764 53H30a1 1 0 0 1-1-1v-1h8v-2h-8v-2h8v-2h-8v-2h8v-2h-8v-1a1 1 0 0 1 1-1h8a1 1 0 0 0 1-1v-7a2 2 0 0 1 2-2v5a1 1 0 0 0 .293.707l4 4A1 1 0 0 0 46 39h3Zm12 2H51V37h10Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M22.46 31.126A1 1 0 0 0 22 31h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707-1.414-1.414ZM21 39h-6v-6h5.586L18 35.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 35.414ZM24.293 41.293l-1.833 1.833A1 1 0 0 0 22 43h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707ZM21 51h-6v-6h5.586L18 47.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 47.414Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Quality You Can See												</h5>\n											Smooth, level, seamless — our finishes are paint-ready and built to last.										\n					<h2>Serving Louisville &amp; Surrounding Areas</h2>		We serve homeowners and businesses across Louisville, Fairdale, Jeffersontown, Fern Creek, Middletown, St. Matthews, Shively, and surrounding\nJefferson County communities.			<h6>Need us farther out? Give us a call — we\'ll let you know if we can make it work.</h6>										<a href=\"tel:5023021480\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>			\n									(502) 302-1480 — Call for Availability\n					</a>\n									<h2>Ready for Walls You Can Be Proud Of?</h2>		No pressure, no obligation. Just an honest estimate and a crew that shows up on time.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:41:47', '2026-08-01 11:41:47', '', 17, 'https://mrarif.me/drywallmanllc/?p=881', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(882, 1, '2026-08-01 11:42:15', '2026-08-01 11:42:15', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path fill-rule=\"evenodd\" d=\"m432.526 212.859-45.58 14.085 39.343 127.31 30.805-9.52zM239.6 157.18l72.755-69.32a7.98 7.98 0 0 1 11.281.281l22.073 23.167a7.98 7.98 0 0 1-.281 11.281L244.42 218.828a7.98 7.98 0 0 1-11.281-.281l-62.398-62.425a7.976 7.976 0 0 1 .031-11.281l22.632-22.622a7.977 7.977 0 0 1 11.281.031zm77.982-52.258-72.616 69.188c-3.134 2.98-8.092 2.926-11.156-.156l-34.783-34.798-11.348 11.343 51.376 51.398 89.592-85.362zM155.579 308.514c25.247-9.488 62.848-41.113 82.09-60.354-36.874-12.206-59.514 11.298-102.345-2.695l-29.25 94.651c16.738 11.062 23.667 21.176 30.771 32.979 15.663-9.69 36.411-.865 40.031 17.696 16.804-3.573 32.662 8.202 34.611 25.157 14.474-1.896 27.548 8.208 29.711 22.601 16.261-1.759 29.728 12.684 27.111 28.971 8.537 3.317 19.23 3.212 24.108-1.989 2.725-2.905 1.161-5.85-1.285-8.393l-43.48-25.29a7.981 7.981 0 0 1 8-13.812l44.366 25.806c21.941 12.775 31.986-3.188 20.8-12.058l-55.18-32.256a7.997 7.997 0 0 1 8.062-13.813l53.098 30.89c33.19 19.162 41.362-7.328 30.221-13.697l-66.05-37.663a7.978 7.978 0 0 1 7.875-13.875l64.894 36.992c6.951 1.698 11.465.876 14.063-1.236 5.476-4.451 3.582-15.785-1.374-18.368l-105.538-59.76c-4.858 2.75-7.772 4.427-10.585 6.044-46.991 27.03-74.408 42.8-107.82 6.315-3.841-4.198-2.139-10.894 3.095-12.843m17.019 102.799c10.229-13.978 30.422 2.198 20.905 15.306l-16.056 22.653c-10.082 13.774-30.501-1.778-20.742-15.551zm33.628 24.962c9.217-12.105 25.011 1.65 17.513 12.327-3.592 5.102-7.19 10.134-10.805 15.236-8.285 11.424-25.191-1.451-17.161-12.81zM405.328 83.184c3.354 44.076-2.565 86.953-18.075 126.967l50.034-15.4a7.973 7.973 0 0 1 9.281 6.406l27.468 147.447a7.98 7.98 0 0 1-5.46 9.281l-45.212 13.972a7.98 7.98 0 0 1-9.969-5.281l-1.905-6.166-17.415 5.224c7.426 15.258 1.185 35.253-17.256 38.987 5.801 22.224-14.471 37.478-35.556 34.24.806 16.406-13.539 28.211-31.504 25.447-1.039 9.251-7.907 15.981-16.665 19.214-8.536 3.151-19.934 3.314-31.825-1.635l-1.292 1.87c-10.857 15.421-34 12.595-42.151-3.262-14.152 8.253-31.973 1.738-37.954-13.014-19.659 9.641-41.935-5.258-41.501-26.794-21.568.096-35.633-23.042-22.174-42.039l9.399-13.235c-6.448-10.837-11.676-19.854-24.471-29.286l-2.523 8.163a7.977 7.977 0 0 1-9.969 5.281L43.421 355.6a7.98 7.98 0 0 1-5.46-9.281l27.468-147.447c.864-4.678 5.654-7.57 10.187-6.186l48.129 14.872c-14.811-39.378-20.332-81.16-17.079-124.374a7.993 7.993 0 0 1 7.901-7.397 226.5 226.5 0 0 0 72.584-16.439 226.5 226.5 0 0 0 63.598-39.34 7.974 7.974 0 0 1 10.558.051C298.822 53.262 347.798 73.028 397.8 75.81c4.054.221 7.235 3.431 7.528 7.374M146.073 421.128c-7.971 9.924-25.536-1.014-16.876-13.232l12.062-17.056c2.531-3.3 4.577-5.649 9.291-5.761 8.962-.213 13.754 10.261 9.06 16.929zm86.7 42.349c1.241-1.771 2.475-3.533 3.743-5.283 6.888-9.492 20.166.226 15.253 9.357-.356.662-4.779 6.9-4.777 6.902-6.747 9.189-21.17-.661-14.219-10.976m-79.905-230.271c-23.324-43.656-33.386-91.701-30.707-141.965A242.76 242.76 0 0 0 256 36.477a242.76 242.76 0 0 0 133.839 54.764c2.764 51.788-7.964 101.033-32.684 145.609-35.883-2.122-66.36-28.868-105.775-.5-41.757-18.485-64.922 1.771-98.512-3.144m-27.813-8.547-39.343 127.31-30.805-9.519 24.567-131.876zm255.779 128.266-106.013-60.038a7.97 7.97 0 0 0-7.838-.022c-.028-.049-13.583 7.768-14.615 8.362-35.546 20.446-57.937 33.322-79.87 16.961 24.783-13.166 55.358-37.64 76.538-58.831 26.676-26.691 48.557-20.423 72.094-13.682 17.216 4.931 35.195 10.079 56.661 5.675l28.985 93.793z\" clip-rule=\"evenodd\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Honesty First												</h5>\n											<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 682.667 682.667\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><defs><clipPath id=\"a\" clipPathUnits=\"userSpaceOnUse\"><path d=\"M0 512h512V0H0Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></clipPath></defs><g clip-path=\"url(#a)\" transform=\"matrix(1.33333 0 0 -1.33333 0 682.667)\"><path d=\"M0 0v-176.488h-106.468a23.34 23.34 0 0 0-15.664 6.034l-52.284 47.334a23.3 23.3 0 0 1-15.663 6.045h-67.883V0Z\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(324.218 483.563)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-143.625h-53.373V0c0 14.736 11.945 26.692 26.693 26.692Q-2.288 24.392 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(433.782 380.836)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-35.432-19.77-96.02-19.77C-160.996-19.77-194.489 0-194.489 0c12.553 20.221 12.639 55.104 12.639 55.104v85.634c0 26.657 21.61 48.267 48.266 48.267h74.921c26.657 0 48.267-21.61 48.267-48.267V55.104C-10.396 31.385 0 0 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(502 48.206)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-17.21h-171.454V0c0 26.656 21.61 48.267 48.266 48.267h74.922C-21.61 48.267 0 26.656 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(491.603 188.944)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s.15-57.33-8.079-77.753\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(378.752 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-.292-56.968 7.937-77.391\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(434.143 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h106.369c1.87 12.181 1.9 21.931 1.9 21.931v85.639c0 26.651 21.61 48.26 48.27 48.26h12.02v46.53c0 12.89-10.45 23.34-23.34 23.34H5.869a23.35 23.35 0 0 0-15.66 6.03l-52.29 47.34a23.32 23.32 0 0 1-15.66 6.04h-100.81c-12.84 0-23.28-10.38-23.33-23.219V23.45c-.06-12.939 10.36-23.45 23.3-23.45h90.598\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(211.881 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h139.72\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(125.82 424.613)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h51.116\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(214.423 365.384)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(168.878 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path></g></g></svg>							\n												<h5>\n													Clean &amp; Respectful												</h5>\n											We cover your furniture, protect your floors, and clean up completely before we leave.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M31 31a1 1 0 0 0 .641-.232l4.318-3.6A22.29 22.29 0 0 0 44 10a1 1 0 0 0-1-1h-.6a17.3 17.3 0 0 1-10.775-3.781 1 1 0 0 0-1.25 0A17.3 17.3 0 0 1 19.6 9H19a1 1 0 0 0-1 1 22.29 22.29 0 0 0 8.041 17.168l4.318 3.6A1 1 0 0 0 31 31M20.024 11A19.33 19.33 0 0 0 31 7.26 19.33 19.33 0 0 0 41.976 11a20.28 20.28 0 0 1-7.3 14.637L31 28.7l-3.679-3.065A20.28 20.28 0 0 1 20.024 11\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m31.65 25.759 3.129-2.681a15.84 15.84 0 0 0 5.2-8.882A1 1 0 0 0 39 13a11.07 11.07 0 0 1-6.6-2.2l-.8-.6a1 1 0 0 0-1.2 0l-.8.6A11.07 11.07 0 0 1 23 13a1 1 0 0 0-.98 1.2 15.84 15.84 0 0 0 5.2 8.882l3.129 2.681a1 1 0 0 0 1.3 0Zm-3.129-4.2a13.84 13.84 0 0 1-4.262-6.621A13.1 13.1 0 0 0 30.8 12.4l.2-.15.2.15a13.1 13.1 0 0 0 6.541 2.538 13.84 13.84 0 0 1-4.262 6.621L31 23.683Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M62 35h-9V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1 1v25H2a1 1 0 0 0-1 1v30a5.006 5.006 0 0 0 5 5h42a5.006 5.006 0 0 0 5-5v-3h9a1 1 0 0 0 1-1V36a1 1 0 0 0-1-1M3 58V29h6v29a3 3 0 0 1-6 0m48 0a3 3 0 0 1-3 3H9.974A4.95 4.95 0 0 0 11 58V3h40v32h-1a1 1 0 0 0-1 1v1h-2.586L43 33.586V28a1 1 0 0 0-1-1h-1a4 4 0 0 0-4 4v6h-7a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a1 1 0 0 0 .447-.1l3.789-1.9H49v1a1 1 0 0 0 1 1h1Zm-2-7h-3a1 1 0 0 0-.447.1L41.764 53H30a1 1 0 0 1-1-1v-1h8v-2h-8v-2h8v-2h-8v-2h8v-2h-8v-1a1 1 0 0 1 1-1h8a1 1 0 0 0 1-1v-7a2 2 0 0 1 2-2v5a1 1 0 0 0 .293.707l4 4A1 1 0 0 0 46 39h3Zm12 2H51V37h10Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M22.46 31.126A1 1 0 0 0 22 31h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707-1.414-1.414ZM21 39h-6v-6h5.586L18 35.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 35.414ZM24.293 41.293l-1.833 1.833A1 1 0 0 0 22 43h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707ZM21 51h-6v-6h5.586L18 47.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 47.414Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Quality You Can See												</h5>\n											Smooth, level, seamless — our finishes are paint-ready and built to last.										\n					<h2>Serving Louisville &amp; Surrounding Areas</h2>		We serve homeowners and businesses across Louisville, Fairdale, Jeffersontown, Fern Creek, Middletown, St. Matthews, Shively, and surrounding\nJefferson County communities.			<h6>Need us farther out? Give us a call — we\'ll let you know if we can make it work.</h6>										<a href=\"tel:5023021480\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>			\n									(502) 302-1480 — Call for Availability\n					</a>\n									<h2>Ready for Walls You Can Be Proud Of?</h2>		No pressure, no obligation. Just an honest estimate and a crew that shows up on time.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:42:15', '2026-08-01 11:42:15', '', 17, 'https://mrarif.me/drywallmanllc/?p=882', 0, 'revision', '', 0),
(883, 1, '2026-08-01 11:42:15', '2026-08-01 11:42:15', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path fill-rule=\"evenodd\" d=\"m432.526 212.859-45.58 14.085 39.343 127.31 30.805-9.52zM239.6 157.18l72.755-69.32a7.98 7.98 0 0 1 11.281.281l22.073 23.167a7.98 7.98 0 0 1-.281 11.281L244.42 218.828a7.98 7.98 0 0 1-11.281-.281l-62.398-62.425a7.976 7.976 0 0 1 .031-11.281l22.632-22.622a7.977 7.977 0 0 1 11.281.031zm77.982-52.258-72.616 69.188c-3.134 2.98-8.092 2.926-11.156-.156l-34.783-34.798-11.348 11.343 51.376 51.398 89.592-85.362zM155.579 308.514c25.247-9.488 62.848-41.113 82.09-60.354-36.874-12.206-59.514 11.298-102.345-2.695l-29.25 94.651c16.738 11.062 23.667 21.176 30.771 32.979 15.663-9.69 36.411-.865 40.031 17.696 16.804-3.573 32.662 8.202 34.611 25.157 14.474-1.896 27.548 8.208 29.711 22.601 16.261-1.759 29.728 12.684 27.111 28.971 8.537 3.317 19.23 3.212 24.108-1.989 2.725-2.905 1.161-5.85-1.285-8.393l-43.48-25.29a7.981 7.981 0 0 1 8-13.812l44.366 25.806c21.941 12.775 31.986-3.188 20.8-12.058l-55.18-32.256a7.997 7.997 0 0 1 8.062-13.813l53.098 30.89c33.19 19.162 41.362-7.328 30.221-13.697l-66.05-37.663a7.978 7.978 0 0 1 7.875-13.875l64.894 36.992c6.951 1.698 11.465.876 14.063-1.236 5.476-4.451 3.582-15.785-1.374-18.368l-105.538-59.76c-4.858 2.75-7.772 4.427-10.585 6.044-46.991 27.03-74.408 42.8-107.82 6.315-3.841-4.198-2.139-10.894 3.095-12.843m17.019 102.799c10.229-13.978 30.422 2.198 20.905 15.306l-16.056 22.653c-10.082 13.774-30.501-1.778-20.742-15.551zm33.628 24.962c9.217-12.105 25.011 1.65 17.513 12.327-3.592 5.102-7.19 10.134-10.805 15.236-8.285 11.424-25.191-1.451-17.161-12.81zM405.328 83.184c3.354 44.076-2.565 86.953-18.075 126.967l50.034-15.4a7.973 7.973 0 0 1 9.281 6.406l27.468 147.447a7.98 7.98 0 0 1-5.46 9.281l-45.212 13.972a7.98 7.98 0 0 1-9.969-5.281l-1.905-6.166-17.415 5.224c7.426 15.258 1.185 35.253-17.256 38.987 5.801 22.224-14.471 37.478-35.556 34.24.806 16.406-13.539 28.211-31.504 25.447-1.039 9.251-7.907 15.981-16.665 19.214-8.536 3.151-19.934 3.314-31.825-1.635l-1.292 1.87c-10.857 15.421-34 12.595-42.151-3.262-14.152 8.253-31.973 1.738-37.954-13.014-19.659 9.641-41.935-5.258-41.501-26.794-21.568.096-35.633-23.042-22.174-42.039l9.399-13.235c-6.448-10.837-11.676-19.854-24.471-29.286l-2.523 8.163a7.977 7.977 0 0 1-9.969 5.281L43.421 355.6a7.98 7.98 0 0 1-5.46-9.281l27.468-147.447c.864-4.678 5.654-7.57 10.187-6.186l48.129 14.872c-14.811-39.378-20.332-81.16-17.079-124.374a7.993 7.993 0 0 1 7.901-7.397 226.5 226.5 0 0 0 72.584-16.439 226.5 226.5 0 0 0 63.598-39.34 7.974 7.974 0 0 1 10.558.051C298.822 53.262 347.798 73.028 397.8 75.81c4.054.221 7.235 3.431 7.528 7.374M146.073 421.128c-7.971 9.924-25.536-1.014-16.876-13.232l12.062-17.056c2.531-3.3 4.577-5.649 9.291-5.761 8.962-.213 13.754 10.261 9.06 16.929zm86.7 42.349c1.241-1.771 2.475-3.533 3.743-5.283 6.888-9.492 20.166.226 15.253 9.357-.356.662-4.779 6.9-4.777 6.902-6.747 9.189-21.17-.661-14.219-10.976m-79.905-230.271c-23.324-43.656-33.386-91.701-30.707-141.965A242.76 242.76 0 0 0 256 36.477a242.76 242.76 0 0 0 133.839 54.764c2.764 51.788-7.964 101.033-32.684 145.609-35.883-2.122-66.36-28.868-105.775-.5-41.757-18.485-64.922 1.771-98.512-3.144m-27.813-8.547-39.343 127.31-30.805-9.519 24.567-131.876zm255.779 128.266-106.013-60.038a7.97 7.97 0 0 0-7.838-.022c-.028-.049-13.583 7.768-14.615 8.362-35.546 20.446-57.937 33.322-79.87 16.961 24.783-13.166 55.358-37.64 76.538-58.831 26.676-26.691 48.557-20.423 72.094-13.682 17.216 4.931 35.195 10.079 56.661 5.675l28.985 93.793z\" clip-rule=\"evenodd\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Honesty First												</h5>\n											<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 682.667 682.667\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><defs><clipPath id=\"a\" clipPathUnits=\"userSpaceOnUse\"><path d=\"M0 512h512V0H0Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></clipPath></defs><g clip-path=\"url(#a)\" transform=\"matrix(1.33333 0 0 -1.33333 0 682.667)\"><path d=\"M0 0v-176.488h-106.468a23.34 23.34 0 0 0-15.664 6.034l-52.284 47.334a23.3 23.3 0 0 1-15.663 6.045h-67.883V0Z\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(324.218 483.563)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-143.625h-53.373V0c0 14.736 11.945 26.692 26.693 26.692Q-2.288 24.392 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(433.782 380.836)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-35.432-19.77-96.02-19.77C-160.996-19.77-194.489 0-194.489 0c12.553 20.221 12.639 55.104 12.639 55.104v85.634c0 26.657 21.61 48.267 48.266 48.267h74.921c26.657 0 48.267-21.61 48.267-48.267V55.104C-10.396 31.385 0 0 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(502 48.206)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-17.21h-171.454V0c0 26.656 21.61 48.267 48.266 48.267h74.922C-21.61 48.267 0 26.656 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(491.603 188.944)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s.15-57.33-8.079-77.753\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(378.752 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-.292-56.968 7.937-77.391\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(434.143 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h106.369c1.87 12.181 1.9 21.931 1.9 21.931v85.639c0 26.651 21.61 48.26 48.27 48.26h12.02v46.53c0 12.89-10.45 23.34-23.34 23.34H5.869a23.35 23.35 0 0 0-15.66 6.03l-52.29 47.34a23.32 23.32 0 0 1-15.66 6.04h-100.81c-12.84 0-23.28-10.38-23.33-23.219V23.45c-.06-12.939 10.36-23.45 23.3-23.45h90.598\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(211.881 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h139.72\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(125.82 424.613)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h51.116\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(214.423 365.384)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(168.878 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path></g></g></svg>							\n												<h5>\n													Clean &amp; Respectful												</h5>\n											We cover your furniture, protect your floors, and clean up completely before we leave.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M31 31a1 1 0 0 0 .641-.232l4.318-3.6A22.29 22.29 0 0 0 44 10a1 1 0 0 0-1-1h-.6a17.3 17.3 0 0 1-10.775-3.781 1 1 0 0 0-1.25 0A17.3 17.3 0 0 1 19.6 9H19a1 1 0 0 0-1 1 22.29 22.29 0 0 0 8.041 17.168l4.318 3.6A1 1 0 0 0 31 31M20.024 11A19.33 19.33 0 0 0 31 7.26 19.33 19.33 0 0 0 41.976 11a20.28 20.28 0 0 1-7.3 14.637L31 28.7l-3.679-3.065A20.28 20.28 0 0 1 20.024 11\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m31.65 25.759 3.129-2.681a15.84 15.84 0 0 0 5.2-8.882A1 1 0 0 0 39 13a11.07 11.07 0 0 1-6.6-2.2l-.8-.6a1 1 0 0 0-1.2 0l-.8.6A11.07 11.07 0 0 1 23 13a1 1 0 0 0-.98 1.2 15.84 15.84 0 0 0 5.2 8.882l3.129 2.681a1 1 0 0 0 1.3 0Zm-3.129-4.2a13.84 13.84 0 0 1-4.262-6.621A13.1 13.1 0 0 0 30.8 12.4l.2-.15.2.15a13.1 13.1 0 0 0 6.541 2.538 13.84 13.84 0 0 1-4.262 6.621L31 23.683Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M62 35h-9V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1 1v25H2a1 1 0 0 0-1 1v30a5.006 5.006 0 0 0 5 5h42a5.006 5.006 0 0 0 5-5v-3h9a1 1 0 0 0 1-1V36a1 1 0 0 0-1-1M3 58V29h6v29a3 3 0 0 1-6 0m48 0a3 3 0 0 1-3 3H9.974A4.95 4.95 0 0 0 11 58V3h40v32h-1a1 1 0 0 0-1 1v1h-2.586L43 33.586V28a1 1 0 0 0-1-1h-1a4 4 0 0 0-4 4v6h-7a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a1 1 0 0 0 .447-.1l3.789-1.9H49v1a1 1 0 0 0 1 1h1Zm-2-7h-3a1 1 0 0 0-.447.1L41.764 53H30a1 1 0 0 1-1-1v-1h8v-2h-8v-2h8v-2h-8v-2h8v-2h-8v-1a1 1 0 0 1 1-1h8a1 1 0 0 0 1-1v-7a2 2 0 0 1 2-2v5a1 1 0 0 0 .293.707l4 4A1 1 0 0 0 46 39h3Zm12 2H51V37h10Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M22.46 31.126A1 1 0 0 0 22 31h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707-1.414-1.414ZM21 39h-6v-6h5.586L18 35.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 35.414ZM24.293 41.293l-1.833 1.833A1 1 0 0 0 22 43h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707ZM21 51h-6v-6h5.586L18 47.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 47.414Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Quality You Can See												</h5>\n											Smooth, level, seamless — our finishes are paint-ready and built to last.										\n					<h2>Serving Louisville &amp; Surrounding Areas</h2>		We serve homeowners and businesses across Louisville, Fairdale, Jeffersontown, Fern Creek, Middletown, St. Matthews, Shively, and surrounding\nJefferson County communities.			<h6>Need us farther out? Give us a call — we\'ll let you know if we can make it work.</h6>										<a href=\"tel:5023021480\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>			\n									(502) 302-1480 — Call for Availability\n					</a>\n									<h2>Ready for Walls You Can Be Proud Of?</h2>		No pressure, no obligation. Just an honest estimate and a crew that shows up on time.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:42:15', '2026-08-01 11:42:15', '', 17, 'https://mrarif.me/drywallmanllc/?p=883', 0, 'revision', '', 0),
(884, 1, '2026-08-01 11:42:15', '2026-08-01 11:42:15', 'About Us					<h1>Louisville\'s Drywall Specialist — Built on Hard Work &amp; Honesty </h1>		<p>Meet the team behind the smooth walls.</p>			<h2>Meet Jaime Rodriguez</h2>		<p>Jaime Rodriguez founded The Drywall Man LLC with one goal: to bring the kind of craftsmanship and reliability that Louisville homeowners deserve — and rarely find.</p><p>With years of hands-on experience in drywall installation and repair, Jaime built this business from the ground up on a simple promise: show up on time, do the work right, and leave the space cleaner than you found it.</p><p>From small patch jobs to full room installations, Jaime and his crew treat every project like it\'s their own home. No shortcuts. No excuses. Just quality work at a fair price.</p>					\n			Years of Experience			\n				0\n				+\n			Projects Completed			\n				0\n				+\n			Satisfied Customers			\n				0\n				+\n																	<img width=\"750\" height=\"750\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" alt=\"\" />																<h2>How We Work</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path fill-rule=\"evenodd\" d=\"m432.526 212.859-45.58 14.085 39.343 127.31 30.805-9.52zM239.6 157.18l72.755-69.32a7.98 7.98 0 0 1 11.281.281l22.073 23.167a7.98 7.98 0 0 1-.281 11.281L244.42 218.828a7.98 7.98 0 0 1-11.281-.281l-62.398-62.425a7.976 7.976 0 0 1 .031-11.281l22.632-22.622a7.977 7.977 0 0 1 11.281.031zm77.982-52.258-72.616 69.188c-3.134 2.98-8.092 2.926-11.156-.156l-34.783-34.798-11.348 11.343 51.376 51.398 89.592-85.362zM155.579 308.514c25.247-9.488 62.848-41.113 82.09-60.354-36.874-12.206-59.514 11.298-102.345-2.695l-29.25 94.651c16.738 11.062 23.667 21.176 30.771 32.979 15.663-9.69 36.411-.865 40.031 17.696 16.804-3.573 32.662 8.202 34.611 25.157 14.474-1.896 27.548 8.208 29.711 22.601 16.261-1.759 29.728 12.684 27.111 28.971 8.537 3.317 19.23 3.212 24.108-1.989 2.725-2.905 1.161-5.85-1.285-8.393l-43.48-25.29a7.981 7.981 0 0 1 8-13.812l44.366 25.806c21.941 12.775 31.986-3.188 20.8-12.058l-55.18-32.256a7.997 7.997 0 0 1 8.062-13.813l53.098 30.89c33.19 19.162 41.362-7.328 30.221-13.697l-66.05-37.663a7.978 7.978 0 0 1 7.875-13.875l64.894 36.992c6.951 1.698 11.465.876 14.063-1.236 5.476-4.451 3.582-15.785-1.374-18.368l-105.538-59.76c-4.858 2.75-7.772 4.427-10.585 6.044-46.991 27.03-74.408 42.8-107.82 6.315-3.841-4.198-2.139-10.894 3.095-12.843m17.019 102.799c10.229-13.978 30.422 2.198 20.905 15.306l-16.056 22.653c-10.082 13.774-30.501-1.778-20.742-15.551zm33.628 24.962c9.217-12.105 25.011 1.65 17.513 12.327-3.592 5.102-7.19 10.134-10.805 15.236-8.285 11.424-25.191-1.451-17.161-12.81zM405.328 83.184c3.354 44.076-2.565 86.953-18.075 126.967l50.034-15.4a7.973 7.973 0 0 1 9.281 6.406l27.468 147.447a7.98 7.98 0 0 1-5.46 9.281l-45.212 13.972a7.98 7.98 0 0 1-9.969-5.281l-1.905-6.166-17.415 5.224c7.426 15.258 1.185 35.253-17.256 38.987 5.801 22.224-14.471 37.478-35.556 34.24.806 16.406-13.539 28.211-31.504 25.447-1.039 9.251-7.907 15.981-16.665 19.214-8.536 3.151-19.934 3.314-31.825-1.635l-1.292 1.87c-10.857 15.421-34 12.595-42.151-3.262-14.152 8.253-31.973 1.738-37.954-13.014-19.659 9.641-41.935-5.258-41.501-26.794-21.568.096-35.633-23.042-22.174-42.039l9.399-13.235c-6.448-10.837-11.676-19.854-24.471-29.286l-2.523 8.163a7.977 7.977 0 0 1-9.969 5.281L43.421 355.6a7.98 7.98 0 0 1-5.46-9.281l27.468-147.447c.864-4.678 5.654-7.57 10.187-6.186l48.129 14.872c-14.811-39.378-20.332-81.16-17.079-124.374a7.993 7.993 0 0 1 7.901-7.397 226.5 226.5 0 0 0 72.584-16.439 226.5 226.5 0 0 0 63.598-39.34 7.974 7.974 0 0 1 10.558.051C298.822 53.262 347.798 73.028 397.8 75.81c4.054.221 7.235 3.431 7.528 7.374M146.073 421.128c-7.971 9.924-25.536-1.014-16.876-13.232l12.062-17.056c2.531-3.3 4.577-5.649 9.291-5.761 8.962-.213 13.754 10.261 9.06 16.929zm86.7 42.349c1.241-1.771 2.475-3.533 3.743-5.283 6.888-9.492 20.166.226 15.253 9.357-.356.662-4.779 6.9-4.777 6.902-6.747 9.189-21.17-.661-14.219-10.976m-79.905-230.271c-23.324-43.656-33.386-91.701-30.707-141.965A242.76 242.76 0 0 0 256 36.477a242.76 242.76 0 0 0 133.839 54.764c2.764 51.788-7.964 101.033-32.684 145.609-35.883-2.122-66.36-28.868-105.775-.5-41.757-18.485-64.922 1.771-98.512-3.144m-27.813-8.547-39.343 127.31-30.805-9.519 24.567-131.876zm255.779 128.266-106.013-60.038a7.97 7.97 0 0 0-7.838-.022c-.028-.049-13.583 7.768-14.615 8.362-35.546 20.446-57.937 33.322-79.87 16.961 24.783-13.166 55.358-37.64 76.538-58.831 26.676-26.691 48.557-20.423 72.094-13.682 17.216 4.931 35.195 10.079 56.661 5.675l28.985 93.793z\" clip-rule=\"evenodd\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Honesty First												</h5>\n											<p>We give you a straight quote, a clear timeline, and we stick to both. No surprise charges.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 682.667 682.667\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><defs><clipPath id=\"a\" clipPathUnits=\"userSpaceOnUse\"><path d=\"M0 512h512V0H0Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></clipPath></defs><g clip-path=\"url(#a)\" transform=\"matrix(1.33333 0 0 -1.33333 0 682.667)\"><path d=\"M0 0v-176.488h-106.468a23.34 23.34 0 0 0-15.664 6.034l-52.284 47.334a23.3 23.3 0 0 1-15.663 6.045h-67.883V0Z\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(324.218 483.563)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-143.625h-53.373V0c0 14.736 11.945 26.692 26.693 26.692Q-2.288 24.392 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(433.782 380.836)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-35.432-19.77-96.02-19.77C-160.996-19.77-194.489 0-194.489 0c12.553 20.221 12.639 55.104 12.639 55.104v85.634c0 26.657 21.61 48.267 48.266 48.267h74.921c26.657 0 48.267-21.61 48.267-48.267V55.104C-10.396 31.385 0 0 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(502 48.206)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0v-17.21h-171.454V0c0 26.656 21.61 48.267 48.266 48.267h74.922C-21.61 48.267 0 26.656 0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(491.603 188.944)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s.15-57.33-8.079-77.753\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(378.752 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0s-.292-56.968 7.937-77.391\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(434.143 108.259)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h106.369c1.87 12.181 1.9 21.931 1.9 21.931v85.639c0 26.651 21.61 48.26 48.27 48.26h12.02v46.53c0 12.89-10.45 23.34-23.34 23.34H5.869a23.35 23.35 0 0 0-15.66 6.03l-52.29 47.34a23.32 23.32 0 0 1-15.66 6.04h-100.81c-12.84 0-23.28-10.38-23.33-23.219V23.45c-.06-12.939 10.36-23.45 23.3-23.45h90.598\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(211.881 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h139.72\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(125.82 424.613)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0h51.116\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(214.423 365.384)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path><path d=\"M0 0\" style=\"stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1\" transform=\"translate(168.878 81.376)\" fill=\"none\" stroke=\"#4dbfb8\" stroke-width=\"20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"none\" stroke-opacity=\"\" data-original=\"#000000\" opacity=\"1\"></path></g></g></svg>							\n												<h5>\n													Clean &amp; Respectful												</h5>\n											We cover your furniture, protect your floors, and clean up completely before we leave.										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"512\" height=\"512\" x=\"0\" y=\"0\" viewBox=\"0 0 64 64\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><g><path d=\"M31 31a1 1 0 0 0 .641-.232l4.318-3.6A22.29 22.29 0 0 0 44 10a1 1 0 0 0-1-1h-.6a17.3 17.3 0 0 1-10.775-3.781 1 1 0 0 0-1.25 0A17.3 17.3 0 0 1 19.6 9H19a1 1 0 0 0-1 1 22.29 22.29 0 0 0 8.041 17.168l4.318 3.6A1 1 0 0 0 31 31M20.024 11A19.33 19.33 0 0 0 31 7.26 19.33 19.33 0 0 0 41.976 11a20.28 20.28 0 0 1-7.3 14.637L31 28.7l-3.679-3.065A20.28 20.28 0 0 1 20.024 11\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"m31.65 25.759 3.129-2.681a15.84 15.84 0 0 0 5.2-8.882A1 1 0 0 0 39 13a11.07 11.07 0 0 1-6.6-2.2l-.8-.6a1 1 0 0 0-1.2 0l-.8.6A11.07 11.07 0 0 1 23 13a1 1 0 0 0-.98 1.2 15.84 15.84 0 0 0 5.2 8.882l3.129 2.681a1 1 0 0 0 1.3 0Zm-3.129-4.2a13.84 13.84 0 0 1-4.262-6.621A13.1 13.1 0 0 0 30.8 12.4l.2-.15.2.15a13.1 13.1 0 0 0 6.541 2.538 13.84 13.84 0 0 1-4.262 6.621L31 23.683Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M62 35h-9V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1 1v25H2a1 1 0 0 0-1 1v30a5.006 5.006 0 0 0 5 5h42a5.006 5.006 0 0 0 5-5v-3h9a1 1 0 0 0 1-1V36a1 1 0 0 0-1-1M3 58V29h6v29a3 3 0 0 1-6 0m48 0a3 3 0 0 1-3 3H9.974A4.95 4.95 0 0 0 11 58V3h40v32h-1a1 1 0 0 0-1 1v1h-2.586L43 33.586V28a1 1 0 0 0-1-1h-1a4 4 0 0 0-4 4v6h-7a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a1 1 0 0 0 .447-.1l3.789-1.9H49v1a1 1 0 0 0 1 1h1Zm-2-7h-3a1 1 0 0 0-.447.1L41.764 53H30a1 1 0 0 1-1-1v-1h8v-2h-8v-2h8v-2h-8v-2h8v-2h-8v-1a1 1 0 0 1 1-1h8a1 1 0 0 0 1-1v-7a2 2 0 0 1 2-2v5a1 1 0 0 0 .293.707l4 4A1 1 0 0 0 46 39h3Zm12 2H51V37h10Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path><path d=\"M22.46 31.126A1 1 0 0 0 22 31h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707-1.414-1.414ZM21 39h-6v-6h5.586L18 35.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 35.414ZM24.293 41.293l-1.833 1.833A1 1 0 0 0 22 43h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.586l2.707-2.707ZM21 51h-6v-6h5.586L18 47.586l-1.293-1.293-1.414 1.414 2 2a1 1 0 0 0 1.414 0L21 47.414Z\" fill=\"#4dbfb8\" opacity=\"1\" data-original=\"#000000\"></path></g></svg>							\n												<h5>\n													Quality You Can See												</h5>\n											Smooth, level, seamless — our finishes are paint-ready and built to last.										\n					<h2>Serving Louisville &amp; Surrounding Areas</h2>		We serve homeowners and businesses across Louisville, Fairdale, Jeffersontown, Fern Creek, Middletown, St. Matthews, Shively, and surrounding\nJefferson County communities.			<h6>Need us farther out? Give us a call — we\'ll let you know if we can make it work.</h6>										<a href=\"tel:5023021480\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>			\n									(502) 302-1480 — Call for Availability\n					</a>\n									<h2>Ready for Walls You Can Be Proud Of?</h2>		No pressure, no obligation. Just an honest estimate and a crew that shows up on time.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'About Us', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-08-01 11:42:15', '2026-08-01 11:42:15', '', 17, 'https://mrarif.me/drywallmanllc/?p=884', 0, 'revision', '', 0),
(885, 1, '2026-08-01 11:48:12', '2026-08-01 11:48:12', '', 'logo (2) (1)', '', 'inherit', 'closed', 'closed', '', 'logo-2-1', '', '', '2026-08-01 11:48:12', '2026-08-01 11:48:12', '', 28, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png', 0, 'attachment', 'image/png', 0),
(886, 1, '2026-08-01 11:48:36', '2026-08-01 11:48:36', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />																					<a href=\"#\">\n									Free Estimate\n					</a>\n														<a href=\"#\">\n									(502) 302-1480\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-08-01 11:48:36', '2026-08-01 11:48:36', '', 28, 'https://mrarif.me/drywallmanllc/?p=886', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(887, 1, '2026-08-01 11:49:15', '2026-08-01 11:49:15', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />																					<a href=\"#\">\n									Free Estimate\n					</a>\n														<a href=\"#\">\n									(502) 302-1480\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-08-01 11:49:15', '2026-08-01 11:49:15', '', 28, 'https://mrarif.me/drywallmanllc/?p=887', 0, 'revision', '', 0),
(889, 1, '2026-08-01 11:59:31', '2026-08-01 11:59:31', '<ul>\n							<li>\n											<a href=\"tel:5023021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(502) 302-1480\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n																	<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />																					<a href=\"#\">\n									Free Estimate\n					</a>\n														<a href=\"#\">\n									(502) 302-1480\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-08-01 11:59:31', '2026-08-01 11:59:31', '', 28, 'https://mrarif.me/drywallmanllc/?p=889', 0, 'revision', '', 0),
(890, 1, '2026-08-01 11:59:55', '2026-08-01 11:59:55', '<ul>\n							<li>\n											<a href=\"tel:5023021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(502) 302-1480\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n																	<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />																					<a href=\"#\">\n									Free Estimate\n					</a>\n														<a href=\"#\">\n									(502) 302-1480\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-08-01 11:59:55', '2026-08-01 11:59:55', '', 28, 'https://mrarif.me/drywallmanllc/?p=890', 0, 'revision', '', 0),
(891, 1, '2026-08-01 12:00:10', '2026-08-01 12:00:10', '<ul>\n							<li>\n											<a href=\"tel:5023021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(502) 302-1480\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n																	<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />																					<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Free Estimate\n					</a>\n														<a href=\"#\">\n									(502) 302-1480\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-08-01 12:00:10', '2026-08-01 12:00:10', '', 28, 'https://mrarif.me/drywallmanllc/?p=891', 0, 'revision', '', 0),
(892, 1, '2026-08-01 12:01:20', '2026-08-01 12:01:20', '<ul>\n							<li>\n											<a href=\"tel:5023021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(502) 302-1480\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n																	<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />																					<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Free Estimate\n					</a>\n														<a href=\"#\">\n									(502) 302-1480\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-08-01 12:01:20', '2026-08-01 12:01:20', '', 28, 'https://mrarif.me/drywallmanllc/?p=892', 0, 'revision', '', 0),
(894, 1, '2026-08-01 12:33:15', '2026-08-01 12:33:15', '<a href=\"https://mrarif.me/drywallmanllc/\">\n							<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />								</a>\n													<p>Louisville\'s trusted drywall specialists.</p>					\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n							<h5>Quick Links</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/drywallmanllc/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/drywallmanllc/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n											Projects\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n											Contact Us\n											</a>\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										Drywall Repair\n									</li>\n								<li>\n										Installation\n									</li>\n								<li>\n										Ceiling Repair\n									</li>\n								<li>\n										Water Damage\n									</li>\n								<li>\n										Texture Matching\n									</li>\n								<li>\n										Commercial\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Louisville, KY Business hours\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://tel;(502)3021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Phone:(502) 302-1480\n											</a>\n									</li>\n						</ul>\n				<p>© [copyright]. All Rights Reserved. Website Developed by <a style=\"color: #ffffff;\" href=\"https://devrivo.com/\" target=\"_blank\" rel=\"noopener\">Devrivo</a></p>', 'Footer', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2026-08-01 12:33:15', '2026-08-01 12:33:15', '', 31, 'https://mrarif.me/drywallmanllc/?p=894', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(895, 1, '2026-08-01 12:34:58', '2026-08-01 12:34:58', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:34:58', '2026-08-01 12:34:58', '', 13, 'https://mrarif.me/drywallmanllc/?p=895', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(896, 1, '2026-08-01 12:34:58', '2026-08-01 12:34:58', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:(502)302-1480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:34:58', '2026-08-01 12:34:58', '', 13, 'https://mrarif.me/drywallmanllc/?p=896', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(897, 1, '2026-08-01 12:34:59', '2026-08-01 12:34:59', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:34:59', '2026-08-01 12:34:59', '', 13, 'https://mrarif.me/drywallmanllc/?p=897', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(898, 1, '2026-08-01 12:35:38', '2026-08-01 12:35:38', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:35:38', '2026-08-01 12:35:38', '', 13, 'https://mrarif.me/drywallmanllc/?p=898', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(899, 1, '2026-08-01 12:35:38', '2026-08-01 12:35:38', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"#\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:35:38', '2026-08-01 12:35:38', '', 13, 'https://mrarif.me/drywallmanllc/?p=899', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(900, 1, '2026-08-01 12:35:39', '2026-08-01 12:35:39', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:35:39', '2026-08-01 12:35:39', '', 13, 'https://mrarif.me/drywallmanllc/?p=900', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(901, 1, '2026-08-01 12:36:04', '2026-08-01 12:36:04', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:36:04', '2026-08-01 12:36:04', '', 13, 'https://mrarif.me/drywallmanllc/?p=901', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(902, 1, '2026-08-01 12:36:04', '2026-08-01 12:36:04', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"#\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:36:04', '2026-08-01 12:36:04', '', 13, 'https://mrarif.me/drywallmanllc/?p=902', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(903, 1, '2026-08-01 12:36:04', '2026-08-01 12:36:04', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:36:04', '2026-08-01 12:36:04', '', 13, 'https://mrarif.me/drywallmanllc/?p=903', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(904, 1, '2026-08-01 12:37:46', '2026-08-01 12:37:46', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:37:46', '2026-08-01 12:37:46', '', 13, 'https://mrarif.me/drywallmanllc/?p=904', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(905, 1, '2026-08-01 12:37:46', '2026-08-01 12:37:46', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:37:46', '2026-08-01 12:37:46', '', 13, 'https://mrarif.me/drywallmanllc/?p=905', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(909, 1, '2026-08-01 12:39:33', '2026-08-01 12:39:33', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:39:33', '2026-08-01 12:39:33', '', 13, 'https://mrarif.me/drywallmanllc/?p=909', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(906, 1, '2026-08-01 12:37:47', '2026-08-01 12:37:47', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:37:47', '2026-08-01 12:37:47', '', 13, 'https://mrarif.me/drywallmanllc/?p=906', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(907, 1, '2026-08-01 12:39:32', '2026-08-01 12:39:32', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:39:32', '2026-08-01 12:39:32', '', 13, 'https://mrarif.me/drywallmanllc/?p=907', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(908, 1, '2026-08-01 12:39:32', '2026-08-01 12:39:32', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:39:32', '2026-08-01 12:39:32', '', 13, 'https://mrarif.me/drywallmanllc/?p=908', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(922, 1, '2026-08-01 12:52:40', '2026-08-01 12:52:40', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:52:40', '2026-08-01 12:52:40', '', 13, 'https://mrarif.me/drywallmanllc/?p=922', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(913, 1, '2026-08-01 12:47:14', '2026-08-01 12:47:14', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n						Gutters					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:47:14', '2026-08-01 12:47:14', '', 13, 'https://mrarif.me/drywallmanllc/?p=913', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(911, 1, '2026-08-01 12:47:14', '2026-08-01 12:47:14', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:47:14', '2026-08-01 12:47:14', '', 13, 'https://mrarif.me/drywallmanllc/?p=911', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(912, 1, '2026-08-01 12:47:14', '2026-08-01 12:47:14', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:47:14', '2026-08-01 12:47:14', '', 13, 'https://mrarif.me/drywallmanllc/?p=912', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(914, 1, '2026-08-01 12:49:14', '2026-08-01 12:49:14', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n						Gutters					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:49:14', '2026-08-01 12:49:14', '', 13, 'https://mrarif.me/drywallmanllc/?p=914', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(915, 1, '2026-08-01 12:49:14', '2026-08-01 12:49:14', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n						Gutters					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:49:14', '2026-08-01 12:49:14', '', 13, 'https://mrarif.me/drywallmanllc/?p=915', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(916, 1, '2026-08-01 12:49:15', '2026-08-01 12:49:15', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n						Gutters					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:49:15', '2026-08-01 12:49:15', '', 13, 'https://mrarif.me/drywallmanllc/?p=916', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(917, 1, '2026-08-01 12:52:03', '2026-08-01 12:52:03', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n						Gutters					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:52:03', '2026-08-01 12:52:03', '', 13, 'https://mrarif.me/drywallmanllc/?p=917', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(918, 1, '2026-08-01 12:52:03', '2026-08-01 12:52:03', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n						Gutters					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:52:03', '2026-08-01 12:52:03', '', 13, 'https://mrarif.me/drywallmanllc/?p=918', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(919, 1, '2026-08-01 12:52:03', '2026-08-01 12:52:03', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:52:03', '2026-08-01 12:52:03', '', 13, 'https://mrarif.me/drywallmanllc/?p=919', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(920, 1, '2026-08-01 12:52:39', '2026-08-01 12:52:39', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:52:39', '2026-08-01 12:52:39', '', 13, 'https://mrarif.me/drywallmanllc/?p=920', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(921, 1, '2026-08-01 12:52:39', '2026-08-01 12:52:39', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n										<a href=\"#\">\n									See All Our Work\n					</a>\n									<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:52:39', '2026-08-01 12:52:39', '', 13, 'https://mrarif.me/drywallmanllc/?p=921', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(923, 1, '2026-08-01 12:57:54', '2026-08-01 12:57:54', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:57:54', '2026-08-01 12:57:54', '', 13, 'https://mrarif.me/drywallmanllc/?p=923', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(924, 1, '2026-08-01 12:57:55', '2026-08-01 12:57:55', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:57:55', '2026-08-01 12:57:55', '', 13, 'https://mrarif.me/drywallmanllc/?p=924', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(925, 1, '2026-08-01 12:57:56', '2026-08-01 12:57:56', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 12:57:56', '2026-08-01 12:57:56', '', 13, 'https://mrarif.me/drywallmanllc/?p=925', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(926, 1, '2026-08-01 13:55:10', '2026-08-01 13:55:10', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 13:55:10', '2026-08-01 13:55:10', '', 13, 'https://mrarif.me/drywallmanllc/?p=926', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(927, 1, '2026-08-01 13:55:10', '2026-08-01 13:55:10', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n							<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 13:55:10', '2026-08-01 13:55:10', '', 13, 'https://mrarif.me/drywallmanllc/?p=927', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(928, 1, '2026-08-01 13:55:11', '2026-08-01 13:55:11', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-01 13:55:11', '2026-08-01 13:55:11', '', 13, 'https://mrarif.me/drywallmanllc/?p=928', 0, 'revision', '', 0),
(929, 1, '2026-08-02 06:19:42', '2026-08-02 06:19:42', '', 'project', '', 'inherit', 'closed', 'closed', '', 'project', '', '', '2026-08-02 06:19:42', '2026-08-02 06:19:42', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4', 0, 'attachment', 'video/mp4', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(930, 1, '2026-08-02 06:20:55', '2026-08-02 06:20:55', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video-1.mp4			<h2>Like What You See?</h2>		Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-02 06:20:55', '2026-08-02 06:20:55', '', 15, 'https://mrarif.me/drywallmanllc/?p=930', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(931, 1, '2026-08-02 06:20:56', '2026-08-02 06:20:56', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video-1.mp4			<h2>Like What You See?</h2>		Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-02 06:20:56', '2026-08-02 06:20:56', '', 15, 'https://mrarif.me/drywallmanllc/?p=931', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(932, 1, '2026-08-02 06:20:56', '2026-08-02 06:20:56', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video-1.mp4			<h2>Like What You See?</h2>		Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-02 06:20:56', '2026-08-02 06:20:56', '', 15, 'https://mrarif.me/drywallmanllc/?p=932', 0, 'revision', '', 0),
(933, 1, '2026-08-02 06:22:35', '2026-08-02 06:22:35', '', 'project (1)', '', 'inherit', 'closed', 'closed', '', 'project-1', '', '', '2026-08-02 06:22:35', '2026-08-02 06:22:35', '', 15, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(934, 1, '2026-08-02 06:22:43', '2026-08-02 06:22:43', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video-1.mp4			<h2>Like What You See?</h2>		Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-02 06:22:43', '2026-08-02 06:22:43', '', 15, 'https://mrarif.me/drywallmanllc/?p=934', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(935, 1, '2026-08-02 06:22:43', '2026-08-02 06:22:43', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video-1.mp4			<h2>Like What You See?</h2>		Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-02 06:22:43', '2026-08-02 06:22:43', '', 15, 'https://mrarif.me/drywallmanllc/?p=935', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(936, 1, '2026-08-02 06:22:44', '2026-08-02 06:22:44', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video-1.mp4			<h2>Like What You See?</h2>		Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-02 06:22:44', '2026-08-02 06:22:44', '', 15, 'https://mrarif.me/drywallmanllc/?p=936', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(942, 1, '2026-08-02 06:29:44', '2026-08-02 06:29:44', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video11.mp4			<h2>Like What You See?</h2>		Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-02 06:29:44', '2026-08-02 06:29:44', '', 15, 'https://mrarif.me/drywallmanllc/?p=942', 0, 'revision', '', 0),
(938, 1, '2026-08-02 06:28:01', '2026-08-02 06:28:01', '', 'video2 (1)', '', 'inherit', 'closed', 'closed', '', 'video2-1', '', '', '2026-08-02 06:28:01', '2026-08-02 06:28:01', '', 15, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(939, 1, '2026-08-02 06:29:28', '2026-08-02 06:29:28', '', 'video11', '', 'inherit', 'closed', 'closed', '', 'video11', '', '', '2026-08-02 06:29:28', '2026-08-02 06:29:28', '', 0, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video11.mp4', 0, 'attachment', 'video/mp4', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(940, 1, '2026-08-02 06:29:44', '2026-08-02 06:29:44', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video-1.mp4			<h2>Like What You See?</h2>		Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-02 06:29:44', '2026-08-02 06:29:44', '', 15, 'https://mrarif.me/drywallmanllc/?p=940', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(941, 1, '2026-08-02 06:29:44', '2026-08-02 06:29:44', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video-1.mp4			<h2>Like What You See?</h2>		Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-02 06:29:44', '2026-08-02 06:29:44', '', 15, 'https://mrarif.me/drywallmanllc/?p=941', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(952, 1, '2026-08-02 06:33:27', '2026-08-02 06:33:27', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:33:27', '2026-08-02 06:33:27', '', 13, 'https://mrarif.me/drywallmanllc/?p=952', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(944, 1, '2026-08-02 06:31:07', '2026-08-02 06:31:07', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video11.mp4			<h2>Like What You See?</h2>		Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-02 06:31:07', '2026-08-02 06:31:07', '', 15, 'https://mrarif.me/drywallmanllc/?p=944', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(945, 1, '2026-08-02 06:31:07', '2026-08-02 06:31:07', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video11.mp4			<h2>Like What You See?</h2>		Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-02 06:31:07', '2026-08-02 06:31:07', '', 15, 'https://mrarif.me/drywallmanllc/?p=945', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(946, 1, '2026-08-02 06:31:07', '2026-08-02 06:31:07', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video11.mp4			<h2>Like What You See?</h2>		Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-02 06:31:07', '2026-08-02 06:31:07', '', 15, 'https://mrarif.me/drywallmanllc/?p=946', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(947, 1, '2026-08-02 06:32:12', '2026-08-02 06:32:12', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video11.mp4			<h2>Like What You See?</h2>		Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-02 06:32:12', '2026-08-02 06:32:12', '', 15, 'https://mrarif.me/drywallmanllc/?p=947', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(948, 1, '2026-08-02 06:32:12', '2026-08-02 06:32:12', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video11.mp4			<h2>Like What You See?</h2>		Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-02 06:32:12', '2026-08-02 06:32:12', '', 15, 'https://mrarif.me/drywallmanllc/?p=948', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(949, 1, '2026-08-02 06:32:12', '2026-08-02 06:32:12', 'Projects					<h1>Our  Work</h1>		Real jobs. Real homes. Real results — right here in Louisville.					\n					<button id=\"e-n-tab-title-579547731\" data-tab-title-id=\"e-n-tab-title-579547731\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-579547731\" style=\"--n-tabs-title-order: 1;\">\n				All			\n		</button>\n				<button id=\"e-n-tab-title-579547732\" data-tab-title-id=\"e-n-tab-title-579547732\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547732\" style=\"--n-tabs-title-order: 2;\">\n				Repairs			\n		</button>\n				<button id=\"e-n-tab-title-579547733\" data-tab-title-id=\"e-n-tab-title-579547733\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547733\" style=\"--n-tabs-title-order: 3;\">\n				Installations			\n		</button>\n				<button id=\"e-n-tab-title-579547734\" data-tab-title-id=\"e-n-tab-title-579547734\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547734\" style=\"--n-tabs-title-order: 4;\">\n				Ceilings			\n		</button>\n				<button id=\"e-n-tab-title-579547735\" data-tab-title-id=\"e-n-tab-title-579547735\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-579547735\" style=\"--n-tabs-title-order: 5;\">\n				Remodels			\n		</button>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiYmYxYzVlNCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"bf1c5e4\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImJmMWM1ZTQifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy00LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-6-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAyLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy02LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Repairs-5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"709b877\" data-elementor-lightbox-title=\"Repairs\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAzLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVwYWlycy01LTEuanBnIiwic2xpZGVzaG93IjoiNzA5Yjg3NyJ9\">\n																		Repairs								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0xLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTA5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy0zLTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Installations-4-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d8da79d\" data-elementor-lightbox-title=\"Installations\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvSW5zdGFsbGF0aW9ucy00LTEuanBnIiwic2xpZGVzaG93IjoiZDhkYTc5ZCJ9\">\n																		Installations								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMS0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTE5LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMi0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Ceilings-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"fc6bf4d\" data-elementor-lightbox-title=\"Ceilings\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIwLCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvQ2VpbGluZ3MtMy0xLmpwZyIsInNsaWRlc2hvdyI6ImZjNmJmNGQifQ%3D%3D\">\n																		Ceilings								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI1LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMS0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-2-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI2LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n							<a href=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Remodels-3-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"30b1686\" data-elementor-lightbox-title=\"Remodels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTI3LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9kcnl3YWxsbWFubGxjXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvUmVtb2RlbHMtMy0xLmpwZyIsInNsaWRlc2hvdyI6IjMwYjE2ODYifQ%3D%3D\">\n																		Remodels								\n									</a>\n						<h2>Watch Us Work</h2>		https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/video11.mp4			<h2>Like What You See?</h2>		Your walls could look like this. Get a free estimate from Jaime and his crew — same-week scheduling available.								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Request a Free Estimate\n					</a>', 'Projects', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-08-02 06:32:12', '2026-08-02 06:32:12', '', 15, 'https://mrarif.me/drywallmanllc/?p=949', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(950, 1, '2026-08-02 06:33:27', '2026-08-02 06:33:27', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:33:27', '2026-08-02 06:33:27', '', 13, 'https://mrarif.me/drywallmanllc/?p=950', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(951, 1, '2026-08-02 06:33:27', '2026-08-02 06:33:27', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/5936855_Pennsylvania_Suburban_1280x720.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:33:27', '2026-08-02 06:33:27', '', 13, 'https://mrarif.me/drywallmanllc/?p=951', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(953, 1, '2026-08-02 06:34:03', '2026-08-02 06:34:03', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:34:03', '2026-08-02 06:34:03', '', 13, 'https://mrarif.me/drywallmanllc/?p=953', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(954, 1, '2026-08-02 06:34:03', '2026-08-02 06:34:03', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:34:03', '2026-08-02 06:34:03', '', 13, 'https://mrarif.me/drywallmanllc/?p=954', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(955, 1, '2026-08-02 06:34:03', '2026-08-02 06:34:03', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:34:03', '2026-08-02 06:34:03', '', 13, 'https://mrarif.me/drywallmanllc/?p=955', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(956, 1, '2026-08-02 06:37:03', '2026-08-02 06:37:03', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:37:03', '2026-08-02 06:37:03', '', 13, 'https://mrarif.me/drywallmanllc/?p=956', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(957, 1, '2026-08-02 06:37:03', '2026-08-02 06:37:03', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:37:03', '2026-08-02 06:37:03', '', 13, 'https://mrarif.me/drywallmanllc/?p=957', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(958, 1, '2026-08-02 06:37:03', '2026-08-02 06:37:03', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:37:03', '2026-08-02 06:37:03', '', 13, 'https://mrarif.me/drywallmanllc/?p=958', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(959, 1, '2026-08-02 06:37:19', '2026-08-02 06:37:19', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:37:19', '2026-08-02 06:37:19', '', 13, 'https://mrarif.me/drywallmanllc/?p=959', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(960, 1, '2026-08-02 06:37:20', '2026-08-02 06:37:20', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:37:20', '2026-08-02 06:37:20', '', 13, 'https://mrarif.me/drywallmanllc/?p=960', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(961, 1, '2026-08-02 06:37:20', '2026-08-02 06:37:20', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:37:20', '2026-08-02 06:37:20', '', 13, 'https://mrarif.me/drywallmanllc/?p=961', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(962, 1, '2026-08-02 06:38:22', '2026-08-02 06:38:22', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:38:22', '2026-08-02 06:38:22', '', 13, 'https://mrarif.me/drywallmanllc/?p=962', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(963, 1, '2026-08-02 06:38:23', '2026-08-02 06:38:23', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:38:23', '2026-08-02 06:38:23', '', 13, 'https://mrarif.me/drywallmanllc/?p=963', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(964, 1, '2026-08-02 06:38:23', '2026-08-02 06:38:23', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:38:23', '2026-08-02 06:38:23', '', 13, 'https://mrarif.me/drywallmanllc/?p=964', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(965, 1, '2026-08-02 06:38:51', '2026-08-02 06:38:51', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:38:51', '2026-08-02 06:38:51', '', 13, 'https://mrarif.me/drywallmanllc/?p=965', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(966, 1, '2026-08-02 06:38:51', '2026-08-02 06:38:51', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:38:51', '2026-08-02 06:38:51', '', 13, 'https://mrarif.me/drywallmanllc/?p=966', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(967, 1, '2026-08-02 06:38:51', '2026-08-02 06:38:51', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:38:51', '2026-08-02 06:38:51', '', 13, 'https://mrarif.me/drywallmanllc/?p=967', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(968, 1, '2026-08-02 06:39:11', '2026-08-02 06:39:11', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:39:11', '2026-08-02 06:39:11', '', 13, 'https://mrarif.me/drywallmanllc/?p=968', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(969, 1, '2026-08-02 06:39:11', '2026-08-02 06:39:11', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:39:11', '2026-08-02 06:39:11', '', 13, 'https://mrarif.me/drywallmanllc/?p=969', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(970, 1, '2026-08-02 06:39:11', '2026-08-02 06:39:11', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:39:11', '2026-08-02 06:39:11', '', 13, 'https://mrarif.me/drywallmanllc/?p=970', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(974, 1, '2026-08-02 06:44:33', '2026-08-02 06:44:33', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:44:33', '2026-08-02 06:44:33', '', 13, 'https://mrarif.me/drywallmanllc/?p=974', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(972, 1, '2026-08-02 06:44:33', '2026-08-02 06:44:33', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:44:33', '2026-08-02 06:44:33', '', 13, 'https://mrarif.me/drywallmanllc/?p=972', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(973, 1, '2026-08-02 06:44:33', '2026-08-02 06:44:33', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:44:33', '2026-08-02 06:44:33', '', 13, 'https://mrarif.me/drywallmanllc/?p=973', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(975, 1, '2026-08-02 06:47:39', '2026-08-02 06:47:39', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:47:39', '2026-08-02 06:47:39', '', 13, 'https://mrarif.me/drywallmanllc/?p=975', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(976, 1, '2026-08-02 06:47:39', '2026-08-02 06:47:39', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:47:39', '2026-08-02 06:47:39', '', 13, 'https://mrarif.me/drywallmanllc/?p=976', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(977, 1, '2026-08-02 06:47:39', '2026-08-02 06:47:39', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:47:39', '2026-08-02 06:47:39', '', 13, 'https://mrarif.me/drywallmanllc/?p=977', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(978, 1, '2026-08-02 06:49:37', '2026-08-02 06:49:37', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:49:37', '2026-08-02 06:49:37', '', 13, 'https://mrarif.me/drywallmanllc/?p=978', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(979, 1, '2026-08-02 06:49:38', '2026-08-02 06:49:38', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:49:38', '2026-08-02 06:49:38', '', 13, 'https://mrarif.me/drywallmanllc/?p=979', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(980, 1, '2026-08-02 06:49:38', '2026-08-02 06:49:38', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:49:38', '2026-08-02 06:49:38', '', 13, 'https://mrarif.me/drywallmanllc/?p=980', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(981, 1, '2026-08-02 06:52:22', '2026-08-02 06:52:22', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:52:22', '2026-08-02 06:52:22', '', 13, 'https://mrarif.me/drywallmanllc/?p=981', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(982, 1, '2026-08-02 06:52:22', '2026-08-02 06:52:22', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h4>\n							Roofing						\n					</h4>\n									<h4>\n							Siding						\n					</h4>\n									<h4>\n							Gutters						\n					</h4>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:52:22', '2026-08-02 06:52:22', '', 13, 'https://mrarif.me/drywallmanllc/?p=982', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(983, 1, '2026-08-02 06:52:22', '2026-08-02 06:52:22', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:52:22', '2026-08-02 06:52:22', '', 13, 'https://mrarif.me/drywallmanllc/?p=983', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(984, 1, '2026-08-02 06:52:46', '2026-08-02 06:52:46', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:52:46', '2026-08-02 06:52:46', '', 13, 'https://mrarif.me/drywallmanllc/?p=984', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(985, 1, '2026-08-02 06:52:46', '2026-08-02 06:52:46', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:52:46', '2026-08-02 06:52:46', '', 13, 'https://mrarif.me/drywallmanllc/?p=985', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(986, 1, '2026-08-02 06:52:46', '2026-08-02 06:52:46', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:52:46', '2026-08-02 06:52:46', '', 13, 'https://mrarif.me/drywallmanllc/?p=986', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(987, 1, '2026-08-02 06:53:32', '2026-08-02 06:53:32', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:53:32', '2026-08-02 06:53:32', '', 13, 'https://mrarif.me/drywallmanllc/?p=987', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(988, 1, '2026-08-02 06:53:32', '2026-08-02 06:53:32', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:53:32', '2026-08-02 06:53:32', '', 13, 'https://mrarif.me/drywallmanllc/?p=988', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(989, 1, '2026-08-02 06:53:33', '2026-08-02 06:53:33', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 06:53:33', '2026-08-02 06:53:33', '', 13, 'https://mrarif.me/drywallmanllc/?p=989', 0, 'revision', '', 0),
(990, 1, '2026-08-02 07:01:40', '2026-08-02 07:01:40', '<ul>\n							<li>\n											<a href=\"tel:5023021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(502) 302-1480\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n																	<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />																					<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Free Estimate\n					</a>\n														<a href=\"tel:(502)3021480\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>			\n									(502) 302-1480\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-08-02 07:01:40', '2026-08-02 07:01:40', '', 28, 'https://mrarif.me/drywallmanllc/?p=990', 0, 'revision', '', 0),
(991, 1, '2026-08-02 07:08:59', '2026-08-02 07:08:59', '<ul>\n							<li>\n											<a href=\"tel:5023021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(502) 302-1480\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n												<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Free Estimate\n					</a>\n														<a href=\"tel:(502)3021480\">\n									(502) 302-1480\n					</a>\n																			<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />																					<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Free Estimate\n					</a>\n														<a href=\"tel:(502)3021480\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>			\n									(502) 302-1480\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-08-02 07:08:59', '2026-08-02 07:08:59', '', 28, 'https://mrarif.me/drywallmanllc/?p=991', 0, 'revision', '', 0),
(992, 1, '2026-08-02 07:11:08', '2026-08-02 07:11:08', '<ul>\n							<li>\n											<a href=\"tel:5023021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(502) 302-1480\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n												<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Free Estimate\n					</a>\n														<a href=\"tel:(502)3021480\">\n									(502) 302-1480\n					</a>\n																			<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />																					<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Free Estimate\n					</a>\n														<a href=\"tel:(502)3021480\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>			\n									(502) 302-1480\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-08-02 07:11:08', '2026-08-02 07:11:08', '', 28, 'https://mrarif.me/drywallmanllc/?p=992', 0, 'revision', '', 0),
(993, 1, '2026-08-02 07:15:46', '2026-08-02 07:15:46', '<ul>\n							<li>\n											<a href=\"tel:5023021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(502) 302-1480\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n												<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Free Estimate\n					</a>\n														<a href=\"tel:(502)3021480\">\n									(502) 302-1480\n					</a>\n																			<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />																					<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Free Estimate\n					</a>\n														<a href=\"tel:(502)3021480\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>			\n									(502) 302-1480\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-08-02 07:15:46', '2026-08-02 07:15:46', '', 28, 'https://mrarif.me/drywallmanllc/?p=993', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(994, 1, '2026-08-02 07:16:21', '2026-08-02 07:16:21', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 07:16:21', '2026-08-02 07:16:21', '', 13, 'https://mrarif.me/drywallmanllc/?p=994', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(995, 1, '2026-08-02 07:16:22', '2026-08-02 07:16:22', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 07:16:22', '2026-08-02 07:16:22', '', 13, 'https://mrarif.me/drywallmanllc/?p=995', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(996, 1, '2026-08-02 07:16:22', '2026-08-02 07:16:22', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 07:16:22', '2026-08-02 07:16:22', '', 13, 'https://mrarif.me/drywallmanllc/?p=996', 0, 'revision', '', 0),
(997, 1, '2026-08-02 07:17:27', '2026-08-02 07:17:27', '<ul>\n							<li>\n											<a href=\"tel:5023021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(502) 302-1480\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n												<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Free Estimate\n					</a>\n														<a href=\"tel:(502)3021480\">\n									(502) 302-1480\n					</a>\n																			<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />																					<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Free Estimate\n					</a>\n														<a href=\"tel:(502)3021480\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>			\n									(502) 302-1480\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-08-02 07:17:27', '2026-08-02 07:17:27', '', 28, 'https://mrarif.me/drywallmanllc/?p=997', 0, 'revision', '', 0),
(998, 1, '2026-08-02 07:19:56', '2026-08-02 07:19:56', '<ul>\n							<li>\n											<a href=\"tel:5023021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(502) 302-1480\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n												<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Free Estimate\n					</a>\n														<a href=\"tel:(502)3021480\">\n									(502) 302-1480\n					</a>\n																			<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />																					<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Free Estimate\n					</a>\n														<a href=\"tel:(502)3021480\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>			\n									(502) 302-1480\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-08-02 07:19:56', '2026-08-02 07:19:56', '', 28, 'https://mrarif.me/drywallmanllc/?p=998', 0, 'revision', '', 0),
(999, 1, '2026-08-02 07:20:46', '2026-08-02 07:20:46', '<ul>\n							<li>\n											<a href=\"tel:5023021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(502) 302-1480\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n												<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Free Estimate\n					</a>\n														<a href=\"tel:(502)3021480\">\n									(502) 302-1480\n					</a>\n																			<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />																					<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Free Estimate\n					</a>\n														<a href=\"tel:(502)3021480\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>			\n									(502) 302-1480\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-08-02 07:20:46', '2026-08-02 07:20:46', '', 28, 'https://mrarif.me/drywallmanllc/?p=999', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1000, 1, '2026-08-02 07:22:40', '2026-08-02 07:22:40', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 07:22:40', '2026-08-02 07:22:40', '', 13, 'https://mrarif.me/drywallmanllc/?p=1000', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1001, 1, '2026-08-02 07:22:40', '2026-08-02 07:22:40', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 07:22:40', '2026-08-02 07:22:40', '', 13, 'https://mrarif.me/drywallmanllc/?p=1001', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1002, 1, '2026-08-02 07:22:40', '2026-08-02 07:22:40', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 07:22:40', '2026-08-02 07:22:40', '', 13, 'https://mrarif.me/drywallmanllc/?p=1002', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1003, 1, '2026-08-02 07:27:55', '2026-08-02 07:27:55', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 07:27:55', '2026-08-02 07:27:55', '', 13, 'https://mrarif.me/drywallmanllc/?p=1003', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1004, 1, '2026-08-02 07:27:56', '2026-08-02 07:27:56', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 07:27:56', '2026-08-02 07:27:56', '', 13, 'https://mrarif.me/drywallmanllc/?p=1004', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1005, 1, '2026-08-02 07:27:56', '2026-08-02 07:27:56', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 07:27:56', '2026-08-02 07:27:56', '', 13, 'https://mrarif.me/drywallmanllc/?p=1005', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1006, 1, '2026-08-02 07:31:45', '2026-08-02 07:31:45', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 07:31:45', '2026-08-02 07:31:45', '', 13, 'https://mrarif.me/drywallmanllc/?p=1006', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1007, 1, '2026-08-02 07:31:45', '2026-08-02 07:31:45', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 07:31:45', '2026-08-02 07:31:45', '', 13, 'https://mrarif.me/drywallmanllc/?p=1007', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1008, 1, '2026-08-02 07:31:45', '2026-08-02 07:31:45', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 07:31:45', '2026-08-02 07:31:45', '', 13, 'https://mrarif.me/drywallmanllc/?p=1008', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1009, 1, '2026-08-02 07:32:51', '2026-08-02 07:32:51', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 07:32:51', '2026-08-02 07:32:51', '', 13, 'https://mrarif.me/drywallmanllc/?p=1009', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1010, 1, '2026-08-02 07:32:51', '2026-08-02 07:32:51', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 07:32:51', '2026-08-02 07:32:51', '', 13, 'https://mrarif.me/drywallmanllc/?p=1010', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1011, 1, '2026-08-02 07:32:52', '2026-08-02 07:32:52', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-02 07:32:52', '2026-08-02 07:32:52', '', 13, 'https://mrarif.me/drywallmanllc/?p=1011', 0, 'revision', '', 0),
(1014, 1, '2026-08-11 09:25:40', '2026-08-11 09:25:40', '<ul>\n							<li>\n											<a href=\"tel:5023021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										(502) 302-1480\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/thedrywallmanllc/\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n												<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Free Estimate\n					</a>\n														<a href=\"tel:(502)3021480\">\n									(502) 302-1480\n					</a>\n																			<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />																					<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Free Estimate\n					</a>\n														<a href=\"tel:(502)3021480\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>			\n									(502) 302-1480\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2026-08-11 09:25:40', '2026-08-11 09:25:40', '', 28, 'https://mrarif.me/drywallmanllc/?p=1014', 0, 'revision', '', 0),
(1015, 1, '2026-08-11 09:26:04', '2026-08-11 09:26:04', '<a href=\"https://mrarif.me/drywallmanllc/\">\n							<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />								</a>\n													<p>Louisville\'s trusted drywall specialists.</p>					\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/thedrywallmanllc/\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n							<h5>Quick Links</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/drywallmanllc/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/drywallmanllc/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n											Projects\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n											Contact Us\n											</a>\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										Drywall Repair\n									</li>\n								<li>\n										Installation\n									</li>\n								<li>\n										Ceiling Repair\n									</li>\n								<li>\n										Water Damage\n									</li>\n								<li>\n										Texture Matching\n									</li>\n								<li>\n										Commercial\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Louisville, KY Business hours\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://tel;(502)3021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Phone:(502) 302-1480\n											</a>\n									</li>\n						</ul>\n				© 2026 The Drywall Man LLC | Website by Aldo / NUX Marketing', 'Footer', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2026-08-11 09:26:04', '2026-08-11 09:26:04', '', 31, 'https://mrarif.me/drywallmanllc/?p=1015', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1016, 1, '2026-08-11 09:28:50', '2026-08-11 09:28:50', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 09:28:50', '2026-08-11 09:28:50', '', 13, 'https://mrarif.me/drywallmanllc/?p=1016', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1017, 1, '2026-08-11 09:28:50', '2026-08-11 09:28:50', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 09:28:50', '2026-08-11 09:28:50', '', 13, 'https://mrarif.me/drywallmanllc/?p=1017', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1018, 1, '2026-08-11 09:28:51', '2026-08-11 09:28:51', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 09:28:51', '2026-08-11 09:28:51', '', 13, 'https://mrarif.me/drywallmanllc/?p=1018', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1019, 1, '2026-08-11 09:29:13', '2026-08-11 09:29:13', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 09:29:13', '2026-08-11 09:29:13', '', 13, 'https://mrarif.me/drywallmanllc/?p=1019', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1020, 1, '2026-08-11 09:29:13', '2026-08-11 09:29:13', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 09:29:13', '2026-08-11 09:29:13', '', 13, 'https://mrarif.me/drywallmanllc/?p=1020', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1021, 1, '2026-08-11 09:29:14', '2026-08-11 09:29:14', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 09:29:14', '2026-08-11 09:29:14', '', 13, 'https://mrarif.me/drywallmanllc/?p=1021', 0, 'revision', '', 0),
(1022, 1, '2026-08-11 09:43:05', '2026-08-11 09:43:05', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-11 09:43:05', '2026-08-11 09:43:05', '', 25, 'https://mrarif.me/drywallmanllc/?p=1022', 0, 'revision', '', 0),
(1023, 1, '2026-08-11 09:43:05', '2026-08-11 09:43:05', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							ouisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-11 09:43:05', '2026-08-11 09:43:05', '', 25, 'https://mrarif.me/drywallmanllc/?p=1023', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1024, 1, '2026-08-11 09:43:06', '2026-08-11 09:43:06', 'Request Free Estimate					<h1>Request Your\nFree  Estimate</h1>		\nTell us about your project and Jaime will get back to you fast —\nusually same day.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Same-Week Scheduling 						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n							<h2>Estimate Request Form</h2>		<p>Fill out the form below and we\'ll be in touch shortly.</p>			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				\n									<h6>\n							Address						\n					</h6>\n									<p>\n						Serving Louisville, KY &amp; surrounding Jefferson County					</p>\n							<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Request Free Estimate', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2026-08-11 09:43:06', '2026-08-11 09:43:06', '', 25, 'https://mrarif.me/drywallmanllc/?p=1024', 0, 'revision', '', 0),
(1025, 1, '2026-08-11 09:53:30', '2026-08-11 09:53:30', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 09:53:30', '2026-08-11 09:53:30', '', 19, 'https://mrarif.me/drywallmanllc/?p=1025', 0, 'revision', '', 0),
(1026, 1, '2026-08-11 09:53:30', '2026-08-11 09:53:30', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 09:53:30', '2026-08-11 09:53:30', '', 19, 'https://mrarif.me/drywallmanllc/?p=1026', 0, 'revision', '', 0),
(1027, 1, '2026-08-11 09:53:31', '2026-08-11 09:53:31', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 09:53:31', '2026-08-11 09:53:31', '', 19, 'https://mrarif.me/drywallmanllc/?p=1027', 0, 'revision', '', 0),
(1028, 1, '2026-08-11 09:54:23', '2026-08-11 09:54:23', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 09:54:23', '2026-08-11 09:54:23', '', 19, 'https://mrarif.me/drywallmanllc/?p=1028', 0, 'revision', '', 0),
(1029, 1, '2026-08-11 09:54:24', '2026-08-11 09:54:24', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 09:54:24', '2026-08-11 09:54:24', '', 19, 'https://mrarif.me/drywallmanllc/?p=1029', 0, 'revision', '', 0),
(1030, 1, '2026-08-11 09:54:24', '2026-08-11 09:54:24', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 09:54:24', '2026-08-11 09:54:24', '', 19, 'https://mrarif.me/drywallmanllc/?p=1030', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1031, 1, '2026-08-11 09:57:52', '2026-08-11 09:57:52', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 09:57:52', '2026-08-11 09:57:52', '', 19, 'https://mrarif.me/drywallmanllc/?p=1031', 0, 'revision', '', 0),
(1032, 1, '2026-08-11 09:57:52', '2026-08-11 09:57:52', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 09:57:52', '2026-08-11 09:57:52', '', 19, 'https://mrarif.me/drywallmanllc/?p=1032', 0, 'revision', '', 0),
(1033, 1, '2026-08-11 09:57:52', '2026-08-11 09:57:52', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 09:57:52', '2026-08-11 09:57:52', '', 19, 'https://mrarif.me/drywallmanllc/?p=1033', 0, 'revision', '', 0),
(1034, 1, '2026-08-11 09:58:26', '2026-08-11 09:58:26', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 09:58:26', '2026-08-11 09:58:26', '', 19, 'https://mrarif.me/drywallmanllc/?p=1034', 0, 'revision', '', 0),
(1035, 1, '2026-08-11 09:58:26', '2026-08-11 09:58:26', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 09:58:26', '2026-08-11 09:58:26', '', 19, 'https://mrarif.me/drywallmanllc/?p=1035', 0, 'revision', '', 0),
(1036, 1, '2026-08-11 09:58:27', '2026-08-11 09:58:27', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 09:58:27', '2026-08-11 09:58:27', '', 19, 'https://mrarif.me/drywallmanllc/?p=1036', 0, 'revision', '', 0),
(1037, 1, '2026-08-11 10:01:07', '2026-08-11 10:01:07', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 10:01:07', '2026-08-11 10:01:07', '', 19, 'https://mrarif.me/drywallmanllc/?p=1037', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1038, 1, '2026-08-11 10:01:07', '2026-08-11 10:01:07', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 10:01:07', '2026-08-11 10:01:07', '', 19, 'https://mrarif.me/drywallmanllc/?p=1038', 0, 'revision', '', 0),
(1039, 1, '2026-08-11 10:01:07', '2026-08-11 10:01:07', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 10:01:07', '2026-08-11 10:01:07', '', 19, 'https://mrarif.me/drywallmanllc/?p=1039', 0, 'revision', '', 0),
(1040, 1, '2026-08-11 10:01:14', '2026-08-11 10:01:14', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 10:01:14', '2026-08-11 10:01:14', '', 19, 'https://mrarif.me/drywallmanllc/?p=1040', 0, 'revision', '', 0),
(1041, 1, '2026-08-11 10:01:14', '2026-08-11 10:01:14', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 10:01:14', '2026-08-11 10:01:14', '', 19, 'https://mrarif.me/drywallmanllc/?p=1041', 0, 'revision', '', 0),
(1042, 1, '2026-08-11 10:01:15', '2026-08-11 10:01:15', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 10:01:15', '2026-08-11 10:01:15', '', 19, 'https://mrarif.me/drywallmanllc/?p=1042', 0, 'revision', '', 0),
(1043, 1, '2026-08-11 10:01:35', '2026-08-11 10:01:35', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 10:01:35', '2026-08-11 10:01:35', '', 19, 'https://mrarif.me/drywallmanllc/?p=1043', 0, 'revision', '', 0),
(1044, 1, '2026-08-11 10:01:35', '2026-08-11 10:01:35', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 10:01:35', '2026-08-11 10:01:35', '', 19, 'https://mrarif.me/drywallmanllc/?p=1044', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1045, 1, '2026-08-11 10:01:36', '2026-08-11 10:01:36', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 10:01:36', '2026-08-11 10:01:36', '', 19, 'https://mrarif.me/drywallmanllc/?p=1045', 0, 'revision', '', 0),
(1046, 1, '2026-08-11 10:01:52', '2026-08-11 10:01:52', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 10:01:52', '2026-08-11 10:01:52', '', 19, 'https://mrarif.me/drywallmanllc/?p=1046', 0, 'revision', '', 0),
(1047, 1, '2026-08-11 10:01:52', '2026-08-11 10:01:52', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 10:01:52', '2026-08-11 10:01:52', '', 19, 'https://mrarif.me/drywallmanllc/?p=1047', 0, 'revision', '', 0),
(1048, 1, '2026-08-11 10:01:53', '2026-08-11 10:01:53', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 10:01:53', '2026-08-11 10:01:53', '', 19, 'https://mrarif.me/drywallmanllc/?p=1048', 0, 'revision', '', 0),
(1049, 1, '2026-08-11 10:02:24', '2026-08-11 10:02:24', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 10:02:24', '2026-08-11 10:02:24', '', 19, 'https://mrarif.me/drywallmanllc/?p=1049', 0, 'revision', '', 0),
(1050, 1, '2026-08-11 10:02:24', '2026-08-11 10:02:24', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 10:02:24', '2026-08-11 10:02:24', '', 19, 'https://mrarif.me/drywallmanllc/?p=1050', 0, 'revision', '', 0),
(1051, 1, '2026-08-11 10:02:25', '2026-08-11 10:02:25', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 10:02:25', '2026-08-11 10:02:25', '', 19, 'https://mrarif.me/drywallmanllc/?p=1051', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1052, 1, '2026-08-11 10:03:08', '2026-08-11 10:03:08', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 10:03:08', '2026-08-11 10:03:08', '', 19, 'https://mrarif.me/drywallmanllc/?p=1052', 0, 'revision', '', 0),
(1053, 1, '2026-08-11 10:03:08', '2026-08-11 10:03:08', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 10:03:08', '2026-08-11 10:03:08', '', 19, 'https://mrarif.me/drywallmanllc/?p=1053', 0, 'revision', '', 0),
(1054, 1, '2026-08-11 10:03:09', '2026-08-11 10:03:09', 'Contact					<h1>Get a Free Estimate </h1>		Fill out the form below and we\'ll get back to you fast.			<h4>Contact  Info</h4>							\n				<a href=\"tel:5023021480\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Phone\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h6>\n						<a href=\"tel:5023021480\" target=\"_blank\" >\n							Phone						</a>\n					</h6>\n									<p>\n						(502) 302-1480					</p>\n				<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Email\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>				</a>\n									<h6>\n						<a href=\"mailto:thedrywallmanllc@gmail.com\" target=\"_blank\" >\n							Email						</a>\n					</h6>\n									<p>\n						thedrywallmanllc@gmail.com					</p>\n				<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>				</a>\n									<h6>\n						<a href=\"https://maps.google.com/maps?ll=38.224914,-85.732248&#038;z=11&#038;t=m&#038;hl=en-US&#038;gl=US&#038;mapclient=embed&#038;q=Louisville%20Kentucky%20USA\" target=\"_blank\" >\n							Address						</a>\n					</h6>\n									<p>\n						Louisville, KY — Serving all of Jefferson County					</p>\n							<h2>Frequently Asked Questions</h2>				\n							Do you offer free estimates?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes — always. No obligation, no pressure.</p>\n							Yes — always. No obligation, no pressure. How quickly can you start?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>We typically schedule within the same week for most jobs. Call for availability.</p>\n							We typically schedule within the same week for most jobs. Call for availability. Are you insured?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We carry full liability insurance on all jobs.</p>\n							Yes. We carry full liability insurance on all jobs. Do you work on commercial properties?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Yes. We work on both residential and commercial projects of all sizes.</p>\n							Do you clean up after the job?						\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n									<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>								\n					<p>Absolutely. We cover everything before we start and clean thoroughly before we leave</p>\n					<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Contact', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-08-11 10:03:09', '2026-08-11 10:03:09', '', 19, 'https://mrarif.me/drywallmanllc/?p=1054', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1058, 1, '2026-08-11 10:18:10', '2026-08-11 10:18:10', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:18:10', '2026-08-11 10:18:10', '', 13, 'https://mrarif.me/drywallmanllc/?p=1058', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1056, 1, '2026-08-11 10:18:09', '2026-08-11 10:18:09', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:18:09', '2026-08-11 10:18:09', '', 13, 'https://mrarif.me/drywallmanllc/?p=1056', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1057, 1, '2026-08-11 10:18:10', '2026-08-11 10:18:10', '<h1>Your Walls &amp;\nCeilings - Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:18:10', '2026-08-11 10:18:10', '', 13, 'https://mrarif.me/drywallmanllc/?p=1057', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1059, 1, '2026-08-11 10:18:53', '2026-08-11 10:18:53', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:18:53', '2026-08-11 10:18:53', '', 13, 'https://mrarif.me/drywallmanllc/?p=1059', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1060, 1, '2026-08-11 10:18:53', '2026-08-11 10:18:53', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes — for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:18:53', '2026-08-11 10:18:53', '', 13, 'https://mrarif.me/drywallmanllc/?p=1060', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1061, 1, '2026-08-11 10:18:54', '2026-08-11 10:18:54', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:18:54', '2026-08-11 10:18:54', '', 13, 'https://mrarif.me/drywallmanllc/?p=1061', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1062, 1, '2026-08-11 10:21:44', '2026-08-11 10:21:44', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:21:44', '2026-08-11 10:21:44', '', 13, 'https://mrarif.me/drywallmanllc/?p=1062', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1063, 1, '2026-08-11 10:21:45', '2026-08-11 10:21:45', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:21:45', '2026-08-11 10:21:45', '', 13, 'https://mrarif.me/drywallmanllc/?p=1063', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1064, 1, '2026-08-11 10:21:45', '2026-08-11 10:21:45', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n									<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:21:45', '2026-08-11 10:21:45', '', 13, 'https://mrarif.me/drywallmanllc/?p=1064', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1065, 1, '2026-08-11 10:22:06', '2026-08-11 10:22:06', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n									<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:22:06', '2026-08-11 10:22:06', '', 13, 'https://mrarif.me/drywallmanllc/?p=1065', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1066, 1, '2026-08-11 10:22:06', '2026-08-11 10:22:06', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n									<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"260px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:22:06', '2026-08-11 10:22:06', '', 13, 'https://mrarif.me/drywallmanllc/?p=1066', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1067, 1, '2026-08-11 10:22:06', '2026-08-11 10:22:06', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n									<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:22:06', '2026-08-11 10:22:06', '', 13, 'https://mrarif.me/drywallmanllc/?p=1067', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1068, 1, '2026-08-11 10:29:00', '2026-08-11 10:29:00', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n									<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:29:00', '2026-08-11 10:29:00', '', 13, 'https://mrarif.me/drywallmanllc/?p=1068', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1069, 1, '2026-08-11 10:29:00', '2026-08-11 10:29:00', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n				https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n									<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:29:00', '2026-08-11 10:29:00', '', 13, 'https://mrarif.me/drywallmanllc/?p=1069', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1070, 1, '2026-08-11 10:29:01', '2026-08-11 10:29:01', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"667\" height=\"1000\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project-1.jpg\" alt=\"\" />													https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n									<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:29:01', '2026-08-11 10:29:01', '', 13, 'https://mrarif.me/drywallmanllc/?p=1070', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1071, 1, '2026-08-11 10:29:15', '2026-08-11 10:29:15', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"667\" height=\"1000\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project-1.jpg\" alt=\"\" />													https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n									<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:29:15', '2026-08-11 10:29:15', '', 13, 'https://mrarif.me/drywallmanllc/?p=1071', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1072, 1, '2026-08-11 10:29:15', '2026-08-11 10:29:15', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"667\" height=\"1000\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project-1.jpg\" alt=\"\" />													https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n									<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:29:15', '2026-08-11 10:29:15', '', 13, 'https://mrarif.me/drywallmanllc/?p=1072', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1073, 1, '2026-08-11 10:29:16', '2026-08-11 10:29:16', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"667\" height=\"1000\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project-1.jpg\" alt=\"\" />													https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n									<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:29:16', '2026-08-11 10:29:16', '', 13, 'https://mrarif.me/drywallmanllc/?p=1073', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1074, 1, '2026-08-11 10:34:00', '2026-08-11 10:34:00', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"667\" height=\"1000\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project-1.jpg\" alt=\"\" />													https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n									<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:34:00', '2026-08-11 10:34:00', '', 13, 'https://mrarif.me/drywallmanllc/?p=1074', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1075, 1, '2026-08-11 10:34:01', '2026-08-11 10:34:01', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"667\" height=\"1000\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project-1.jpg\" alt=\"\" />													https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n									<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:34:01', '2026-08-11 10:34:01', '', 13, 'https://mrarif.me/drywallmanllc/?p=1075', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1076, 1, '2026-08-11 10:34:01', '2026-08-11 10:34:01', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"667\" height=\"1000\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project-1.jpg\" alt=\"\" />													https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n									<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:34:01', '2026-08-11 10:34:01', '', 13, 'https://mrarif.me/drywallmanllc/?p=1076', 0, 'revision', '', 0),
(1077, 1, '2026-08-11 10:38:40', '2026-08-11 10:38:40', '<a href=\"https://mrarif.me/drywallmanllc/\">\n							<img width=\"438\" height=\"435\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/07/logo-2-1.png\" alt=\"\" />								</a>\n													<p>Louisville\'s trusted drywall specialists.</p>					\n					<a href=\"https://www.facebook.com/p/The-drywall-man-LLC-100086389004661\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/thedrywallmanllc/\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n							<h5>Quick Links</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/drywallmanllc/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/drywallmanllc/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n											Projects\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/drywallmanllc/contact/\">\n											Contact Us\n											</a>\n									</li>\n						</ul>\n							<h5>Services</h5>							<ul>\n							<li>\n										Drywall Repair\n									</li>\n								<li>\n										Installation\n									</li>\n								<li>\n										Ceiling Repair\n									</li>\n								<li>\n										Water Damage\n									</li>\n								<li>\n										Texture Matching\n									</li>\n								<li>\n										Commercial\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Louisville, KY Business hours\n									</li>\n								<li>\n											<a href=\"mailto:thedrywallmanllc@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"></path></svg>						\n										thedrywallmanllc@gmail.com\n											</a>\n									</li>\n								<li>\n											<a href=\"http://tel;(502)3021480\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Phone:(502) 302-1480\n											</a>\n									</li>\n						</ul>\n				© 2026 The Drywall Man LLC | Website by Aldo / NUX Marketing', 'Footer', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2026-08-11 10:38:40', '2026-08-11 10:38:40', '', 31, 'https://mrarif.me/drywallmanllc/?p=1077', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1078, 1, '2026-08-11 10:45:04', '2026-08-11 10:45:04', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"667\" height=\"1000\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project-1.jpg\" alt=\"\" />													https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n									<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:45:04', '2026-08-11 10:45:04', '', 13, 'https://mrarif.me/drywallmanllc/?p=1078', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1079, 1, '2026-08-11 10:45:04', '2026-08-11 10:45:04', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"667\" height=\"1000\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project-1.jpg\" alt=\"\" />													https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n									<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:45:04', '2026-08-11 10:45:04', '', 13, 'https://mrarif.me/drywallmanllc/?p=1079', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1080, 1, '2026-08-11 10:45:05', '2026-08-11 10:45:05', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"667\" height=\"1000\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project-1.jpg\" alt=\"\" />													https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n						https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:45:05', '2026-08-11 10:45:05', '', 13, 'https://mrarif.me/drywallmanllc/?p=1080', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1081, 1, '2026-08-11 10:46:43', '2026-08-11 10:46:43', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"667\" height=\"1000\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project-1.jpg\" alt=\"\" />													https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n						https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:46:43', '2026-08-11 10:46:43', '', 13, 'https://mrarif.me/drywallmanllc/?p=1081', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1082, 1, '2026-08-11 10:46:43', '2026-08-11 10:46:43', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"667\" height=\"1000\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project-1.jpg\" alt=\"\" />													https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n						https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:46:43', '2026-08-11 10:46:43', '', 13, 'https://mrarif.me/drywallmanllc/?p=1082', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1083, 1, '2026-08-11 10:46:44', '2026-08-11 10:46:44', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"667\" height=\"1000\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project-1.jpg\" alt=\"\" />													https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n						https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 10:46:44', '2026-08-11 10:46:44', '', 13, 'https://mrarif.me/drywallmanllc/?p=1083', 0, 'revision', '', 0),
(1085, 1, '2026-08-11 21:40:13', '2026-08-11 21:40:13', '', 'Vertical picture for home page', '', 'inherit', 'closed', 'closed', '', 'vertical-picture-for-home-page', '', '', '2026-08-11 21:40:13', '2026-08-11 21:40:13', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Vertical-picture-for-home-page-.jpg', 0, 'attachment', 'image/jpeg', 0),
(1086, 1, '2026-08-11 21:41:22', '2026-08-11 21:41:22', '', 'Untitled-2222', '', 'inherit', 'closed', 'closed', '', 'untitled-2222', '', '', '2026-08-11 21:41:22', '2026-08-11 21:41:22', '', 13, 'https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Untitled-2222.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1087, 1, '2026-08-11 21:41:33', '2026-08-11 21:41:33', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"667\" height=\"1000\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project-1.jpg\" alt=\"\" />													https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n						https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 21:41:33', '2026-08-11 21:41:33', '', 13, 'https://mrarif.me/drywallmanllc/?p=1087', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1088, 1, '2026-08-11 21:41:33', '2026-08-11 21:41:33', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"667\" height=\"1000\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project-1.jpg\" alt=\"\" />													https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n						https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 21:41:33', '2026-08-11 21:41:33', '', 13, 'https://mrarif.me/drywallmanllc/?p=1088', 0, 'revision', '', 0);
INSERT INTO `wpdw_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1089, 1, '2026-08-11 21:41:34', '2026-08-11 21:41:34', '<h1>Your Walls &amp;\nCeilings Done Right.</h1>		<p>Louisville\'s trusted drywall specialists. Repairs, installations, and flawless finishes  for homes and businesses of any size.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get a Free Estimate\n					</a>\n														<a href=\"tel:5023021480\">\n				<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 32 32\" width=\"512\"><g id=\"Layer_3\" data-name=\"Layer 3\"><path d=\"m30.035 22.594c-.053-.044-6.042-4.33-7.667-4.049-.781.138-1.228.67-2.123 1.737-.144.172-.491.583-.759.876a12.458 12.458 0 0 1 -1.651-.672 13.7 13.7 0 0 1 -6.321-6.321 12.458 12.458 0 0 1 -.672-1.651c.294-.269.706-.616.882-.764 1.061-.89 1.593-1.337 1.731-2.119.283-1.619-4.005-7.613-4.049-7.667a2.289 2.289 0 0 0 -1.706-.964c-1.738 0-6.7 6.436-6.7 7.521 0 .063.091 6.467 7.988 14.5 8.024 7.888 14.428 7.979 14.491 7.979 1.085 0 7.521-4.962 7.521-6.7a2.287 2.287 0 0 0 -.965-1.706zm-6.666 6.4c-.874-.072-6.248-.781-12.967-7.382-6.635-6.755-7.326-12.144-7.395-12.979a27.054 27.054 0 0 1 4.706-5.561c.04.04.093.1.161.178a35.391 35.391 0 0 1 3.574 6.063 11.886 11.886 0 0 1 -1.016.911 10.033 10.033 0 0 0 -1.512 1.422l-.243.34.072.411a11.418 11.418 0 0 0 .965 2.641 15.71 15.71 0 0 0 7.248 7.247 11.389 11.389 0 0 0 2.641.966l.411.072.34-.243a10.117 10.117 0 0 0 1.428-1.518c.313-.374.732-.873.89-1.014a35.163 35.163 0 0 1 6.078 3.578c.083.07.141.124.18.159a27.031 27.031 0 0 1 -5.561 4.707z\"></path></g></svg>			\n									Call Us Now\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h5>\n							Fully Insured						\n					</h5>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Free Estimates						\n					</h6>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 100 100\"><path d=\"m15.4745646 43.5248222 17.501236 29.5936928c18.1378507-28.3204536 38.5030507-53.1419792 56.9600438-67.4601207 4.136528-3.8187222 10.5007401-1.5909028 6.0457306 2.5456491-20.6843338 21.3192978-36.5931892 45.5042038-52.8228455 83.370636-6.3642082 4.4548416-13.683176 6.6826859-17.1837521 2.5456543l-22.9116701-41.0495291c-3.1817722-5.0911331 7.9550929-16.8646126 12.4101048-9.5459747z\"></path></svg>				\n									<h6>\n							Louisville Owned &amp; Operated						\n					</h6>\n																	<img width=\"1632\" height=\"1088\" src=\"https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/Untitled-2222.jpg\" alt=\"\" />													https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<h6>Louisville, KY Drywall Specialists\n</h6>					<h2>Walls You\'ll Be Proud Of.\n</h2>		<p>Whether you\'ve got a small hole in the bedroom or need an entire room drywalled from scratch — we show up on time, do the job clean, and leave your space better than we found it. Jaime and his crew have been taking care of Louisville homeowners and businesses for years. No shortcuts. No mess left behind. Just quality you can see.</p>								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Request Your Free Estimate\n					</a>\n									<h2>What We Do</h2>		<p>From minor repairs to full installations — no project too small, no job too big.</p>		\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_5\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\"><path d=\"m58 21h-1v-20h-56v42h4v2 1 12c0 1.654 1.346 3 3 3s3-1.346 3-3v-2c0-.552.448-1 1-1s1 .448 1 1v4c0 1.654 1.346 3 3 3h26c1.654 0 3-1.346 3-3s-1.346-3-3-3h-4c-.552 0-1-.448-1-1v-3.478-.522-3.478-1.522-2h3c1.627 0 3.061-.793 3.974-2h13.026v-12h1c2.757 0 5-2.243 5-5s-2.243-5-5-5zm-7 0v-2h4v2zm-4 0v2h-3c-.342 0-.677.035-1 .101v-4.101h6v2zm-14 10.048v-4.048h6.101c-.066.323-.101.658-.101 1v11h-2v-3.522c0-2.306-1.758-4.188-4-4.43zm22-14.048h-6v-6h6zm-28 8v-6h6v6zm-2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm2 2v6h-6v-6zm2 0h6v6h-6zm14-2v-6h6v6zm8 0v-6h6v6zm2-8v-6h6v6zm-2 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-8 0h-6v-6h6zm-10 8h-4v-6h4zm2 2v6h-6v-6zm-2 8v6h-4v-6zm2 0h6v6h-6zm8 0h6v6h-6zm8.348 6h-.348v-6h6v4.261zm14.678-8h-5.026v-6h6v5.026c-.369.279-.695.605-.974.974zm14.974-16h-4v-6h4zm-46-6v6h-6v-6zm-6 32h15.848l-11.231 3.456c-1.234.38-2.14 1.35-2.472 2.544h-2.145zm29.522 20c-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632v-.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.916 0 1.767-.279 2.478-.753v.275c0 1.367-1.111 2.478-2.478 2.478zm5.478 4h4c.552 0 1 .448 1 1s-.448 1-1 1h-26c-.552 0-1-.448-1-1v-4c0-1.654-1.346-3-3-3s-3 1.346-3 3v2c0 .552-.448 1-1 1s-1-.448-1-1v-8.713c.196.101.4.19.617.257l23.59 7.259c.428.131.87.197 1.315.197.926 0 1.787-.282 2.501-.766.123 1.544 1.403 2.766 2.977 2.766zm-3-12v1.522c0 1.367-1.111 2.478-2.478 2.478-.247 0-.492-.037-.729-.109l-23.588-7.259c-.721-.222-1.205-.878-1.205-1.632s.484-1.41 1.205-1.632l23.588-7.259c.237-.072.482-.109.729-.109 1.367 0 2.478 1.111 2.478 2.478v3.522h-3c-.882 0-1.716.387-2.288 1.062-.571.673-.815 1.562-.67 2.44.234 1.424 1.555 2.498 3.071 2.498h2.887zm8-7c0 1.654-1.346 3-3 3h-7.887c-.54 0-1.022-.362-1.099-.824-.05-.302.029-.593.223-.821.192-.226.469-.355.763-.355h7c1.103 0 2-.897 2-2v-11c0-1.654 1.346-3 3-3h3v2h-2c-1.103 0-2 .897-2 2zm1.899 1c.066-.323.101-.658.101-1v-5h10v6zm10.101-8h-10v-4h2v2h8zm3-4h-9v-6h9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"></path></svg>							\n												<h5>\n													Drywall Repair												</h5>\n											<p>Holes, cracks, water damage — we match your existing texture perfectly.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 48 48\" width=\"512\" height=\"512\"><path d=\"M22.456,17.368H9.048A2.735,2.735,0,0,0,6.365,19.6h-.98a.5.5,0,0,0-.5.5V26.81a.5.5,0,0,0,.5.5h9.871v10.2a1.475,1.475,0,0,0-.978,1.387v5.5a1.479,1.479,0,0,0,2.957,0V38.9a1.474,1.474,0,0,0-.979-1.384V26.81a.5.5,0,0,0-.5-.5H5.885V20.6h.479a2.712,2.712,0,0,0,.754,1.438,2.745,2.745,0,0,0,1.93.8H22.456a2.707,2.707,0,0,0,1.733-.638V38.481a.5.5,0,0,0,.5.5H42.615a.5.5,0,0,0,.5-.5V2.63a.5.5,0,0,0-.5-.5H6.764a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.137.344l1.954,2.063a1.609,1.609,0,0,0,1.2.494,1.578,1.578,0,0,0,1.159-.556l.8-.94a.584.584,0,0,1,.928.048l.449.64a1.579,1.579,0,0,0,2.479.162l.907-1.007a.574.574,0,0,1,.433-.193h0a.574.574,0,0,1,.439.2L18.3,16.21a1.584,1.584,0,0,0,2.559-.228l.249-.412a.574.574,0,0,1,.5-.285.563.563,0,0,1,.425.188,1.585,1.585,0,0,0,2.161.134V18A2.723,2.723,0,0,0,22.456,17.368ZM16.235,44.392a.481.481,0,0,1-.487.478.475.475,0,0,1-.47-.478V38.9a.479.479,0,1,1,.957,0Zm6.221-22.557H9.048a1.75,1.75,0,0,1-1.227-.506,1.736,1.736,0,0,1,1.227-2.961H22.456a1.734,1.734,0,0,1,0,3.467ZM25.189,3.13H42.115V37.981H25.189Zm-1.533,11.6a.586.586,0,0,1-.9.062,1.631,1.631,0,0,0-2.514.275L20,15.469a.583.583,0,0,1-.945.087L17.9,14.231a1.585,1.585,0,0,0-1.185-.549H16.7a1.582,1.582,0,0,0-1.177.525l-.908,1.009a.581.581,0,0,1-.468.19.574.574,0,0,1-.443-.254l-.45-.642a1.584,1.584,0,0,0-2.513-.125l-.8.941a.566.566,0,0,1-.424.2.6.6,0,0,1-.441-.181L7.264,13.428V3.13H24.189V13.993Z\"></path></svg>							\n												<h5>\n													Drywall Installation												</h5>\n											<p>New construction or remodel — smooth, level walls ready to paint.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 53 53\"><g><g><g><g><g><g><g><g><path d=\"m51.0246658 48.5531387c0 1.0599976-.8599854 1.9199829-1.9200439 1.9199829h-3c1.0600586 0 1.9200439-.8599854 1.9200439-1.9099731 0-1.0700073-.8599854-1.9300537-1.9200439-1.9300537h-1.5899658v-24.3699932h.0699463c.8300781 0 1.630127-.4699707 2.0100098-1.2699585.5400391-1.1100464.0700684-2.4400024-1.0400391-2.9700317l-5.2999268-3.079957h.6300049v-8.75h.4399414c.5500488 0 .9899902-.4500122.9899902-1v-1.6700438c0-.5499878-.4399414-1-.9899902-1h3c.5500488 0 .9899902.4400024.9899902.9899902v1.6800539c0 .5499878-.4399414.9899902-.9899902.9899902h-.4399414v8.75h-.6400146l5.3099365 3.0899668c1.1101074.5300293 1.5800781 1.8599854 1.0400391 2.9700317-.3798828.7999878-1.1799316 1.2600098-2.0100098 1.2600098h-.0699463v24.3699932h1.5899658c1.0600586-.0000003 1.9200439.859985 1.9200439 1.9299923z\"></path><path d=\"m49.1049805 50.9731445h-3c-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5c.7832031 0 1.4199219-.6328125 1.4199219-1.4101563 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.5898438c-.2763672 0-.5-.2236328-.5-.5v-24.3701171c0-.2763672.2236328-.5.5-.5.7324219 0 1.34375-.3867188 1.6269531-.984375.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3349609-3.0986328c-.1953125-.1142578-.2910156-.3447266-.2314453-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1298828v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2705078 0 .4902344-.2246094.4902344-.5v-1.6699219c0-.2753906-.2197266-.5-.4902344-.5-.2763672 0-.5-.2236328-.5-.5s.2236328-.5.5-.5h3c.8212891 0 1.4902344.6689453 1.4902344 1.4902344v1.6796875c0 .8017578-.6367188 1.4580078-1.4306641 1.4892578v8.2509766c0 .0273438-.0019531.0546875-.0068359.0810547l4.4287109 2.5761719c.6230469.296875 1.1191406.8496094 1.3603516 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3818359.8056641-1.1513672 1.3671875-2.0283203 1.5078125v23.4042969h1.0898438c1.3339844 0 2.4199219 1.0898438 2.4199219 2.4296875-.0000001 1.3339842-1.0859376 2.4199217-2.4199219 2.4199217zm-1.0390625-1h1.0390625c.7832031 0 1.4199219-.6367188 1.4199219-1.4199219 0-.7880859-.6367188-1.4296875-1.4199219-1.4296875h-1.0517578c.296875.4033203.4716797.9013672.4716797 1.4394531-.0000001.5263673-.1699219 1.013672-.4589844 1.4101563zm-3.0507813-3.8398437h1.0898438c.3212891 0 .6289063.0634766.9101563.1787109v-24.0585937c0-.2763672.2236328-.5.5-.5.734375 0 1.3466797-.3828125 1.6269531-.9746094.2041016-.4189453.2314453-.8857422.0800781-1.3203125-.1523438-.4355469-.4658203-.7851563-.8837891-.984375l-5.3457031-3.1083984c-.1953125-.1142578-.2900391-.3447266-.2304688-.5625.0585938-.21875.2568359-.3701172.4824219-.3701172h.1396484v-8.25c0-.2763672.2236328-.5.5-.5h.4404297c.2744141 0 .4902344-.2158203.4902344-.4902344v-1.6796875c0-.2744141-.2158203-.4902344-.4902344-.4902344h-1.5947266c.0546875.15625.0849609.3251953.0849609.5v1.6699219c0 .8066406-.6367188 1.4667969-1.4306641 1.4990234v8.2509766c0 .0253906-.0019531.0507813-.0058594.0751953l4.4267578 2.5722656c.6240234.296875 1.1201172.8496094 1.3613281 1.5390625.2402344.6865234.1962891 1.4267578-.1230469 2.0820313-.3837891.8105469-1.1533203 1.3759766-2.0283203 1.5175781v23.4042969z\"></path></g></g><g><path d=\"m40.8842773 15.8129883c-.2763672 0-.5-.2236328-.5-.5v-9.1201172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v9.1201172c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m33.0541992 11.2631836c-.2763672 0-.5-.2236328-.5-.5v-4.5703125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v4.5703125c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m41.3217773 6.6899414h-8.7109375c-.8251953 0-1.4960938-.6708984-1.4960938-1.4960938v-1.6738281c0-.8242188.6708984-1.4951172 1.4960938-1.4951172h8.7109375c.8251953 0 1.4960938.6708984 1.4960938 1.4951172v1.6738281c0 .8251954-.6708984 1.4960938-1.4960938 1.4960938zm-8.7109375-3.6650391c-.2685547 0-.4960938.2265625-.4960938.4951172v1.6738281c0 .2734375.2226563.4960938.4960938.4960938h8.7109375c.2783203 0 .4960938-.2177734.4960938-.4960938v-1.6738281c0-.2773438-.2177734-.4951172-.4960938-.4951172z\"></path></g><g><path d=\"m44.5151367 47.1333008h-39.8007812c-.2763672 0-.5-.2236328-.5-.5v-24.3701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v23.8701172h38.8007813v-23.8701172c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v24.3701172c-.0000001.2763672-.2236329.5-.5000001.5z\"></path></g><g><g><path d=\"m46.1079102 50.9770508h-42.2148438c-1.3330078 0-2.4179688-1.0849609-2.4179688-2.4189453 0-1.3388672 1.0849609-2.4287109 2.4179688-2.4287109h42.2148438c1.3339844 0 2.4189453 1.0898438 2.4189453 2.4287109 0 1.3339843-1.084961 2.4189453-2.4189453 2.4189453zm-42.2148438-3.8476563c-.7822266 0-1.4179688.640625-1.4179688 1.4287109 0 .7822266.6357422 1.4189453 1.4179688 1.4189453h42.2148438c.7822266 0 1.4189453-.6367188 1.4189453-1.4189453 0-.7880859-.6367188-1.4287109-1.4189453-1.4287109z\"></path></g></g></g></g></g></g></g><g><path d=\"m24.6166992 19.1762695c-.2763672 0-.5-.2236328-.5-.5v-7.7880859c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v7.7880859c0 .2763672-.2236328.5-.5.5z\"></path></g><g><g><g><path d=\"m27.2045898 22.293457c-.2763672 0-.5-.2236328-.5-.5v-1.4101563c0-.6669922-.5429688-1.2099609-1.2099609-1.2099609h-1.7597656c-.6621094 0-1.2001953.5429688-1.2001953 1.2099609v1.4101563c0 .2763672-.2236328.5-.5.5s-.5-.2236328-.5-.5v-1.4101563c0-1.21875.9873047-2.2099609 2.2001953-2.2099609h1.7597656c1.21875 0 2.2099609.9912109 2.2099609 2.2099609v1.4101563c0 .2763672-.2236328.5-.5.5z\"></path></g><g><path d=\"m24.6147461 36.4331055c-3.0244141 0-5.6162109-1.7675781-6.3027344-4.2988281-.0722656-.2666016.0849609-.5410156.3515625-.6132813.2705078-.0712891.5410156.0859375.6132813.3515625.5595703 2.0634766 2.8046875 3.5605469 5.3378906 3.5605469 2.5390625 0 4.7880859-1.4970703 5.3476563-3.5605469.0722656-.265625.3466797-.4228516.6132813-.3515625.2666016.0722656.4238281.3466797.3515625.6132813-.6865235 2.5312499-3.2822267 4.2988281-6.3125001 4.2988281z\"></path></g><g><path d=\"m33.6206055 32.4995117h-18.0078125c-.7255859 0-1.3925781-.3300781-1.8310547-.90625-.4394531-.5761719-.5800781-1.3076172-.3876953-2.0058594 1.3701172-5.0595703 5.9882813-8.5947266 11.2304688-8.5947266 5.2333984 0 9.8447266 3.5351563 11.2148438 8.5966797.1923828.6962891.0517578 1.4277344-.3876953 2.0039063-.4384767.5761719-1.1054689.90625-1.8310548.90625zm-8.9960938-10.5068359c-4.7919922 0-9.0126953 3.2314453-10.265625 7.8583984-.109375.3974609-.0302734.8105469.2177734 1.1357422.2480469.3261719.6259766.5126953 1.0361328.5126953h18.0078125c.4101563 0 .7880859-.1865234 1.0361328-.5126953.2480469-.3251953.3271484-.7382813.2177734-1.1337891-1.2529296-4.6289062-5.4677733-7.8603515-10.2499999-7.8603515z\"></path></g></g></g><g><g><path d=\"m44.5883789 22.7602539c-.4101563 0-.8056641-.0898438-1.1757813-.2675781l-18.7958984-11.0244141-18.758789 11.0048828c-.6933594.3330078-1.4316406.3730469-2.1210938.1318359-.6875-.2421875-1.2392578-.7382813-1.5546875-1.3955078-.3144531-.6572266-.3544922-1.3984375-.1113281-2.0859375.2421875-.6865234.7373047-1.2382813 1.3945313-1.5517578l19.9384765-11.5957031c.7822266-.3769531 1.640625-.3789063 2.390625-.0175781l20.0078125 11.6318359c.6220703.2949219 1.1181641.8466797 1.3603516 1.5341797.2431641.6875.203125 1.4277344-.1123047 2.0849609-.4511719.9423829-1.4169922 1.5507813-2.4619141 1.5507813zm-19.9609375-16.0712891c-.2558594 0-.5175781.0556641-.7558594.1699219l-19.9394531 11.5966797c-.4511719.2167969-.765625.5664063-.9189453 1.0009766-.1533203.4355469-.1279297.9042969.0712891 1.3212891.1992188.4160156.5498047.7304688.9853516.8837891.4335938.1523438.9023438.1279297 1.3193359-.0712891l18.9746093-11.1337891c.15625-.0917969.3496094-.0917969.5058594 0l19.0117188 11.1533203c.1982422.09375.4482422.1503906.7070313.1503906.6621094 0 1.2744141-.3857422 1.5595703-.9824219.2001953-.4169922.2255859-.8857422.0722656-1.3203125-.1542969-.4355469-.4677734-.7841797-.8837891-.9833984l-20.0097656-11.6328125c-.2119141-.1015625-.453125-.1523438-.6992188-.1523438z\"></path></g></g><g><g><path d=\"m24.6166992 41.9907227c-.2763672 0-.5-.2236328-.5-.5v-3.3125c0-.2763672.2236328-.5.5-.5s.5.2236328.5.5v3.3125c0 .2763671-.2236328.5-.5.5z\"></path></g><g><g><path d=\"m19.1098633 41.7983398c-.0791016 0-.1591797-.0185547-.234375-.0585938-.2441406-.1289063-.3369141-.4316406-.2070313-.6757813l1.5507813-2.9277344c.1279297-.2431641.4316406-.3378906.6757813-.2070313.2441406.1289063.3369141.4316406.2070313.6757813l-1.5507813 2.9277344c-.0888673.1689455-.2626954.2656251-.4414063.2656251z\"></path></g><g><path d=\"m30.1235352 41.7983398c-.1787109 0-.3525391-.0966797-.4414063-.265625l-1.5507813-2.9277344c-.1298828-.2441406-.0371094-.546875.2070313-.6757813.2460938-.1308594.5478516-.0361328.6757813.2070313l1.5507813 2.9277344c.1298828.2441406.0371094.546875-.2070313.6757813-.0751954.0400391-.1552735.0585937-.234375.0585937z\"></path></g></g></g></g></svg>							\n												<h5>\n													Ceiling Repair												</h5>\n											<p>Sagging, cracked, or damaged ceilings restored to like-new condition.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" id=\"Layer_1\" viewBox=\"0 0 64 64\"><title></title><path d=\"M2,40h8.08a6,6,0,0,0,11.84,0H30a1,1,0,0,0,1-1V28a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H21.92A6,6,0,0,0,10.08,6H2A1,1,0,0,0,1,7V39A1,1,0,0,0,2,40ZM3,8h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h8v9.08a6,6,0,0,0,0,11.84V38H21a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H3Z\"></path><path d=\"M62,29H53a1,1,0,0,0-1,1,4,4,0,0,1-8,0,1,1,0,0,0-1-1H35a1,1,0,0,0-1,1V40.08a6,6,0,0,0,0,11.84V62a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1,4,4,0,0,1,8,0,1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V30A1,1,0,0,0,62,29ZM61,61H53.92a6,6,0,0,0-11.84,0H36V51a1,1,0,0,0-1-1,4,4,0,0,1,0-8,1,1,0,0,0,1-1V31h6.08a6,6,0,0,0,11.84,0H61Z\"></path></svg>							\n												<h5>\n													Texture Matching												</h5>\n											<p>We blend seamlessly with your existing wall texture. No visible patches.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"XMLID_1_\"><path id=\"XMLID_20_\" d=\"m33.511 39.313 1.021-.401 11.87-11.022 11.869 11.022 1.021.401h16.195v7.959h3v-7.959h3.124l1.354-2.146-9.955-20.845-1.354-.854h-32.531v-5.689l-1.5-1.5h-8.739l-1.5 1.5v5.689h-6.239l-1.354.854-9.954 20.845 1.354 2.146zm-3.126-28.034h5.739v4.189h-5.739zm-8.293 7.19h48.618l8.521 17.845h-19.351l-12.458-11.569h-2.041l-12.459 11.568h-19.351z\"></path><path id=\"XMLID_24_\" d=\"m81.768 58.621c-3.965-4.21-7.709-8.187-7.709-14.623h-3c0 6.437-3.744 10.413-7.709 14.623-3.72 3.951-7.543 8.029-8.279 14.218-21.866 0 .331 0-14.515 0v-17.67c0-3.224 2.623-5.847 5.846-5.847s5.846 2.623 5.846 5.847v12.645h3v-12.645c0-4.878-3.968-8.847-8.846-8.847s-8.846 3.969-8.846 8.847v17.67h-20.24v-31.025h-3v32.525l1.5 1.5h39.159c.055 1.007.206 2.01.452 3-9.464 0-34.43 0-45.611 0v3h46.67c2.552 5.504 8.162 9.882 16.072 9.882 11.032 0 17.625-8.503 17.625-16.723.001-7.439-4.278-11.982-8.415-16.377zm-9.209 30.1c-9.154 0-14.625-6.978-14.625-13.723 0-6.249 3.691-10.169 7.6-14.32 2.67-2.835 5.396-5.73 7.025-9.431 1.629 3.7 4.355 6.596 7.025 9.431 3.908 4.151 7.6 8.071 7.6 14.32 0 6.745-5.471 13.723-14.625 13.723z\"></path><path id=\"XMLID_25_\" d=\"m60.934 74.998h3c0-3.043 1.343-5.103 3.986-8.062l-2.236-1.998c-3.009 3.367-4.75 6.092-4.75 10.06z\"></path><path id=\"XMLID_26_\" d=\"m67.868 62.575 2.186 2.055c.733-.779 1.494-1.591 2.253-2.445l-2.244-1.992c-.74.832-1.481 1.622-2.195 2.382z\"></path></g></svg>							\n												<h5>\n													Water Damage Restoration 												</h5>\n											<p>Remove damaged drywall and restore walls affected by leaks or flooding.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\" data-name=\"Layer 1\"><g id=\"Layer_1-2\" data-name=\"Layer_1\"><g id=\"_274741696\" data-name=\" 274741696\"><g id=\"_274742824\" data-name=\" 274742824\"><path d=\"m470.74 492h-447a8 8 0 0 1 -8-8v-238.07a8 8 0 0 1 8-8h447a8 8 0 0 1 8 8v238.07a8 8 0 0 1 -8 8zm-439-16h431v-222.07h-431z\"></path></g><g id=\"_274742488\" data-name=\" 274742488\"><path d=\"m470.74 253.93h-226.45a8 8 0 0 1 -8-8v-129.53a8 8 0 0 1 8-8h226.45a8 8 0 0 1 8 8v129.53a8 8 0 0 1 -8 8zm-218.45-16h210.45v-113.53h-210.45z\"></path></g><g id=\"_274742704\" data-name=\" 274742704\"><path d=\"m244.29 193.42h-204.06a8 8 0 0 1 -6.72-12.33l26.4-41a8 8 0 0 1 6.73-3.67h177.65a8 8 0 0 1 0 16h-173.29l-16.1 25h189.39a8 8 0 0 1 0 16z\"></path></g><g id=\"_274742392\" data-name=\" 274742392\"><path d=\"m488.31 124.4h-17.57a8 8 0 0 1 -5.42-13.88l-107.81-72.86-107.8 72.86a8 8 0 0 1 -5.42 13.88h-17.57a8 8 0 0 1 -4.48-14.63l130.76-88.4a8 8 0 0 1 9 0l130.8 88.4a8 8 0 0 1 -4.48 14.63z\"></path></g><g id=\"_274742248\" data-name=\" 274742248\"><path d=\"m60.78 253.93a8 8 0 0 1 -8-8v-60.51a8 8 0 0 1 16 0v60.51a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742800\" data-name=\" 274742800\"><path d=\"m400.46 213.67h-85.9a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.9a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.9-16h69.9v-33h-69.9z\"></path></g><g id=\"_274742344\" data-name=\" 274742344\"><path d=\"m357.51 213.67a8 8 0 0 1 -8-8v-49a8 8 0 1 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741888\" data-name=\" 274741888\"><path d=\"m290.63 415.86h-85.89a8 8 0 0 1 -8-8v-49a8 8 0 0 1 8-8h85.89a8 8 0 0 1 8 8v49a8 8 0 0 1 -8 8zm-77.89-16h69.89v-33h-69.89z\"></path></g><g id=\"_274741936\" data-name=\" 274741936\"><path d=\"m247.68 415.86a8 8 0 0 1 -8-8v-49a8 8 0 0 1 16 0v49a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741984\" data-name=\" 274741984\"><path d=\"m174 492a8 8 0 0 1 -8-8v-131.16h-93.35v131.16a8 8 0 1 1 -16 0v-139.16a8 8 0 0 1 8-8h109.35a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274741480\" data-name=\" 274741480\"><path d=\"m430.72 492a8 8 0 0 1 -8-8v-131.16h-93.32v131.16a8 8 0 0 1 -16 0v-139.16a8 8 0 0 1 8-8h109.32a8 8 0 0 1 8 8v139.16a8 8 0 0 1 -8 8z\"></path></g><g id=\"_274742056\" data-name=\" 274742056\"><path d=\"m119.31 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.29-7.76-9.57-7.76z\"></path></g><g id=\"_274742224\" data-name=\" 274742224\"><path d=\"m376.06 319.14c-14.1 0-25.57-10.66-25.57-23.75s11.47-23.76 25.57-23.76 25.57 10.66 25.57 23.76-11.47 23.75-25.57 23.75zm0-31.51c-5.28 0-9.57 3.48-9.57 7.76s4.29 7.75 9.57 7.75 9.57-3.48 9.57-7.75-4.3-7.76-9.57-7.76z\"></path></g></g></g></svg>							\n												<h5>\n													Commercial &amp; Residential												</h5>\n											<p>We work on homes, rental properties, offices, and commercial spaces.</p>										\n										<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									See All Our Work\n					</a>\n									<h6>How It Works</h6>					<h2>Getting Started Is Simple</h2>		<p>From your first call to a finished wall — here\'s what to expect.</p>		\n												<h4>\n													01												</h4>\n																						<h6>\n												 Request Your Estimate											</h6>\n											<p>Call, text, or fill out the form online. Jaime will get back to you fast — usually same day.</p>										\n												<h4>\n													02												</h4>\n																						<h6>\n												We Come To You											</h6>\n											<p>Jaime visits your home or property, assesses the work, and gives you a clear, honest quote — no surprises.</p>										\n												<h4>\n													03												</h4>\n																						<h6>\n												Clean Work, Done Right											</h6>\n											<p>We complete the job on schedule, clean up completely, and leave your walls smooth and ready to paint.</p>										\n					<h6>Why Choose Us — Trust Pillars</h6>					<h2>Why Louisville Trusts The Drywall Man</h2>				\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"6.72in\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.72 6.72\" width=\"6.72in\"><g id=\"Layer_x0020_1\"><g id=\"_197020080\" fill-rule=\"nonzero\"><path id=\"_197019720\" d=\"m1.34262 1.74187c-.0408386.429343-.154728 2.76075 2.01738 4.00583 2.17211-1.24507 2.05822-3.5765 2.01738-4.00583-1.14996-.0218189-1.82326-.56626-2.01738-.748917-.194122.182657-.867425.727098-2.01738.748917zm2.01738 4.09813-.039063.069689c-2.47105-1.38378-2.14819-4.10862-2.12955-4.25114.00209843-.042311.0370709-.0759685.0799016-.0759685 1.30581 0 1.9761-.698343 2.02646-.75285.00254331-.00314567.00535827-.00612992.00844488-.00893307.0326969-.0297126.0832953-.0272953.113008.00540157l-.00010236.00009449c.00334646.0037126.673961.756087 2.02909.756283.0397598-.00030315.0744567.0290354.0798268.0694685l-.0793031.0105354.079063-.010311c.00108661.00817717.404858 2.83456-2.12384 4.2546-.0241535.0158386-.0560787.0180157-.0830197.00292913l.0390866-.0697992z\"></path><path id=\"_197019744\" d=\"m4.56148 2.21361.272236.272236.00000394-.00000394c.0312402.0312402.0312402.0818937 0 .113134l-.00029528.0002874-1.90741 1.90741.00000394.00000394c-.0312402.0312402-.0818937.0312402-.113134 0l-.0002874-.00029528-.871799-.871799-.00000394.00000394c-.0312402-.0312402-.0312402-.0818937 0-.113134.00138583-.00138583.00281102-.00270866.00426772-.00397244l.266311-.267638.056563.056252-.0567087-.0564291c.0311614-.0313189.0818189-.0314409.113138-.00027953l.00054331.00055512.543268.543264 1.57989-1.57988-.00000394-.00000394c.0312402-.0312402.0818937-.0312402.113134 0l.0002874.00029528zm.102547.328799-.159402-.159402-1.57959 1.57959-.0002874.00029528c-.0312402.0312402-.0818937.0312402-.113134 0l.00000394-.00000394-.543693-.543689-.157728.15852.75926.75926 1.79457-1.79457z\"></path></g></g><path d=\"m0 0h6.72v6.72h-6.72z\" fill=\"none\"></path></svg>							\n												<h6>\n													Fully Insured												</h6>\n											<p>We carry full liability insurance on every job. You&#8217;re completely protected.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Icons\" height=\"512\" viewBox=\"0 0 74 74\" width=\"512\"><path d=\"m54.959 40.27a1 1 0 0 1 -.884-1.466c.5-.955.949-1.886 1.325-2.766a1 1 0 1 1 1.84.785c-.4.93-.867 1.91-1.4 2.913a1 1 0 0 1 -.881.534z\"></path><path d=\"m37.01 72a1 1 0 0 1 -.934-.643c-4.2-11-12-22.623-15.164-27.111a39.523 39.523 0 0 1 -5.812-12.168c-.07-.255-.132-.5-.193-.736l-.062-.242a23.679 23.679 0 0 1 1.379-16.046 22.985 22.985 0 0 1 43.252 14.637 1 1 0 0 1 -1.986-.161v-.01a1 1 0 0 1 .019-.19 21.219 21.219 0 0 0 -1.529-13.4 21.065 21.065 0 0 0 -37.96 0 21.672 21.672 0 0 0 -1.24 14.68l.061.237c.059.229.119.463.184.7a37.492 37.492 0 0 0 5.523 11.547c2.982 4.236 10.045 14.748 14.46 25.221a118.112 118.112 0 0 1 7.765-14.981 1 1 0 0 1 1.713 1.032 108.886 108.886 0 0 0 -8.542 16.989 1 1 0 0 1 -.934.645z\"></path><path d=\"m49.459 48.78a1 1 0 0 1 -.833-1.553c.339-.511.668-1 .982-1.464l.67-1a1 1 0 1 1 1.664 1.11l-.675 1.005c-.311.462-.638.946-.974 1.453a1 1 0 0 1 -.834.449z\"></path><path d=\"m37 41.423a16 16 0 1 1 16-16 16.018 16.018 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14.016 14.016 0 0 0 -14-14z\"></path><path d=\"m34.261 31.293a1 1 0 0 1 -.707-.293l-4.261-4.261a1 1 0 0 1 1.414-1.414l3.554 3.554 9.032-9.032a1 1 0 0 1 1.414 1.414l-9.739 9.739a1 1 0 0 1 -.707.293z\"></path></svg>							\n												<h6>\n													Local &amp; Reliable 												</h6>\n											<p>Based in Louisville. We know the area and show up when we say we will</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><g id=\"Layer_2\" display=\"none\"><path d=\"m-15.5-90.005h415.5v206h-415.5z\" display=\"inline\" fill=\"rgb(0,0,0)\"></path></g><g id=\"Outline_1_\" display=\"none\"><path d=\"m16 12.328 1.418 4.537h4.588l-3.712 2.804 1.418 4.538-3.712-2.805-3.712 2.805 1.418-4.538-3.712-2.804h4.588z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path><g display=\"inline\"><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g></g><g id=\"Outline_Light\" display=\"none\"><g display=\"inline\"><g><path d=\"m16 12.644 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212-3.372-2.547h4.147.368l.11-.351zm0-1.676-1.743 5.576h-5.638l4.562 3.446-1.743 5.577 4.562-3.448 4.562 3.447-1.743-5.577 4.562-3.446h-5.638z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.434 3.789 7.935.017 1.458 1.443.146.145h.206 19.321v22.817h-31v-22.497zm-.206-.5-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m0 7.927h32\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\".5\"></path></g></g><g id=\"Outline_Light_2\"><path d=\"m11.438 25.566 4.562-3.447 4.562 3.447-1.743-5.577 4.562-3.446h-5.638l-1.743-5.575-1.743 5.576h-5.638l4.562 3.446zm-1.327-8.522h4.147.368l.11-.351 1.264-4.049 1.265 4.049.11.351h.368 4.147l-3.372 2.547-.281.212.105.336 1.278 4.089-3.318-2.507-.302-.228-.301.228-3.318 2.507 1.278-4.089.105-.336-.281-.212z\"></path><path d=\"m32 6.406h-18.629l-1.946-2.885h-11.425v2.885.329 21.744h32zm-31.5-2.385h10.659l1.609 2.385h-12.268zm31 23.958h-31v-21.073h31z\"></path></g><g id=\"Outline_Color\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\"></path></g><g><path d=\"m0 7.427h32v1h-32z\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"s2\" display=\"none\"><g display=\"inline\"><g><g><path d=\"m2.455 3.498-2.191 2.181v22.823h31.473v-23.425h-19.496l-1.578-1.561z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.008 9.436h27.992v17.274h-27.992z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m2.64 4.29 7.523.016 1.313 1.299.292.289h.411 18.821v21.817h-30v-21.789zm-.412-1.001-2.228 2.217v23.205h32v-23.817h-19.822l-1.604-1.587z\" fill=\"rgb(0,0,0)\"></path></g><g><path d=\"m0 7.427h32v1h-32z\" fill=\"rgb(0,0,0)\"></path></g></g><g><path d=\"m2.008 6.419v-.077l1.06-1.047h6.709l1.094 1.129z\" fill=\"rgb(0,0,0)\"></path></g></g><g display=\"inline\"><path d=\"m20.654 25.546-4.654-3.517-4.654 3.517 1.778-5.69-4.622-3.49h5.712l1.786-5.714 1.785 5.713h5.712l-4.621 3.49zm-4.654-4.771 2.77 2.093-1.058-3.386 2.803-2.117h-3.464l-1.051-3.361-1.05 3.361h-3.464l2.802 2.117-1.058 3.386z\" fill=\"rgb(0,0,0)\"></path></g></g><g id=\"Outline\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.825h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 5.332h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 6.681h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 27.319h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path><g fill=\"rgb(0,0,0)\"><path d=\"m0 6.243h32v.438h-32z\" opacity=\".23\"></path><path d=\"m30.706 6.243h1.294v.438h-1.294z\" opacity=\".5\"></path></g></g><path d=\"m16 11.408 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.928-3.876 2.928 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Outline_copy\" display=\"none\"><g display=\"inline\"><path d=\"m0 6.994h32v.438h-32z\" fill=\"rgb(0,0,0)\" opacity=\".23\"></path><path d=\"m0 7.576h32v-2.844h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" fill=\"rgb(0,0,0)\"></path><path d=\"m1.294 6.083h29.412v2.986h-29.412z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 7.432h32v21.423h-32z\" fill=\"rgb(0,0,0)\"></path><path d=\"m0 28.07h32v.786h-32z\" fill=\"rgb(0,0,0)\" opacity=\".5\"></path></g><g display=\"inline\" opacity=\".3\"><path d=\"m18.354 16.459-1.848-5.913-1.848 5.913h-5.915l4.786 3.614-1.84 5.892 4.818-3.642 4.818 3.642-1.841-5.892 4.785-3.614zm1.086 6.828-2.934-2.218-2.934 2.218 1.121-3.587-2.966-2.241h3.667l1.113-3.562 1.113 3.562h3.667l-2.967 2.241z\" fill=\"rgb(0,0,0)\"></path></g><path d=\"m16 11.715 1.481 4.738h4.791l-3.877 2.928 1.481 4.738-3.876-2.929-3.876 2.929 1.481-4.738-3.877-2.928h4.791z\" display=\"inline\" fill=\"none\" stroke=\"rgb(0,0,0)\" stroke-miterlimit=\"10\"></path></g><g id=\"Glyph\" display=\"none\"><path d=\"m0 6.779h32v-1.394h-19.822l-1.604-1.587h-8.654l-1.92 1.92z\" display=\"inline\"></path><g display=\"inline\"><path d=\"m17.113 17.156-1.113-3.562-1.113 3.562h-3.667l2.967 2.241-1.121 3.587 2.934-2.217 2.934 2.217-1.121-3.587 2.967-2.241z\"></path><path d=\"m0 7.772v20.43h32v-20.43zm20.818 17.89-4.818-3.641-4.818 3.641 1.84-5.892-4.786-3.614h5.915l1.849-5.913 1.848 5.913h5.915l-4.785 3.614z\"></path></g></g></svg>							\n												<h6>\n													Clean Job Sites												</h6>\n											<p>We cover everything, minimize dust, and leave your home cleaner than we found it.</p>										\n									<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 6.82666 6.82666\" width=\"512\"><g id=\"Layer_x0020_1\"><g id=\"_450811264\"><path id=\"_450812464\" d=\"m5.57952 6.43505h-4.33236c-.0382165 0-.0691969-.0309961-.0691969-.0691969v-4.86019c0-.0382008.0309803-.0691929.0691969-.0691929.0382165-.00000394.0691929.0309961.0691929.0691969v4.79099h4.19397v-5.76658h-3.35029c-.0382126 0-.0691929-.0309921-.0691929-.0691969 0-.0383228.0309803-.0691969.0691929-.0691969h3.41948c.0382165 0 .069185.030878.069185.0691969v5.90498c0 .0382008-.0309724.0691969-.069185.0691969z\"></path><path id=\"_450812584\" d=\"m1.3995 1.43646h.691343v-.791307zm.760535.138394h-.912878c-.0271417 0-.0517756-.0158504-.063-.0406024-.0112283-.024626-.0069685-.0536969.0108937-.0741181l.912886-1.0448c.0189567-.0217441.0493976-.0294291.0764134-.0193346.0270079.0102047.0448819.0360394.0448819.0648661v1.04479c0 .0382087-.0309803.0692008-.0691969.0691969z\"></path><path id=\"_450811624\" d=\"m5.0363 2.13263h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969l3.03805-.00000394c.0382165 0 .0691929.0309961.0691929.0692008 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811480\" d=\"m5.0363 2.88154h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.0691929 0-.0382008.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309961.0691929.0691969 0 .0382047-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811240\" d=\"m5.0363 3.63044h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691969 0-.0382008.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929 0 .0382047-.0309803.0691969-.0691929.0691969z\"></path><path id=\"_450811768\" d=\"m5.0363 4.37946h-3.03805c-.0382126 0-.0691969-.0309882-.0691969-.069189 0-.0382087.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.069189-.0691929.069189z\"></path><path id=\"_450811216\" d=\"m5.0363 5.12837h-3.03805c-.0382126 0-.0691969-.0309921-.0691969-.0691929 0-.0382047.0309843-.0691969.0691929-.0691969h3.03805c.0382165 0 .0691929.0309921.0691929.0691969 0 .0382008-.0309803.0691929-.0691929.0691929z\"></path><path id=\"_450811120\" d=\"m5.0363 5.87728h-3.03805c-.0382126 0-.0691969-.0309961-.0691969-.0691969s.0309843-.0691929.0691929-.0691929h3.03805c.0382165 0 .0691929.0309921.0691929.0691929s-.0309803.0691969-.0691929.0691969z\"></path></g></g></svg>							\n												<h6>\n													Free Estimates												</h6>\n											<p>No pressure. Get a clear, honest quote before any work begins.</p>										\n					<h2>Our Work Speaks for Itself</h2>		<p>Before and after — real jobs, real results, right here in Louisville.</p>					\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n									<h5>\n							Drywall Repair — Louisville, KY						\n					</h5>\n												<a href=\"https://mrarif.me/drywallmanllc/projects/\">\n									View All Projects\n					</a>\n									<h2>Got a Hole in Your Wall?</h2>		Don\'t wait. We offer same-week scheduling and free estimates across Louisville								<a href=\"https://mrarif.me/drywallmanllc/free-estimate/\">\n									Get Your Free Estimate Today\n					</a>\n						https://mrarif.me/drywallmanllc/wp-content/uploads/2026/08/project.mp4			<iframe src=\"https://maps.google.com/maps?q=Louisville,+KY\n&t=m&z=11&output=embed&iwloc=near\" width=\"100%\" height=\"300px;\n0\" frameborder=\"0\" style=\"border:0;\" allowfullscreen></iframe>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-08-11 21:41:34', '2026-08-11 21:41:34', '', 13, 'https://mrarif.me/drywallmanllc/?p=1089', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_termmeta`
--

CREATE TABLE `wpdw_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_terms`
--

CREATE TABLE `wpdw_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpdw_terms`
--

INSERT INTO `wpdw_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Main Menu', 'main-menu', 0),
(3, 'header', 'header', 0),
(4, 'section', 'section', 0),
(5, 'footer', 'footer', 0),
(6, 'container', 'container', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_term_relationships`
--

CREATE TABLE `wpdw_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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpdw_term_relationships`
--

INSERT INTO `wpdw_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(21, 2, 0),
(22, 2, 0),
(24, 2, 0),
(23, 2, 0),
(435, 6, 0),
(28, 3, 0),
(55, 3, 0),
(31, 5, 0),
(51, 3, 0),
(582, 6, 0),
(599, 6, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_term_taxonomy`
--

CREATE TABLE `wpdw_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpdw_term_taxonomy`
--

INSERT INTO `wpdw_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'nav_menu', '', 0, 4),
(3, 3, 'elementor_library_type', '', 0, 1),
(4, 4, 'elementor_library_type', '', 0, 0),
(5, 5, 'elementor_library_type', '', 0, 1),
(6, 6, 'elementor_library_type', '', 0, 3);

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_usermeta`
--

CREATE TABLE `wpdw_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpdw_usermeta`
--

INSERT INTO `wpdw_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'web-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', 'modern'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wpdw_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpdw_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'theme_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"b505c12f303b6142def5e6c4d7327825e98674980b2a4efe27a1bfa342fe3d48\";a:4:{s:10:\"expiration\";i:1787164291;s:2:\"ip\";s:13:\"45.120.99.249\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36\";s:5:\"login\";i:1786991491;}}'),
(17, 1, 'wpdw_dashboard_quick_press_last_post_id', '1084'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"45.120.99.0\";}'),
(19, 1, 'wpdw_elementor_connect_common_data', 'a:7:{s:9:\"client_id\";s:32:\"d9u5bGFO46wWClAdgAogzyj6Nlkg2jEg\";s:11:\"auth_secret\";s:32:\"syoi8cqsO2UHB4xry3jP1RUcWadK4Rh8\";s:12:\"access_token\";s:303:\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI2MTQ4NjIiLCJhdWQiOiJodHRwczovL21yYXJpZi5tZS9kcnl3YWxsbWFubGxjLyIsImNsaWVudF9pZCI6ImQ5dTViR0ZPNDZ3V0NsQWRnQW9nenlqNk5sa2cyakVnIiwiY29ubmVjdF90eXBlIjoiYWN0aXZhdGUiLCJpYXQiOjE3ODUzOTM0NTAsImV4cCI6MzE3MzI5ODM1ODUwfQ.UK26tAq9J6Fs2azsxv8eVenbuVpjN3Ltj09yg4KkgrU\";s:19:\"access_token_secret\";s:32:\"6LztO8NZlgv31dEu10f0M7SNzt7eKzNg\";s:10:\"token_type\";s:6:\"bearer\";s:4:\"user\";O:8:\"stdClass\":2:{s:5:\"email\";s:21:\"arifbabu587@gmail.com\";s:10:\"first_name\";s:4:\"Arif\";}s:19:\"data_share_opted_in\";b:1;}'),
(20, 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\";}'),
(21, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),
(22, 1, 'nav_menu_recently_edited', '2'),
(23, 1, 'wpdw_user-settings', 'editor=tinymce&libraryContent=browse'),
(24, 1, 'wpdw_user-settings-time', '1785653609'),
(25, 1, 'elementor_introduction', 'a:1:{s:20:\"globals_introduction\";b:1;}'),
(26, 1, '_e_welcome_popover_displayed', '1');

-- --------------------------------------------------------

--
-- Table structure for table `wpdw_users`
--

CREATE TABLE `wpdw_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpdw_users`
--

INSERT INTO `wpdw_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'web-admin', '$wp$2y$10$VYgwOUExj9pDtYFSYZtjf.2aHe7kFjNvreqjZVWgmBfV44fPUCaZ2', 'web-admin', 'arifwebsols@gmail.com', 'https://mrarif.me/drywallmanllc', '2026-07-30 06:28:09', '', 0, 'web-admin');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wpdw_commentmeta`
--
ALTER TABLE `wpdw_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpdw_comments`
--
ALTER TABLE `wpdw_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wpdw_e_events`
--
ALTER TABLE `wpdw_e_events`
  ADD PRIMARY KEY (`id`),
  ADD KEY `created_at_index` (`created_at`);

--
-- Indexes for table `wpdw_e_notes`
--
ALTER TABLE `wpdw_e_notes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `route_url_index` (`route_url`(191)),
  ADD KEY `post_id_index` (`post_id`),
  ADD KEY `element_id_index` (`element_id`),
  ADD KEY `parent_id_index` (`parent_id`),
  ADD KEY `author_id_index` (`author_id`),
  ADD KEY `status_index` (`status`),
  ADD KEY `is_resolved_index` (`is_resolved`),
  ADD KEY `is_public_index` (`is_public`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`),
  ADD KEY `last_activity_at_index` (`last_activity_at`);

--
-- Indexes for table `wpdw_e_notes_users_relations`
--
ALTER TABLE `wpdw_e_notes_users_relations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type_index` (`type`),
  ADD KEY `note_id_index` (`note_id`),
  ADD KEY `user_id_index` (`user_id`);

--
-- Indexes for table `wpdw_e_submissions`
--
ALTER TABLE `wpdw_e_submissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `hash_id_unique_index` (`hash_id`),
  ADD KEY `main_meta_id_index` (`main_meta_id`),
  ADD KEY `hash_id_index` (`hash_id`),
  ADD KEY `type_index` (`type`),
  ADD KEY `post_id_index` (`post_id`),
  ADD KEY `element_id_index` (`element_id`),
  ADD KEY `campaign_id_index` (`campaign_id`),
  ADD KEY `user_id_index` (`user_id`),
  ADD KEY `user_ip_index` (`user_ip`),
  ADD KEY `status_index` (`status`),
  ADD KEY `is_read_index` (`is_read`),
  ADD KEY `created_at_gmt_index` (`created_at_gmt`),
  ADD KEY `updated_at_gmt_index` (`updated_at_gmt`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`),
  ADD KEY `referer_index` (`referer`(191)),
  ADD KEY `referer_title_index` (`referer_title`(191));

--
-- Indexes for table `wpdw_e_submissions_actions_log`
--
ALTER TABLE `wpdw_e_submissions_actions_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `action_name_index` (`action_name`),
  ADD KEY `status_index` (`status`),
  ADD KEY `created_at_gmt_index` (`created_at_gmt`),
  ADD KEY `updated_at_gmt_index` (`updated_at_gmt`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`);

--
-- Indexes for table `wpdw_e_submissions_values`
--
ALTER TABLE `wpdw_e_submissions_values`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `key_index` (`key`);

--
-- Indexes for table `wpdw_links`
--
ALTER TABLE `wpdw_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wpdw_litespeed_url`
--
ALTER TABLE `wpdw_litespeed_url`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `url` (`url`(191)),
  ADD KEY `cache_tags` (`cache_tags`(191));

--
-- Indexes for table `wpdw_litespeed_url_file`
--
ALTER TABLE `wpdw_litespeed_url_file`
  ADD PRIMARY KEY (`id`),
  ADD KEY `filename` (`filename`),
  ADD KEY `type` (`type`),
  ADD KEY `url_id_2` (`url_id`,`vary`,`type`),
  ADD KEY `filename_2` (`filename`,`expired`),
  ADD KEY `url_id` (`url_id`,`expired`);

--
-- Indexes for table `wpdw_options`
--
ALTER TABLE `wpdw_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wpdw_postmeta`
--
ALTER TABLE `wpdw_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpdw_posts`
--
ALTER TABLE `wpdw_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`),
  ADD KEY `type_status_author` (`post_type`,`post_status`,`post_author`);

--
-- Indexes for table `wpdw_termmeta`
--
ALTER TABLE `wpdw_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpdw_terms`
--
ALTER TABLE `wpdw_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wpdw_term_relationships`
--
ALTER TABLE `wpdw_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wpdw_term_taxonomy`
--
ALTER TABLE `wpdw_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wpdw_usermeta`
--
ALTER TABLE `wpdw_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpdw_users`
--
ALTER TABLE `wpdw_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wpdw_commentmeta`
--
ALTER TABLE `wpdw_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpdw_comments`
--
ALTER TABLE `wpdw_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpdw_e_events`
--
ALTER TABLE `wpdw_e_events`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpdw_e_notes`
--
ALTER TABLE `wpdw_e_notes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpdw_e_notes_users_relations`
--
ALTER TABLE `wpdw_e_notes_users_relations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpdw_e_submissions`
--
ALTER TABLE `wpdw_e_submissions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wpdw_e_submissions_actions_log`
--
ALTER TABLE `wpdw_e_submissions_actions_log`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wpdw_e_submissions_values`
--
ALTER TABLE `wpdw_e_submissions_values`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `wpdw_links`
--
ALTER TABLE `wpdw_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpdw_litespeed_url`
--
ALTER TABLE `wpdw_litespeed_url`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpdw_litespeed_url_file`
--
ALTER TABLE `wpdw_litespeed_url_file`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpdw_options`
--
ALTER TABLE `wpdw_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3024;

--
-- AUTO_INCREMENT for table `wpdw_postmeta`
--
ALTER TABLE `wpdw_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13811;

--
-- AUTO_INCREMENT for table `wpdw_posts`
--
ALTER TABLE `wpdw_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1090;

--
-- AUTO_INCREMENT for table `wpdw_termmeta`
--
ALTER TABLE `wpdw_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpdw_terms`
--
ALTER TABLE `wpdw_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `wpdw_term_taxonomy`
--
ALTER TABLE `wpdw_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `wpdw_usermeta`
--
ALTER TABLE `wpdw_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `wpdw_users`
--
ALTER TABLE `wpdw_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;

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